Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <ImportGroup Label="PropertySheets"> |
---|
4 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" Condition=" '$(Have_Cgl_Props)' != 'yes' " /> |
---|
5 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" Condition=" '$(Have_OsiClp_Props)' != 'yes' " /> |
---|
6 | </ImportGroup> |
---|
7 | <PropertyGroup Label="UserMacros"> |
---|
8 | <Have_Cbc_Props>yes</Have_Cbc_Props> |
---|
9 | <CbcIncludeDir>$(CoinRoot)\Cbc\Cbc\src</CbcIncludeDir> |
---|
10 | </PropertyGroup> |
---|
11 | <PropertyGroup> |
---|
12 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
13 | </PropertyGroup> |
---|
14 | <ItemDefinitionGroup> |
---|
15 | <ClCompile> |
---|
16 | <AdditionalIncludeDirectories>$(CbcIncludeDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
17 | </ClCompile> |
---|
18 | <Link> |
---|
19 | <AdditionalDependencies>libCbc.lib;%(AdditionalDependencies)</AdditionalDependencies> |
---|
20 | </Link> |
---|
21 | </ItemDefinitionGroup> |
---|
22 | <ItemGroup> |
---|
23 | <BuildMacro Include="CbcIncludeDir"> |
---|
24 | <Value>$(CbcIncludeDir)</Value> |
---|
25 | </BuildMacro> |
---|
26 | </ItemGroup> |
---|
27 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.