|
@@ -1,10 +1,10 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
- <ProjectGuid>093d768a-6a7a-47bb-90ac-d3f223393811</ProjectGuid>
|
|
|
|
|
|
+ <ProjectGuid>{093D768A-6A7A-47BB-90AC-D3F223393811}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WSUniversalLib</RootNamespace>
|
|
<RootNamespace>WSUniversalLib</RootNamespace>
|
|
@@ -31,24 +31,21 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Reference Include="System"/>
|
|
|
|
-
|
|
|
|
- <Reference Include="System.Core"/>
|
|
|
|
- <Reference Include="System.Xml.Linq"/>
|
|
|
|
- <Reference Include="System.Data.DataSetExtensions"/>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <Reference Include="Microsoft.CSharp"/>
|
|
|
|
-
|
|
|
|
- <Reference Include="System.Data"/>
|
|
|
|
-
|
|
|
|
- <Reference Include="System.Net.Http"/>
|
|
|
|
-
|
|
|
|
- <Reference Include="System.Xml"/>
|
|
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
|
+ <Reference Include="System.Data" />
|
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Content Include="WSUniversalLib.dll" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
- </Project>
|
|
|
|
|
|
+</Project>
|