|
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="Mixed|Win32"> |
9 | 13 | <Configuration>Mixed</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Mixed|x64"> |
| 17 | + <Configuration>Mixed</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32"> |
13 | 21 | <Configuration>Release</Configuration> |
14 | 22 | <Platform>Win32</Platform> |
15 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|x64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
16 | 28 | </ItemGroup> |
17 | 29 | <PropertyGroup Label="Globals"> |
18 | 30 | <ProjectGuid>{67FF193E-2C20-402A-9026-9F5F6327503C}</ProjectGuid> |
|
25 | 37 | <CharacterSet>MultiByte</CharacterSet> |
26 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization> |
27 | 39 | </PropertyGroup> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 41 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 42 | + <PlatformToolset>v141</PlatformToolset> |
| 43 | + <CharacterSet>MultiByte</CharacterSet> |
| 44 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 45 | + </PropertyGroup> |
28 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
29 | 47 | <ConfigurationType>StaticLibrary</ConfigurationType> |
30 | 48 | <PlatformToolset>v141</PlatformToolset> |
31 | 49 | <CharacterSet>MultiByte</CharacterSet> |
32 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization> |
33 | 51 | </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 53 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 54 | + <PlatformToolset>v141</PlatformToolset> |
| 55 | + <CharacterSet>MultiByte</CharacterSet> |
| 56 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 57 | + </PropertyGroup> |
34 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
35 | 59 | <ConfigurationType>StaticLibrary</ConfigurationType> |
36 | 60 | <PlatformToolset>v141</PlatformToolset> |
37 | 61 | <CharacterSet>MultiByte</CharacterSet> |
38 | 62 | </PropertyGroup> |
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 64 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 65 | + <PlatformToolset>v141</PlatformToolset> |
| 66 | + <CharacterSet>MultiByte</CharacterSet> |
| 67 | + </PropertyGroup> |
39 | 68 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
40 | 69 | <ImportGroup Label="ExtensionSettings"> |
41 | 70 | </ImportGroup> |
42 | 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
43 | 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
44 | 73 | <Import Project="$(SolutionDir)Common.props" /> |
45 | 74 | </ImportGroup> |
| 75 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 76 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 77 | + <Import Project="$(SolutionDir)Common.props" /> |
| 78 | + </ImportGroup> |
46 | 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets"> |
47 | 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 | 81 | <Import Project="$(SolutionDir)Common.props" /> |
49 | 82 | </ImportGroup> |
| 83 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets"> |
| 84 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | + <Import Project="$(SolutionDir)Common.props" /> |
| 86 | + </ImportGroup> |
50 | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
51 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
52 | 89 | <Import Project="$(SolutionDir)Common.props" /> |
53 | 90 | </ImportGroup> |
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + <Import Project="$(SolutionDir)Common.props" /> |
| 94 | + </ImportGroup> |
54 | 95 | <PropertyGroup Label="UserMacros" /> |
55 | 96 | <PropertyGroup> |
56 | 97 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
57 | 98 | </PropertyGroup> |
58 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
59 | 100 | <LinkIncremental>false</LinkIncremental> |
60 | 101 | </PropertyGroup> |
| 102 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 103 | + <LinkIncremental>false</LinkIncremental> |
| 104 | + </PropertyGroup> |
61 | 105 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
62 | 106 | <LinkIncremental>false</LinkIncremental> |
63 | 107 | </PropertyGroup> |
| 108 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 109 | + <LinkIncremental>false</LinkIncremental> |
| 110 | + </PropertyGroup> |
64 | 111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
65 | 112 | <LinkIncremental>false</LinkIncremental> |
66 | 113 | </PropertyGroup> |
| 114 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 115 | + <LinkIncremental>false</LinkIncremental> |
| 116 | + </PropertyGroup> |
67 | 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
68 | 118 | <ClCompile> |
69 | 119 | <Optimization>Disabled</Optimization> |
|
81 | 131 | <LargeAddressAware>true</LargeAddressAware> |
82 | 132 | </Link> |
83 | 133 | </ItemDefinitionGroup> |
| 134 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 135 | + <ClCompile> |
| 136 | + <Optimization>Disabled</Optimization> |
| 137 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 138 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 139 | + <FunctionLevelLinking>false</FunctionLevelLinking> |
| 140 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 141 | + <WarningLevel>Level3</WarningLevel> |
| 142 | + </ClCompile> |
| 143 | + <Link> |
| 144 | + <SubSystem>Windows</SubSystem> |
| 145 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 146 | + <LargeAddressAware>true</LargeAddressAware> |
| 147 | + </Link> |
| 148 | + </ItemDefinitionGroup> |
84 | 149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
85 | 150 | <ClCompile> |
86 | 151 | <Optimization>MaxSpeed</Optimization> |
|
108 | 173 | <LargeAddressAware>true</LargeAddressAware> |
109 | 174 | </Link> |
110 | 175 | </ItemDefinitionGroup> |
| 176 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 177 | + <ClCompile> |
| 178 | + <Optimization>MaxSpeed</Optimization> |
| 179 | + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| 180 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 181 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 182 | + <OmitFramePointers>true</OmitFramePointers> |
| 183 | + <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
| 184 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 185 | + <StringPooling>true</StringPooling> |
| 186 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 187 | + <BufferSecurityCheck>false</BufferSecurityCheck> |
| 188 | + <FunctionLevelLinking>false</FunctionLevelLinking> |
| 189 | + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 190 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 191 | + <WarningLevel>Level3</WarningLevel> |
| 192 | + </ClCompile> |
| 193 | + <Link> |
| 194 | + <SubSystem>Windows</SubSystem> |
| 195 | + <OptimizeReferences>true</OptimizeReferences> |
| 196 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 197 | + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
| 198 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 199 | + <LargeAddressAware>true</LargeAddressAware> |
| 200 | + </Link> |
| 201 | + </ItemDefinitionGroup> |
111 | 202 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
112 | 203 | <ClCompile> |
113 | 204 | <Optimization>MaxSpeed</Optimization> |
|
135 | 226 | <LargeAddressAware>true</LargeAddressAware> |
136 | 227 | </Link> |
137 | 228 | </ItemDefinitionGroup> |
| 229 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 230 | + <ClCompile> |
| 231 | + <Optimization>MaxSpeed</Optimization> |
| 232 | + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| 233 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 234 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 235 | + <OmitFramePointers>true</OmitFramePointers> |
| 236 | + <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
| 237 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 238 | + <StringPooling>true</StringPooling> |
| 239 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 240 | + <BufferSecurityCheck>false</BufferSecurityCheck> |
| 241 | + <FunctionLevelLinking>false</FunctionLevelLinking> |
| 242 | + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 243 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 244 | + <WarningLevel>Level3</WarningLevel> |
| 245 | + </ClCompile> |
| 246 | + <Link> |
| 247 | + <SubSystem>Windows</SubSystem> |
| 248 | + <OptimizeReferences>true</OptimizeReferences> |
| 249 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 250 | + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
| 251 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 252 | + <LargeAddressAware>true</LargeAddressAware> |
| 253 | + </Link> |
| 254 | + </ItemDefinitionGroup> |
138 | 255 | <ItemGroup> |
139 | 256 | <ClCompile Include="GameSpy\src\GameSpy\common\gsAssert.c" /> |
140 | 257 | <ClCompile Include="GameSpy\src\GameSpy\common\gsAvailable.c" /> |
|
0 commit comments