Subversion Repositories Games.Chess Giants

Rev

Rev 179 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 179 Rev 193
Line 103... Line 103...
103
    <ClInclude Include="tuigame.hpp" />
103
    <ClInclude Include="tuigame.hpp" />
104
    <ClInclude Include="uciprotocol.hpp" />
104
    <ClInclude Include="uciprotocol.hpp" />
105
    <ClInclude Include="undoInfo.hpp" />
105
    <ClInclude Include="undoInfo.hpp" />
106
  </ItemGroup>
106
  </ItemGroup>
107
  <PropertyGroup Label="Globals">
107
  <PropertyGroup Label="Globals">
108
    <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion>
108
    <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
109
    <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid>
109
    <ProjectGuid>{210385AB-83E5-4698-BC22-D1AF19E16FDB}</ProjectGuid>
110
  </PropertyGroup>
110
  </PropertyGroup>
111
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
111
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
112
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
112
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
113
    <PlatformToolset>v140_xp</PlatformToolset>
113
    <PlatformToolset>v141_xp</PlatformToolset>
114
  </PropertyGroup>
114
  </PropertyGroup>
115
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
115
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
116
  <ImportGroup Label="ExtensionSettings">
116
  <ImportGroup Label="ExtensionSettings">
117
  </ImportGroup>
117
  </ImportGroup>
118
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
118
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
119
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120
  </ImportGroup>
120
  </ImportGroup>
121
  <PropertyGroup Label="UserMacros" />
121
  <PropertyGroup Label="UserMacros" />
122
  <PropertyGroup>
122
  <PropertyGroup>
123
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
123
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
124
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</OutDir>
124
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir>
125
  </PropertyGroup>
125
  </PropertyGroup>
126
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127
    <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir>
127
    <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir>
128
  </PropertyGroup>
128
  </PropertyGroup>
129
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
130
    <ClCompile>
130
    <ClCompile>
131
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132
      <WarningLevel>Level3</WarningLevel>
132
      <WarningLevel>Level3</WarningLevel>