|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32"> |
9 | 13 | <Configuration>Release</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup> |
13 | 21 | <PropertyGroup Label="Globals"> |
14 | 22 | <ProjectGuid>{F168B4B2-EA7F-4F77-922B-B5473612AB04}</ProjectGuid> |
|
22 | 30 | <PlatformToolset>v140</PlatformToolset> |
23 | 31 | <CharacterSet>Unicode</CharacterSet> |
24 | 32 | </PropertyGroup> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 34 | + <ConfigurationType>Application</ConfigurationType> |
| 35 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 36 | + <PlatformToolset>v140</PlatformToolset> |
| 37 | + <CharacterSet>Unicode</CharacterSet> |
| 38 | + </PropertyGroup> |
25 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
26 | 40 | <ConfigurationType>Application</ConfigurationType> |
27 | 41 | <UseDebugLibraries>false</UseDebugLibraries> |
28 | 42 | <PlatformToolset>v140</PlatformToolset> |
29 | 43 | <WholeProgramOptimization>true</WholeProgramOptimization> |
30 | 44 | <CharacterSet>Unicode</CharacterSet> |
31 | 45 | </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 47 | + <ConfigurationType>Application</ConfigurationType> |
| 48 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 49 | + <PlatformToolset>v140</PlatformToolset> |
| 50 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 51 | + <CharacterSet>Unicode</CharacterSet> |
| 52 | + </PropertyGroup> |
32 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
33 | 54 | <ImportGroup Label="ExtensionSettings"> |
34 | 55 | </ImportGroup> |
35 | 56 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
36 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
37 | 58 | </ImportGroup> |
| 59 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 60 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 61 | + </ImportGroup> |
38 | 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
39 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
40 | 64 | </ImportGroup> |
| 65 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 66 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 67 | + </ImportGroup> |
41 | 68 | <PropertyGroup Label="UserMacros" /> |
42 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
43 | 70 | <LinkIncremental>true</LinkIncremental> |
44 | 71 | </PropertyGroup> |
| 72 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 73 | + <LinkIncremental>true</LinkIncremental> |
| 74 | + </PropertyGroup> |
45 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
46 | 76 | <LinkIncremental>false</LinkIncremental> |
47 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 79 | + <LinkIncremental>false</LinkIncremental> |
| 80 | + </PropertyGroup> |
48 | 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
49 | 82 | <ClCompile> |
50 | 83 | <PrecompiledHeader> |
|
61 | 94 | <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
62 | 95 | </Link> |
63 | 96 | </ItemDefinitionGroup> |
| 97 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 98 | + <ClCompile> |
| 99 | + <PrecompiledHeader> |
| 100 | + </PrecompiledHeader> |
| 101 | + <WarningLevel>Level3</WarningLevel> |
| 102 | + <Optimization>Disabled</Optimization> |
| 103 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 | + <SDLCheck>true</SDLCheck> |
| 105 | + <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 106 | + </ClCompile> |
| 107 | + <Link> |
| 108 | + <SubSystem>Console</SubSystem> |
| 109 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 110 | + <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 111 | + </Link> |
| 112 | + </ItemDefinitionGroup> |
64 | 113 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
65 | 114 | <ClCompile> |
66 | 115 | <WarningLevel>Level3</WarningLevel> |
|
81 | 130 | <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
82 | 131 | </Link> |
83 | 132 | </ItemDefinitionGroup> |
| 133 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 134 | + <ClCompile> |
| 135 | + <WarningLevel>Level3</WarningLevel> |
| 136 | + <PrecompiledHeader> |
| 137 | + </PrecompiledHeader> |
| 138 | + <Optimization>MaxSpeed</Optimization> |
| 139 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 140 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 141 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 142 | + <SDLCheck>true</SDLCheck> |
| 143 | + <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 144 | + </ClCompile> |
| 145 | + <Link> |
| 146 | + <SubSystem>Console</SubSystem> |
| 147 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 148 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 149 | + <OptimizeReferences>true</OptimizeReferences> |
| 150 | + <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
84 | 153 | <ItemGroup> |
85 | 154 | <ClCompile Include="..\src\attack.cpp" /> |
86 | 155 | <ClCompile Include="..\src\board.cpp" /> |
|
0 commit comments