| |
163 |
163 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
164 |
164 |
<TargetName>$(ProjectName)64</TargetName> |
| |
165 |
165 |
</PropertyGroup> |
| |
166 |
166 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
| |
167 |
167 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
| |
168 |
168 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
169 |
169 |
<TargetName>$(ProjectName)64</TargetName> |
| |
170 |
170 |
</PropertyGroup> |
| |
171 |
171 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| |
172 |
172 |
<ClCompile> |
| |
173 |
173 |
<Optimization>Disabled</Optimization> |
| |
174 |
174 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
175 |
175 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
176 |
176 |
<MinimalRebuild>true</MinimalRebuild> |
| |
177 |
177 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
178 |
178 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
179 |
179 |
<PrecompiledHeader /> |
| |
180 |
180 |
<WarningLevel>Level3</WarningLevel> |
| |
181 |
181 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
182 |
182 |
<SDLCheck>true</SDLCheck> |
| |
|
183 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
183 |
184 |
</ClCompile> |
| |
184 |
185 |
<Lib /> |
| |
185 |
186 |
</ItemDefinitionGroup> |
| |
186 |
187 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
| |
187 |
188 |
<ClCompile> |
| |
188 |
189 |
<Optimization>Disabled</Optimization> |
| |
189 |
190 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
190 |
191 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
191 |
192 |
<MinimalRebuild>true</MinimalRebuild> |
| |
192 |
193 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
193 |
194 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
194 |
195 |
<PrecompiledHeader> |
| |
195 |
196 |
</PrecompiledHeader> |
| |
196 |
197 |
<WarningLevel>Level3</WarningLevel> |
| |
197 |
198 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
198 |
199 |
<SDLCheck>true</SDLCheck> |
| |
|
200 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
199 |
201 |
</ClCompile> |
| |
200 |
202 |
<Lib /> |
| |
201 |
203 |
</ItemDefinitionGroup> |
| |
202 |
204 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
203 |
205 |
<Midl> |
| |
204 |
206 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
205 |
207 |
</Midl> |
| |
206 |
208 |
<ClCompile> |
| |
207 |
209 |
<Optimization>Disabled</Optimization> |
| |
208 |
210 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
209 |
211 |
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
210 |
212 |
<MinimalRebuild>true</MinimalRebuild> |
| |
211 |
213 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
212 |
214 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
213 |
215 |
<PrecompiledHeader /> |
| |
214 |
216 |
<WarningLevel>Level3</WarningLevel> |
| |
215 |
217 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
216 |
218 |
<EnablePREfast>false</EnablePREfast> |
| |
217 |
219 |
<SDLCheck>true</SDLCheck> |
| |
218 |
220 |
</ClCompile> |
|
| |
233 |
235 |
</PrecompiledHeader> |
| |
234 |
236 |
<WarningLevel>Level3</WarningLevel> |
| |
235 |
237 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
236 |
238 |
<EnablePREfast>false</EnablePREfast> |
| |
237 |
239 |
<SDLCheck>true</SDLCheck> |
| |
238 |
240 |
</ClCompile> |
| |
239 |
241 |
<Lib /> |
| |
240 |
242 |
</ItemDefinitionGroup> |
| |
241 |
243 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| |
242 |
244 |
<ClCompile> |
| |
243 |
245 |
<Optimization>MaxSpeed</Optimization> |
| |
244 |
246 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
245 |
247 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
246 |
248 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
247 |
249 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
248 |
250 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
249 |
251 |
<PrecompiledHeader /> |
| |
250 |
252 |
<WarningLevel>Level3</WarningLevel> |
| |
251 |
253 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
252 |
254 |
<SDLCheck>true</SDLCheck> |
| |
|
255 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
253 |
256 |
</ClCompile> |
| |
254 |
257 |
<Lib /> |
| |
255 |
258 |
</ItemDefinitionGroup> |
| |
256 |
259 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
| |
257 |
260 |
<ClCompile> |
| |
258 |
261 |
<Optimization>MaxSpeed</Optimization> |
| |
259 |
262 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
260 |
263 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
261 |
264 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
262 |
265 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
263 |
266 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
264 |
267 |
<PrecompiledHeader> |
| |
265 |
268 |
</PrecompiledHeader> |
| |
266 |
269 |
<WarningLevel>Level3</WarningLevel> |
| |
267 |
270 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
268 |
271 |
<SDLCheck>true</SDLCheck> |
| |
|
272 |
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| |
269 |
273 |
</ClCompile> |
| |
270 |
274 |
<Lib /> |
| |
271 |
275 |
</ItemDefinitionGroup> |
| |
272 |
276 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
273 |
277 |
<Midl> |
| |
274 |
278 |
<TargetEnvironment>X64</TargetEnvironment> |
| |
275 |
279 |
</Midl> |
| |
276 |
280 |
<ClCompile> |
| |
277 |
281 |
<Optimization>MaxSpeed</Optimization> |
| |
278 |
282 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| |
279 |
283 |
<AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
280 |
284 |
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_BIND_TO_CURRENT_VCLIBS_VERSION=1;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
281 |
285 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| |
282 |
286 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| |
283 |
287 |
<PrecompiledHeader /> |
| |
284 |
288 |
<WarningLevel>Level3</WarningLevel> |
| |
285 |
289 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| |
286 |
290 |
<SDLCheck>true</SDLCheck> |
| |
287 |
291 |
</ClCompile> |
| |
288 |
292 |
<Lib /> |