Rev 80 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 80 | Rev 81 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?xml version="1.0" encoding="utf-8"?> |
1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion=" |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
7 | </ProjectConfiguration> |
| Line 16... | Line 16... | ||
| 16 | </ItemGroup> |
16 | </ItemGroup> |
| 17 | <PropertyGroup Label="Globals"> |
17 | <PropertyGroup Label="Globals"> |
| 18 | <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> |
18 | <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> |
| 19 | <RootNamespace>Chess Giants</RootNamespace> |
19 | <RootNamespace>Chess Giants</RootNamespace> |
| 20 | <Keyword>Win32Proj</Keyword> |
20 | <Keyword>Win32Proj</Keyword> |
| - | 21 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
|
| 21 | </PropertyGroup> |
22 | </PropertyGroup> |
| 22 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="Configuration"> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="Configuration"> |
| 24 | <CharacterSet>Unicode</CharacterSet> |
25 | <CharacterSet>Unicode</CharacterSet> |
| - | 26 | <PlatformToolset>v140</PlatformToolset> |
|
| 25 | </PropertyGroup> |
27 | </PropertyGroup> |
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 27 | <CharacterSet>Unicode</CharacterSet> |
29 | <CharacterSet>Unicode</CharacterSet> |
| - | 30 | <PlatformToolset>v140_xp</PlatformToolset> |
|
| 28 | </PropertyGroup> |
31 | </PropertyGroup> |
| 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 30 | <CharacterSet>Unicode</CharacterSet> |
33 | <CharacterSet>Unicode</CharacterSet> |
| - | 34 | <PlatformToolset>v140</PlatformToolset> |
|
| 31 | </PropertyGroup> |
35 | </PropertyGroup> |
| 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 33 | <ImportGroup Label="ExtensionSettings"> |
37 | <ImportGroup Label="ExtensionSettings"> |
| 34 | </ImportGroup> |
38 | </ImportGroup> |
| 35 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="PropertySheets"> |
39 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="PropertySheets"> |
| Line 108... | Line 112... | ||
| 108 | <PostBuildEvent> |
112 | <PostBuildEvent> |
| 109 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
113 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
| 110 | <Message>Copying files...</Message> |
114 | <Message>Copying files...</Message> |
| 111 | </PostBuildEvent> |
115 | </PostBuildEvent> |
| 112 | <Link> |
116 | <Link> |
| 113 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32 |
117 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;advapi32.lib;shell32.lib;uuid.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| - | 118 | <SubSystem>Windows</SubSystem> |
|
| 114 | </Link> |
119 | </Link> |
| 115 | <PreBuildEvent> |
120 | <PreBuildEvent> |
| 116 | <Command>del $(Configuration)\dialog_about.obj</Command> |
121 | <Command>if exist "$(Configuration)\dialog_about.obj" del "$(Configuration)\dialog_about.obj"</Command> |
| 117 | <Message>Forcing version number regeneration...</Message> |
122 | <Message>Forcing version number regeneration...</Message> |
| 118 | </PreBuildEvent> |
123 | </PreBuildEvent> |
| 119 | </ItemDefinitionGroup> |
124 | </ItemDefinitionGroup> |
| 120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'"> |
125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'"> |
| 121 | <ClCompile> |
126 | <ClCompile> |