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