Changeset 518 in dev for trunk/ab5.0/jenga/projects
- Timestamp:
- May 1, 2008, 12:49:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/projects/jenga/jenga.vcproj
r484 r518 45 45 BasicRuntimeChecks="0" 46 46 RuntimeLibrary="1" 47 UsePrecompiledHeader="2" 47 48 WarningLevel="3" 48 49 Detect64BitPortabilityProblems="true" … … 111 112 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 112 113 RuntimeLibrary="0" 114 UsePrecompiledHeader="2" 113 115 WarningLevel="3" 114 116 Detect64BitPortabilityProblems="true" … … 175 177 BasicRuntimeChecks="3" 176 178 RuntimeLibrary="1" 179 UsePrecompiledHeader="2" 177 180 WarningLevel="3" 178 181 Detect64BitPortabilityProblems="true" … … 235 238 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 236 239 RuntimeLibrary="0" 240 UsePrecompiledHeader="2" 237 241 WarningLevel="3" 238 242 Detect64BitPortabilityProblems="true" … … 290 294 </File> 291 295 <File 292 RelativePath="..\..\src\common\index.cpp"293 >294 </File>295 <File296 296 RelativePath="..\..\src\common\Path.cpp" 297 297 > 298 </File> 299 <File 300 RelativePath=".\stdafx.cpp" 301 > 302 <FileConfiguration 303 Name="Debug(x64)|Win32" 304 > 305 <Tool 306 Name="VCCLCompilerTool" 307 UsePrecompiledHeader="1" 308 /> 309 </FileConfiguration> 310 <FileConfiguration 311 Name="Release(x64)|Win32" 312 > 313 <Tool 314 Name="VCCLCompilerTool" 315 UsePrecompiledHeader="1" 316 /> 317 </FileConfiguration> 318 <FileConfiguration 319 Name="Debug(x86)|Win32" 320 > 321 <Tool 322 Name="VCCLCompilerTool" 323 UsePrecompiledHeader="1" 324 /> 325 </FileConfiguration> 326 <FileConfiguration 327 Name="Release(x86)|Win32" 328 > 329 <Tool 330 Name="VCCLCompilerTool" 331 UsePrecompiledHeader="1" 332 /> 333 </FileConfiguration> 298 334 </File> 299 335 <File … … 332 368 </File> 333 369 <File 370 RelativePath=".\stdafx.h" 371 > 372 </File> 373 <File 334 374 RelativePath="..\..\include\common\String.h" 335 375 >
Note:
See TracChangeset
for help on using the changeset viewer.