Changeset 1596 for trunk/Cbc/MSVisualStudio/v9alt/libCbcSolver.vcproj
- Timestamp:
- Feb 18, 2011 1:33:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/MSVisualStudio/v9alt/libCbcSolver.vcproj
r1503 r1596 266 266 /> 267 267 </Configuration> 268 <Configuration 269 Name="DebugDLL|Win32" 270 OutputDirectory="$(CoinBinDir)" 271 IntermediateDirectory="$(ProjectName)\$(PlatformName)\$(ConfigurationName)" 272 ConfigurationType="2" 273 InheritedPropertySheets="$(COIN_ROOT)\BuildTools\MSVisualStudio\v9alt\coin.vsprops;$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v9alt\cgl.vsprops;$(CoinRoot)\Clp\Clp\MSVisualStudio\v9alt\osiclp.vsprops" 274 CharacterSet="1" 275 ManagedExtensions="0" 276 > 277 <Tool 278 Name="VCPreBuildEventTool" 279 /> 280 <Tool 281 Name="VCCustomBuildTool" 282 /> 283 <Tool 284 Name="VCXMLDataGeneratorTool" 285 /> 286 <Tool 287 Name="VCWebServiceProxyGeneratorTool" 288 /> 289 <Tool 290 Name="VCMIDLTool" 291 /> 292 <Tool 293 Name="VCCLCompilerTool" 294 Optimization="0" 295 AdditionalIncludeDirectories="" 296 PreprocessorDefinitions="WIN32;_DEBUG" 297 RuntimeLibrary="3" 298 WarningLevel="3" 299 DebugInformationFormat="3" 300 /> 301 <Tool 302 Name="VCManagedResourceCompilerTool" 303 /> 304 <Tool 305 Name="VCResourceCompilerTool" 306 /> 307 <Tool 308 Name="VCPreLinkEventTool" 309 Description="Generate .def file" 310 CommandLine="powershell -ExecutionPolicy RemoteSigned -File .\genDefForCbc.ps1 $(IntDir) $(ProjectName)" 311 /> 312 <Tool 313 Name="VCLinkerTool" 314 LinkLibraryDependencies="false" 315 AdditionalDependencies="libCbc.lib" 316 ModuleDefinitionFile="$(IntDir)\$(ProjectName).def" 317 /> 318 <Tool 319 Name="VCALinkTool" 320 /> 321 <Tool 322 Name="VCManifestTool" 323 /> 324 <Tool 325 Name="VCXDCMakeTool" 326 /> 327 <Tool 328 Name="VCBscMakeTool" 329 /> 330 <Tool 331 Name="VCFxCopTool" 332 /> 333 <Tool 334 Name="VCAppVerifierTool" 335 /> 336 <Tool 337 Name="VCPostBuildEventTool" 338 Description="Copy import library to $(CoinLibDir)" 339 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir)" 340 /> 341 </Configuration> 342 <Configuration 343 Name="DebugDLL|x64" 344 OutputDirectory="$(CoinBinDir)" 345 IntermediateDirectory="$(ProjectName)\$(PlatformName)\$(ConfigurationName)" 346 ConfigurationType="2" 347 InheritedPropertySheets="$(COIN_ROOT)\BuildTools\MSVisualStudio\v9alt\coin.vsprops;$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v9alt\cgl.vsprops;$(CoinRoot)\Clp\Clp\MSVisualStudio\v9alt\osiclp.vsprops" 348 CharacterSet="1" 349 ManagedExtensions="0" 350 > 351 <Tool 352 Name="VCPreBuildEventTool" 353 /> 354 <Tool 355 Name="VCCustomBuildTool" 356 /> 357 <Tool 358 Name="VCXMLDataGeneratorTool" 359 /> 360 <Tool 361 Name="VCWebServiceProxyGeneratorTool" 362 /> 363 <Tool 364 Name="VCMIDLTool" 365 TargetEnvironment="3" 366 /> 367 <Tool 368 Name="VCCLCompilerTool" 369 Optimization="0" 370 AdditionalIncludeDirectories="" 371 PreprocessorDefinitions="WIN32;_DEBUG" 372 RuntimeLibrary="3" 373 WarningLevel="3" 374 DebugInformationFormat="3" 375 /> 376 <Tool 377 Name="VCManagedResourceCompilerTool" 378 /> 379 <Tool 380 Name="VCResourceCompilerTool" 381 /> 382 <Tool 383 Name="VCPreLinkEventTool" 384 Description="Generate .def file" 385 CommandLine="powershell -ExecutionPolicy RemoteSigned -File .\genDefForCbc.ps1 $(IntDir) $(ProjectName)" 386 /> 387 <Tool 388 Name="VCLinkerTool" 389 LinkLibraryDependencies="false" 390 AdditionalDependencies="libCbc.lib" 391 ModuleDefinitionFile="$(IntDir)\$(ProjectName).def" 392 /> 393 <Tool 394 Name="VCALinkTool" 395 /> 396 <Tool 397 Name="VCManifestTool" 398 /> 399 <Tool 400 Name="VCXDCMakeTool" 401 /> 402 <Tool 403 Name="VCBscMakeTool" 404 /> 405 <Tool 406 Name="VCFxCopTool" 407 /> 408 <Tool 409 Name="VCAppVerifierTool" 410 /> 411 <Tool 412 Name="VCPostBuildEventTool" 413 Description="Copy import library to $(CoinLibDir)" 414 CommandLine="if not exist $(CoinLibDir) mkdir $(CoinLibDir)
move /y $(OutDir)\$(TargetName).lib $(CoinLibDir)" 415 /> 416 </Configuration> 268 417 </Configurations> 269 418 <References>
Note: See TracChangeset
for help on using the changeset viewer.