1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <ItemGroup Label="ProjectConfigurations"> |
---|
4 | <ProjectConfiguration Include="Debug|Win32"> |
---|
5 | <Configuration>Debug</Configuration> |
---|
6 | <Platform>Win32</Platform> |
---|
7 | </ProjectConfiguration> |
---|
8 | <ProjectConfiguration Include="Debug|x64"> |
---|
9 | <Configuration>Debug</Configuration> |
---|
10 | <Platform>x64</Platform> |
---|
11 | </ProjectConfiguration> |
---|
12 | <ProjectConfiguration Include="Release|Win32"> |
---|
13 | <Configuration>Release</Configuration> |
---|
14 | <Platform>Win32</Platform> |
---|
15 | </ProjectConfiguration> |
---|
16 | <ProjectConfiguration Include="Release|x64"> |
---|
17 | <Configuration>Release</Configuration> |
---|
18 | <Platform>x64</Platform> |
---|
19 | </ProjectConfiguration> |
---|
20 | </ItemGroup> |
---|
21 | <PropertyGroup Label="Globals"> |
---|
22 | <ProjectGuid>{71DA4595-E8A7-4B21-A00A-D96D29D11E3E}</ProjectGuid> |
---|
23 | <RootNamespace>libCbcSolver</RootNamespace> |
---|
24 | <Keyword>ManagedCProj</Keyword> |
---|
25 | </PropertyGroup> |
---|
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
28 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
29 | <CharacterSet>MultiByte</CharacterSet> |
---|
30 | <CLRSupport>false</CLRSupport> |
---|
31 | <WholeProgramOptimization>false</WholeProgramOptimization> |
---|
32 | </PropertyGroup> |
---|
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
35 | <CharacterSet>Unicode</CharacterSet> |
---|
36 | <CLRSupport>false</CLRSupport> |
---|
37 | </PropertyGroup> |
---|
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
39 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
40 | <CharacterSet>MultiByte</CharacterSet> |
---|
41 | <CLRSupport>false</CLRSupport> |
---|
42 | <WholeProgramOptimization>false</WholeProgramOptimization> |
---|
43 | </PropertyGroup> |
---|
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
45 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
46 | <CharacterSet>Unicode</CharacterSet> |
---|
47 | <CLRSupport>false</CLRSupport> |
---|
48 | </PropertyGroup> |
---|
49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
50 | <ImportGroup Label="ExtensionSettings"> |
---|
51 | </ImportGroup> |
---|
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
54 | </ImportGroup> |
---|
55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
57 | </ImportGroup> |
---|
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
60 | </ImportGroup> |
---|
61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
63 | </ImportGroup> |
---|
64 | <PropertyGroup Label="UserMacros" /> |
---|
65 | <PropertyGroup> |
---|
66 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
---|
68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> |
---|
69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
---|
70 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> |
---|
71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
---|
72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> |
---|
73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
---|
74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> |
---|
75 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
76 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
77 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
78 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
79 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
80 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
81 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
82 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
83 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
84 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
85 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
86 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
87 | </PropertyGroup> |
---|
88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
89 | <ClCompile> |
---|
90 | <Optimization>Disabled</Optimization> |
---|
91 | <AdditionalIncludeDirectories>..\..\..\src;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglResidualCapacity;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
92 | <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
93 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
94 | <PrecompiledHeader> |
---|
95 | </PrecompiledHeader> |
---|
96 | <WarningLevel>Level3</WarningLevel> |
---|
97 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
98 | </ClCompile> |
---|
99 | </ItemDefinitionGroup> |
---|
100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
101 | <ClCompile> |
---|
102 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
103 | <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
104 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
105 | <PrecompiledHeader> |
---|
106 | </PrecompiledHeader> |
---|
107 | <WarningLevel>Level3</WarningLevel> |
---|
108 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
109 | </ClCompile> |
---|
110 | </ItemDefinitionGroup> |
---|
111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
112 | <Midl> |
---|
113 | <TargetEnvironment>X64</TargetEnvironment> |
---|
114 | </Midl> |
---|
115 | <ClCompile> |
---|
116 | <Optimization>Disabled</Optimization> |
---|
117 | <AdditionalIncludeDirectories>..\..\..\src;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglResidualCapacity;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
118 | <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
119 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
120 | <PrecompiledHeader> |
---|
121 | </PrecompiledHeader> |
---|
122 | <WarningLevel>Level3</WarningLevel> |
---|
123 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
124 | </ClCompile> |
---|
125 | </ItemDefinitionGroup> |
---|
126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
127 | <Midl> |
---|
128 | <TargetEnvironment>X64</TargetEnvironment> |
---|
129 | </Midl> |
---|
130 | <ClCompile> |
---|
131 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
132 | <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
133 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
134 | <PrecompiledHeader> |
---|
135 | </PrecompiledHeader> |
---|
136 | <WarningLevel>Level3</WarningLevel> |
---|
137 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
138 | </ClCompile> |
---|
139 | </ItemDefinitionGroup> |
---|
140 | <ItemGroup> |
---|
141 | <Reference Include="System"> |
---|
142 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
143 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
144 | </Reference> |
---|
145 | <Reference Include="System.Data"> |
---|
146 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
147 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
148 | </Reference> |
---|
149 | <Reference Include="System.Xml"> |
---|
150 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
151 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
152 | </Reference> |
---|
153 | </ItemGroup> |
---|
154 | <ItemGroup> |
---|
155 | <ClCompile Include="..\..\..\src\CbcCbcParam.cpp" /> |
---|
156 | <ClCompile Include="..\..\..\src\CbcLinked.cpp" /> |
---|
157 | <ClCompile Include="..\..\..\src\CbcLinkedUtils.cpp" /> |
---|
158 | <ClCompile Include="..\..\..\src\CbcSolver.cpp" /> |
---|
159 | <ClCompile Include="..\..\..\src\CbcSolverAnalyze.cpp" /> |
---|
160 | <ClCompile Include="..\..\..\src\CbcSolverExpandKnapsack.cpp" /> |
---|
161 | <ClCompile Include="..\..\..\src\CbcSolverHeuristics.cpp" /> |
---|
162 | <ClCompile Include="..\..\..\src\unitTestClp.cpp" /> |
---|
163 | </ItemGroup> |
---|
164 | <ItemGroup> |
---|
165 | <ClInclude Include="..\..\..\src\CbcLinked.hpp" /> |
---|
166 | <ClInclude Include="..\..\..\src\CbcSolver.hpp" /> |
---|
167 | <ClInclude Include="..\..\..\src\CbcSolverAnalyze.hpp" /> |
---|
168 | <ClInclude Include="..\..\..\src\CbcSolverExpandKnapsack.hpp" /> |
---|
169 | <ClInclude Include="..\..\..\src\CbcSolverHeuristics.hpp" /> |
---|
170 | </ItemGroup> |
---|
171 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
172 | <ImportGroup Label="ExtensionTargets"> |
---|
173 | </ImportGroup> |
---|
174 | </Project> |
---|