|
@@ -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">
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>f7e870b9-10ee-4630-b0f8-af7ce5c7e02d</ProjectGuid>
|
|
|
+ <ProjectGuid>{F7E870B9-10EE-4630-B0F8-AF7CE5C7E02D}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>WSUniversalLib</RootNamespace>
|
|
@@ -31,24 +31,18 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<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>
|
|
|
- <Compile Include="Class1.cs" />
|
|
|
+ <Compile Include="Calculation.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- </Project>
|
|
|
+</Project>
|