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