Rev 183 | Rev 186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 183 | Rev 185 | ||
---|---|---|---|
Line 49... | Line 49... | ||
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.1</WindowsTargetPlatformVersion> |
53 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
54 | <ProjectName>stockfish |
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>v140_xp</PlatformToolset> |
58 | <PlatformToolset>v140_xp</PlatformToolset> |
59 | </PropertyGroup> |
59 | </PropertyGroup> |
Line 71... | Line 71... | ||
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
72 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</IntDir> |
72 | <IntDir>$(LOCALAPPDATA)\Temp\MSVCBuildOutput\$(TargetName)\$(Configuration).$(PlatformTarget)\</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;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
76 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NO_PREFETCH;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
77 | <WarningLevel>Level3</WarningLevel> |
77 | <WarningLevel>Level3</WarningLevel> |
78 | <Optimization>MaxSpeed</Optimization> |
78 | <Optimization>MaxSpeed</Optimization> |
79 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
79 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
80 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
80 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
81 | </ClCompile> |
81 | </ClCompile> |