Changeset 3452 for libcaca/trunk/src/cacafire.vcproj
- Timestamp:
- 05/14/09 12:04:26 (4 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/src/cacafire.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacafire.vcproj
r3428 r3452 12 12 <Platform 13 13 Name="Win32" 14 /> 15 <Platform 16 Name="x64" 14 17 /> 15 18 </Platforms> … … 181 184 /> 182 185 </Configuration> 186 <Configuration 187 Name="Debug|x64" 188 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 189 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 190 ConfigurationType="1" 191 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 192 CharacterSet="2" 193 > 194 <Tool 195 Name="VCPreBuildEventTool" 196 /> 197 <Tool 198 Name="VCCustomBuildTool" 199 /> 200 <Tool 201 Name="VCXMLDataGeneratorTool" 202 /> 203 <Tool 204 Name="VCWebServiceProxyGeneratorTool" 205 /> 206 <Tool 207 Name="VCMIDLTool" 208 TargetEnvironment="3" 209 /> 210 <Tool 211 Name="VCCLCompilerTool" 212 Optimization="0" 213 AdditionalIncludeDirectories="..\win32;..\caca" 214 PreprocessorDefinitions="LIBCACA=1" 215 MinimalRebuild="true" 216 BasicRuntimeChecks="3" 217 RuntimeLibrary="1" 218 UsePrecompiledHeader="0" 219 WarningLevel="3" 220 Detect64BitPortabilityProblems="true" 221 DebugInformationFormat="3" 222 CompileAs="1" 223 DisableSpecificWarnings="4996;4142" 224 /> 225 <Tool 226 Name="VCManagedResourceCompilerTool" 227 /> 228 <Tool 229 Name="VCResourceCompilerTool" 230 /> 231 <Tool 232 Name="VCPreLinkEventTool" 233 /> 234 <Tool 235 Name="VCLinkerTool" 236 OutputFile="$(OutDir)/cacafire.exe" 237 LinkIncremental="2" 238 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" 239 GenerateDebugInformation="true" 240 ProgramDatabaseFile="$(OutDir)/cacafire.pdb" 241 SubSystem="1" 242 RandomizedBaseAddress="1" 243 DataExecutionPrevention="0" 244 TargetMachine="17" 245 /> 246 <Tool 247 Name="VCALinkTool" 248 /> 249 <Tool 250 Name="VCManifestTool" 251 /> 252 <Tool 253 Name="VCXDCMakeTool" 254 /> 255 <Tool 256 Name="VCBscMakeTool" 257 /> 258 <Tool 259 Name="VCFxCopTool" 260 /> 261 <Tool 262 Name="VCAppVerifierTool" 263 /> 264 <Tool 265 Name="VCPostBuildEventTool" 266 /> 267 </Configuration> 268 <Configuration 269 Name="Release|x64" 270 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 271 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 272 ConfigurationType="1" 273 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 274 CharacterSet="2" 275 > 276 <Tool 277 Name="VCPreBuildEventTool" 278 /> 279 <Tool 280 Name="VCCustomBuildTool" 281 /> 282 <Tool 283 Name="VCXMLDataGeneratorTool" 284 /> 285 <Tool 286 Name="VCWebServiceProxyGeneratorTool" 287 /> 288 <Tool 289 Name="VCMIDLTool" 290 TargetEnvironment="3" 291 /> 292 <Tool 293 Name="VCCLCompilerTool" 294 Optimization="2" 295 InlineFunctionExpansion="1" 296 OmitFramePointers="true" 297 AdditionalIncludeDirectories="..\win32;..\caca" 298 PreprocessorDefinitions="LIBCACA=1" 299 StringPooling="true" 300 RuntimeLibrary="0" 301 EnableFunctionLevelLinking="true" 302 UsePrecompiledHeader="0" 303 WarningLevel="3" 304 Detect64BitPortabilityProblems="true" 305 DebugInformationFormat="3" 306 CompileAs="1" 307 DisableSpecificWarnings="4996;4142" 308 /> 309 <Tool 310 Name="VCManagedResourceCompilerTool" 311 /> 312 <Tool 313 Name="VCResourceCompilerTool" 314 /> 315 <Tool 316 Name="VCPreLinkEventTool" 317 /> 318 <Tool 319 Name="VCLinkerTool" 320 OutputFile="$(OutDir)/cacafire.exe" 321 LinkIncremental="1" 322 GenerateDebugInformation="true" 323 SubSystem="1" 324 OptimizeReferences="2" 325 EnableCOMDATFolding="2" 326 RandomizedBaseAddress="1" 327 DataExecutionPrevention="0" 328 TargetMachine="17" 329 /> 330 <Tool 331 Name="VCALinkTool" 332 /> 333 <Tool 334 Name="VCManifestTool" 335 /> 336 <Tool 337 Name="VCXDCMakeTool" 338 /> 339 <Tool 340 Name="VCBscMakeTool" 341 /> 342 <Tool 343 Name="VCFxCopTool" 344 /> 345 <Tool 346 Name="VCAppVerifierTool" 347 /> 348 <Tool 349 Name="VCPostBuildEventTool" 350 /> 351 </Configuration> 183 352 </Configurations> 184 353 <References>
Note: See TracChangeset
for help on using the changeset viewer.
