|
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>{7B2727B5-5A3F-40EE-A866-43A13CD31446}</ProjectGuid> |
|
20 | 28 | <UseDebugLibraries>true</UseDebugLibraries> |
21 | 29 | <CharacterSet>MultiByte</CharacterSet> |
22 | 30 | </PropertyGroup> |
| 31 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 32 | + <ConfigurationType>Application</ConfigurationType> |
| 33 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 34 | + <CharacterSet>MultiByte</CharacterSet> |
| 35 | + </PropertyGroup> |
23 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
24 | 37 | <ConfigurationType>Application</ConfigurationType> |
25 | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
26 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
27 | 40 | <CharacterSet>MultiByte</CharacterSet> |
28 | 41 | </PropertyGroup> |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 43 | + <ConfigurationType>Application</ConfigurationType> |
| 44 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 45 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 46 | + <CharacterSet>MultiByte</CharacterSet> |
| 47 | + </PropertyGroup> |
29 | 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
30 | 49 | <ImportGroup Label="ExtensionSettings"> |
31 | 50 | </ImportGroup> |
|
34 | 53 | <Import Project="pyproject.props" /> |
35 | 54 | <Import Project="debug.props" /> |
36 | 55 | </ImportGroup> |
| 56 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 57 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | + <Import Project="pyproject.props" /> |
| 59 | + <Import Project="debug.props" /> |
| 60 | + <Import Project="x64.props" /> |
| 61 | + </ImportGroup> |
37 | 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
38 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
39 | 64 | <Import Project="pyproject.props" /> |
40 | 65 | <Import Project="release.props" /> |
41 | 66 | </ImportGroup> |
| 67 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 68 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 69 | + <Import Project="pyproject.props" /> |
| 70 | + <Import Project="release.props" /> |
| 71 | + <Import Project="x64.props" /> |
| 72 | + </ImportGroup> |
42 | 73 | <PropertyGroup Label="UserMacros" /> |
43 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
44 | 75 | <TargetName>py_d</TargetName> |
45 | 76 | </PropertyGroup> |
| 77 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 78 | + <TargetName>py_d</TargetName> |
| 79 | + </PropertyGroup> |
46 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
47 | 81 | <TargetName>py</TargetName> |
48 | 82 | </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 84 | + <TargetName>py</TargetName> |
| 85 | + </PropertyGroup> |
49 | 86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
50 | 87 | <ClCompile> |
51 | 88 | <WarningLevel>Level3</WarningLevel> |
|
57 | 94 | <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
58 | 95 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
59 | 96 | <SubSystem>Console</SubSystem> |
60 | | - <OutputFile>$(OutDir)$(TargetName)_d$(TargetExt)</OutputFile> |
| 97 | + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
| 98 | + </Link> |
| 99 | + </ItemDefinitionGroup> |
| 100 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 101 | + <ClCompile> |
| 102 | + <WarningLevel>Level3</WarningLevel> |
| 103 | + <Optimization>Disabled</Optimization> |
| 104 | + <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 105 | + </ClCompile> |
| 106 | + <Link> |
| 107 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 108 | + <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 109 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 110 | + <SubSystem>Console</SubSystem> |
| 111 | + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
61 | 112 | </Link> |
62 | 113 | </ItemDefinitionGroup> |
63 | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
77 | 128 | <SubSystem>Console</SubSystem> |
78 | 129 | </Link> |
79 | 130 | </ItemDefinitionGroup> |
| 131 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 132 | + <ClCompile> |
| 133 | + <WarningLevel>Level3</WarningLevel> |
| 134 | + <Optimization>MaxSpeed</Optimization> |
| 135 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 136 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 137 | + <PreprocessorDefinitions>_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 138 | + </ClCompile> |
| 139 | + <Link> |
| 140 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 141 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 142 | + <OptimizeReferences>true</OptimizeReferences> |
| 143 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 144 | + <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 145 | + <SubSystem>Console</SubSystem> |
| 146 | + </Link> |
| 147 | + </ItemDefinitionGroup> |
80 | 148 | <ItemGroup> |
81 | 149 | <ClCompile Include="..\PC\launcher.c" /> |
82 | 150 | </ItemGroup> |
|
0 commit comments