1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >f3da4607-f93e -4277-9b86-b7d0d1f6f495 </ProjectGuid >
7
+ <ProjectGuid >{F3DA4607-F93E -4277-9B86-B7D0D1F6F495} </ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >FactoryMethodLib</RootNamespace >
31
31
<WarningLevel >4</WarningLevel >
32
32
</PropertyGroup >
33
33
<ItemGroup >
34
- <Reference Include =" System" />
35
-
36
- <Reference Include =" System.Core" />
37
- <Reference Include =" System.Xml.Linq" />
38
- <Reference Include =" System.Data.DataSetExtensions" />
39
-
40
-
41
- <Reference Include =" Microsoft.CSharp" />
42
-
43
- <Reference Include =" System.Data" />
44
-
45
- <Reference Include =" System.Net.Http" />
46
-
47
- <Reference Include =" System.Xml" />
34
+ <Reference Include =" System" />
35
+ <Reference Include =" System.Core" />
36
+ <Reference Include =" System.Xml.Linq" />
37
+ <Reference Include =" System.Data.DataSetExtensions" />
38
+ <Reference Include =" Microsoft.CSharp" />
39
+ <Reference Include =" System.Data" />
40
+ <Reference Include =" System.Net.Http" />
41
+ <Reference Include =" System.Xml" />
48
42
</ItemGroup >
49
43
<ItemGroup >
50
- <Compile Include =" Class1.cs" />
51
44
<Compile Include =" Properties\AssemblyInfo.cs" />
52
45
</ItemGroup >
53
46
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54
- </Project >
47
+ </Project >
0 commit comments