|
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 | <ItemGroup> |
18 | 30 | <ClCompile Include="ActorEditor.cpp" /> |
|
63 | 75 | <CharacterSet>MultiByte</CharacterSet> |
64 | 76 | <WholeProgramOptimization>true</WholeProgramOptimization> |
65 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 79 | + <ConfigurationType>Application</ConfigurationType> |
| 80 | + <PlatformToolset>v141</PlatformToolset> |
| 81 | + <CharacterSet>MultiByte</CharacterSet> |
| 82 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 83 | + </PropertyGroup> |
66 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
67 | 85 | <ConfigurationType>Application</ConfigurationType> |
68 | | - <PlatformToolset>v140</PlatformToolset> |
| 86 | + <PlatformToolset>v141</PlatformToolset> |
| 87 | + <CharacterSet>MultiByte</CharacterSet> |
| 88 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 89 | + </PropertyGroup> |
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 91 | + <ConfigurationType>Application</ConfigurationType> |
| 92 | + <PlatformToolset>v141</PlatformToolset> |
69 | 93 | <CharacterSet>MultiByte</CharacterSet> |
70 | 94 | <WholeProgramOptimization>true</WholeProgramOptimization> |
71 | 95 | </PropertyGroup> |
|
74 | 98 | <PlatformToolset>v141</PlatformToolset> |
75 | 99 | <CharacterSet>MultiByte</CharacterSet> |
76 | 100 | </PropertyGroup> |
| 101 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 102 | + <ConfigurationType>Application</ConfigurationType> |
| 103 | + <PlatformToolset>v141</PlatformToolset> |
| 104 | + <CharacterSet>MultiByte</CharacterSet> |
| 105 | + </PropertyGroup> |
77 | 106 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
78 | 107 | <ImportGroup Label="ExtensionSettings"> |
79 | 108 | </ImportGroup> |
80 | 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
81 | 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
82 | 111 | <Import Project="$(SolutionDir)Common.props" /> |
83 | 112 | </ImportGroup> |
| 113 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 114 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 115 | + <Import Project="$(SolutionDir)Common.props" /> |
| 116 | + </ImportGroup> |
84 | 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets"> |
85 | 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
86 | 119 | <Import Project="$(SolutionDir)Common.props" /> |
87 | 120 | </ImportGroup> |
| 121 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets"> |
| 122 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 123 | + <Import Project="$(SolutionDir)Common.props" /> |
| 124 | + </ImportGroup> |
88 | 125 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
89 | 126 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
90 | 127 | <Import Project="$(SolutionDir)Common.props" /> |
91 | 128 | </ImportGroup> |
| 129 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 130 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 131 | + <Import Project="$(SolutionDir)Common.props" /> |
| 132 | + </ImportGroup> |
92 | 133 | <PropertyGroup Label="UserMacros" /> |
93 | 134 | <PropertyGroup> |
94 | 135 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
|
97 | 138 | <OutDir>$(xrBinDir)</OutDir> |
98 | 139 | <IntDir>$(xrIntDir)$(ProjectName)\</IntDir> |
99 | 140 | </PropertyGroup> |
| 141 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
100 | 142 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
101 | 143 | <OutDir>$(xrBinDir)</OutDir> |
102 | 144 | <IntDir>$(xrIntDir)$(ProjectName)\</IntDir> |
|
119 | 161 | <TargetMachine>MachineX86</TargetMachine> |
120 | 162 | </Link> |
121 | 163 | </ItemDefinitionGroup> |
| 164 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 165 | + <ClCompile> |
| 166 | + <Optimization>Disabled</Optimization> |
| 167 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 168 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 169 | + <WarningLevel>Level3</WarningLevel> |
| 170 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 171 | + </ClCompile> |
| 172 | + <Link> |
| 173 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 174 | + </Link> |
| 175 | + </ItemDefinitionGroup> |
122 | 176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
123 | 177 | <ClCompile> |
124 | 178 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
132 | 186 | <TargetMachine>MachineX86</TargetMachine> |
133 | 187 | </Link> |
134 | 188 | </ItemDefinitionGroup> |
| 189 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 190 | + <ClCompile> |
| 191 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 192 | + <WarningLevel>Level3</WarningLevel> |
| 193 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 194 | + </ClCompile> |
| 195 | + <Link> |
| 196 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 197 | + <OptimizeReferences>true</OptimizeReferences> |
| 198 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 199 | + </Link> |
| 200 | + </ItemDefinitionGroup> |
135 | 201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
136 | 202 | <ClCompile> |
137 | 203 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
145 | 211 | <TargetMachine>MachineX86</TargetMachine> |
146 | 212 | </Link> |
147 | 213 | </ItemDefinitionGroup> |
| 214 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 215 | + <ClCompile> |
| 216 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 217 | + <WarningLevel>Level3</WarningLevel> |
| 218 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 219 | + </ClCompile> |
| 220 | + <Link> |
| 221 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 222 | + <OptimizeReferences>true</OptimizeReferences> |
| 223 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 224 | + </Link> |
| 225 | + </ItemDefinitionGroup> |
148 | 226 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
149 | 227 | <ImportGroup Label="ExtensionTargets"> |
150 | 228 | </ImportGroup> |
|
0 commit comments