Rev 186 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 186 | Rev 193 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | <ClInclude Include="types.h" /> |
48 | <ClInclude Include="types.h" /> |
49 | <ClInclude Include="uci.h" /> |
49 | <ClInclude Include="uci.h" /> |
50 | </ItemGroup> |
50 | </ItemGroup> |
51 | <PropertyGroup Label="Globals"> |
51 | <PropertyGroup Label="Globals"> |
52 | <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid> |
52 | <ProjectGuid>{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}</ProjectGuid> |
53 | <WindowsTargetPlatformVersion>7. |
53 | <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
54 | <ProjectName>stockfish</ProjectName> |
54 | <ProjectName>stockfish</ProjectName> |
55 | </PropertyGroup> |
55 | </PropertyGroup> |
56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
58 | <PlatformToolset> |
58 | <PlatformToolset>v141_xp</PlatformToolset> |
59 | </PropertyGroup> |
59 | </PropertyGroup> |
60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
61 | <ImportGroup Label="ExtensionSettings"> |
61 | <ImportGroup Label="ExtensionSettings"> |
62 | </ImportGroup> |
62 | </ImportGroup> |
63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | </ImportGroup> |
65 | </ImportGroup> |
66 | <PropertyGroup Label="UserMacros" /> |
66 | <PropertyGroup Label="UserMacros" /> |
67 | <PropertyGroup> |
67 | <PropertyGroup> |
68 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
68 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$( |
69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
70 | </PropertyGroup> |
70 | </PropertyGroup> |
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
72 | <IntDir>$( |
72 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
73 | </PropertyGroup> |
73 | </PropertyGroup> |
74 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
74 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
75 | <ClCompile> |
75 | <ClCompile> |
76 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NO_PREFETCH;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
76 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NO_PREFETCH;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
77 | <WarningLevel>Level3</WarningLevel> |
77 | <WarningLevel>Level3</WarningLevel> |