1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" 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 >
11
11
<AssemblyName >cac</AssemblyName >
12
12
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
+ <ProductVersion >10.0.0</ProductVersion >
15
+ <SchemaVersion >2.0</SchemaVersion >
14
16
</PropertyGroup >
15
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
18
<PlatformTarget >AnyCPU</PlatformTarget >
31
33
<ErrorReport >prompt</ErrorReport >
32
34
<WarningLevel >4</WarningLevel >
33
35
</PropertyGroup >
34
- <PropertyGroup >
35
- <StartupObject >
36
- </StartupObject >
37
- </PropertyGroup >
38
36
<ItemGroup >
39
37
<Reference Include =" System" />
40
38
<Reference Include =" System.Core" />
49
47
<Compile Include =" Card.cs" />
50
48
<Compile Include =" Constants.cs" />
51
49
<Compile Include =" Game.cs" />
50
+ <Compile Include =" GameSettings.cs" />
52
51
<Compile Include =" GameState.cs" />
53
52
<Compile Include =" Helper.cs" />
54
53
<Compile Include =" Player.cs" />
55
54
<Compile Include =" Program.cs" />
56
55
<Compile Include =" Properties\AssemblyInfo.cs" />
57
- <Compile Include =" Settings.cs" />
58
56
<Compile Include =" WhiteCard.cs" />
59
57
</ItemGroup >
60
58
<ItemGroup >
61
59
<None Include =" App.config" />
62
60
</ItemGroup >
63
61
<ItemGroup >
64
62
<ProjectReference Include =" ..\..\NetIRC\NetIRC\NetIRC.csproj" >
65
- <Project >{4aee2d87-d356-4ca1-ba02-7536b1af2b8c }</Project >
63
+ <Project >{4AEE2D87-D356-4CA1-BA02-7536B1AF2B8C }</Project >
66
64
<Name >NetIRC</Name >
67
65
</ProjectReference >
68
66
</ItemGroup >
74
72
<Target Name="AfterBuild">
75
73
</Target>
76
74
-->
77
- </Project >
75
+ </Project >
0 commit comments