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="DebugDLL|Win32"> |
---|
5 | <Configuration>DebugDLL</Configuration> |
---|
6 | <Platform>Win32</Platform> |
---|
7 | </ProjectConfiguration> |
---|
8 | <ProjectConfiguration Include="DebugDLL|x64"> |
---|
9 | <Configuration>DebugDLL</Configuration> |
---|
10 | <Platform>x64</Platform> |
---|
11 | </ProjectConfiguration> |
---|
12 | <ProjectConfiguration Include="Debug|Win32"> |
---|
13 | <Configuration>Debug</Configuration> |
---|
14 | <Platform>Win32</Platform> |
---|
15 | </ProjectConfiguration> |
---|
16 | <ProjectConfiguration Include="Debug|x64"> |
---|
17 | <Configuration>Debug</Configuration> |
---|
18 | <Platform>x64</Platform> |
---|
19 | </ProjectConfiguration> |
---|
20 | <ProjectConfiguration Include="Release|Win32"> |
---|
21 | <Configuration>Release</Configuration> |
---|
22 | <Platform>Win32</Platform> |
---|
23 | </ProjectConfiguration> |
---|
24 | <ProjectConfiguration Include="Release|x64"> |
---|
25 | <Configuration>Release</Configuration> |
---|
26 | <Platform>x64</Platform> |
---|
27 | </ProjectConfiguration> |
---|
28 | </ItemGroup> |
---|
29 | <PropertyGroup Label="Globals"> |
---|
30 | <ProjectGuid>{E8A3CFD2-98B5-4CDB-95AA-357D28415482}</ProjectGuid> |
---|
31 | <RootNamespace>libCbc</RootNamespace> |
---|
32 | <Keyword>ManagedCProj</Keyword> |
---|
33 | </PropertyGroup> |
---|
34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> |
---|
36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
---|
37 | <CharacterSet>Unicode</CharacterSet> |
---|
38 | <CLRSupport>false</CLRSupport> |
---|
39 | </PropertyGroup> |
---|
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
41 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
42 | <CharacterSet>Unicode</CharacterSet> |
---|
43 | <CLRSupport>false</CLRSupport> |
---|
44 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
45 | </PropertyGroup> |
---|
46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
47 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
48 | <CharacterSet>Unicode</CharacterSet> |
---|
49 | <CLRSupport>false</CLRSupport> |
---|
50 | </PropertyGroup> |
---|
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> |
---|
52 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
---|
53 | <CharacterSet>Unicode</CharacterSet> |
---|
54 | <CLRSupport>false</CLRSupport> |
---|
55 | </PropertyGroup> |
---|
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
57 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
58 | <CharacterSet>Unicode</CharacterSet> |
---|
59 | <CLRSupport>false</CLRSupport> |
---|
60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
61 | </PropertyGroup> |
---|
62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
63 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
64 | <CharacterSet>Unicode</CharacterSet> |
---|
65 | <CLRSupport>false</CLRSupport> |
---|
66 | </PropertyGroup> |
---|
67 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
68 | <ImportGroup Label="ExtensionSettings"> |
---|
69 | </ImportGroup> |
---|
70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> |
---|
71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
72 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
73 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
74 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
75 | </ImportGroup> |
---|
76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
78 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
79 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
80 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
81 | </ImportGroup> |
---|
82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
84 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
85 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
86 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
87 | </ImportGroup> |
---|
88 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets"> |
---|
89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
90 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
91 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
92 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
93 | </ImportGroup> |
---|
94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
96 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
97 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
98 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
99 | </ImportGroup> |
---|
100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
102 | <Import Project="$(COIN_ROOT)\BuildTools\MSVisualStudio\v10alt\coin.props" /> |
---|
103 | <Import Project="$(CoinRoot)\Cgl\Cgl\MSVisualStudio\v10alt\cgl.props" /> |
---|
104 | <Import Project="$(CoinRoot)\Clp\Clp\MSVisualStudio\v10alt\osiclp.props" /> |
---|
105 | </ImportGroup> |
---|
106 | <PropertyGroup Label="UserMacros" /> |
---|
107 | <PropertyGroup> |
---|
108 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
109 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(CoinLibDir)\</OutDir> |
---|
110 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(CoinLibDir)\</OutDir> |
---|
111 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(CoinLibDir)\</OutDir> |
---|
112 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(CoinLibDir)\</OutDir> |
---|
113 | <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">$(CoinBinDir)\</OutDir> |
---|
114 | <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">$(CoinBinDir)\</OutDir> |
---|
115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" /> |
---|
117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" /> |
---|
118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" /> |
---|
120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" /> |
---|
121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
127 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
128 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
129 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
130 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
131 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
132 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
133 | </PropertyGroup> |
---|
134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
135 | <ClCompile> |
---|
136 | <Optimization>Disabled</Optimization> |
---|
137 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
138 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
139 | <WarningLevel>Level3</WarningLevel> |
---|
140 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
141 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
142 | </ClCompile> |
---|
143 | <Lib> |
---|
144 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
---|
145 | </Lib> |
---|
146 | </ItemDefinitionGroup> |
---|
147 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
148 | <Midl> |
---|
149 | <TargetEnvironment>X64</TargetEnvironment> |
---|
150 | </Midl> |
---|
151 | <ClCompile> |
---|
152 | <Optimization>Disabled</Optimization> |
---|
153 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
154 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
155 | <WarningLevel>Level3</WarningLevel> |
---|
156 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
157 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
158 | </ClCompile> |
---|
159 | <Lib> |
---|
160 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
---|
161 | </Lib> |
---|
162 | </ItemDefinitionGroup> |
---|
163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
164 | <ClCompile> |
---|
165 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
166 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
167 | <WarningLevel>Level3</WarningLevel> |
---|
168 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
169 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
170 | </ClCompile> |
---|
171 | <Lib> |
---|
172 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
---|
173 | </Lib> |
---|
174 | </ItemDefinitionGroup> |
---|
175 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
176 | <Midl> |
---|
177 | <TargetEnvironment>X64</TargetEnvironment> |
---|
178 | </Midl> |
---|
179 | <ClCompile> |
---|
180 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
181 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
182 | <WarningLevel>Level3</WarningLevel> |
---|
183 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
184 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
185 | </ClCompile> |
---|
186 | <Lib> |
---|
187 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
---|
188 | </Lib> |
---|
189 | </ItemDefinitionGroup> |
---|
190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> |
---|
191 | <ClCompile> |
---|
192 | <Optimization>Disabled</Optimization> |
---|
193 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
194 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
195 | <WarningLevel>Level3</WarningLevel> |
---|
196 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
197 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
198 | </ClCompile> |
---|
199 | <PreLinkEvent> |
---|
200 | <Message>Generate .def file</Message> |
---|
201 | <Command>powershell -ExecutionPolicy RemoteSigned -File .\genDefForCbc.ps1 $(IntDir) $(ProjectName)</Command> |
---|
202 | </PreLinkEvent> |
---|
203 | <ProjectReference> |
---|
204 | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
---|
205 | </ProjectReference> |
---|
206 | <Link> |
---|
207 | <ModuleDefinitionFile>$(IntDir)$(ProjectName).def</ModuleDefinitionFile> |
---|
208 | </Link> |
---|
209 | <PostBuildEvent> |
---|
210 | <Message>Copy import library to $(CoinLibDir)</Message> |
---|
211 | <Command>if not exist $(CoinLibDir) mkdir $(CoinLibDir) |
---|
212 | move /y $(OutDir)$(TargetName).lib $(CoinLibDir) |
---|
213 | </Command> |
---|
214 | </PostBuildEvent> |
---|
215 | </ItemDefinitionGroup> |
---|
216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> |
---|
217 | <Midl> |
---|
218 | <TargetEnvironment>X64</TargetEnvironment> |
---|
219 | </Midl> |
---|
220 | <ClCompile> |
---|
221 | <Optimization>Disabled</Optimization> |
---|
222 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
223 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
224 | <WarningLevel>Level3</WarningLevel> |
---|
225 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
226 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
227 | </ClCompile> |
---|
228 | <PreLinkEvent> |
---|
229 | <Message>Generate .def file</Message> |
---|
230 | <Command>powershell -ExecutionPolicy RemoteSigned -File .\genDefForCbc.ps1 $(IntDir) $(ProjectName)</Command> |
---|
231 | </PreLinkEvent> |
---|
232 | <ProjectReference> |
---|
233 | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
---|
234 | </ProjectReference> |
---|
235 | <Link> |
---|
236 | <ModuleDefinitionFile>$(IntDir)$(ProjectName).def</ModuleDefinitionFile> |
---|
237 | </Link> |
---|
238 | <PostBuildEvent> |
---|
239 | <Message>Copy import library to $(CoinLibDir)</Message> |
---|
240 | <Command>if not exist $(CoinLibDir) mkdir $(CoinLibDir) |
---|
241 | move /y $(OutDir)$(TargetName).lib $(CoinLibDir) |
---|
242 | </Command> |
---|
243 | </PostBuildEvent> |
---|
244 | </ItemDefinitionGroup> |
---|
245 | <ItemGroup> |
---|
246 | <Reference Include="System"> |
---|
247 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
248 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
249 | </Reference> |
---|
250 | <Reference Include="System.Data"> |
---|
251 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
252 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
253 | </Reference> |
---|
254 | <Reference Include="System.Xml"> |
---|
255 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
256 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
257 | </Reference> |
---|
258 | </ItemGroup> |
---|
259 | <ItemGroup> |
---|
260 | <ClCompile Include="..\..\src\Cbc_C_Interface.cpp" /> |
---|
261 | <ClCompile Include="..\..\src\CbcBranchAllDifferent.cpp" /> |
---|
262 | <ClCompile Include="..\..\src\CbcBranchCut.cpp" /> |
---|
263 | <ClCompile Include="..\..\src\CbcBranchDecision.cpp" /> |
---|
264 | <ClCompile Include="..\..\src\CbcBranchDefaultDecision.cpp" /> |
---|
265 | <ClCompile Include="..\..\src\CbcBranchDynamic.cpp" /> |
---|
266 | <ClCompile Include="..\..\src\CbcBranchingObject.cpp" /> |
---|
267 | <ClCompile Include="..\..\src\CbcBranchLotsize.cpp" /> |
---|
268 | <ClCompile Include="..\..\src\CbcBranchToFixLots.cpp" /> |
---|
269 | <ClCompile Include="..\..\src\CbcClique.cpp" /> |
---|
270 | <ClCompile Include="..\..\src\CbcCompareDefault.cpp" /> |
---|
271 | <ClCompile Include="..\..\src\CbcCompareDepth.cpp" /> |
---|
272 | <ClCompile Include="..\..\src\CbcCompareEstimate.cpp" /> |
---|
273 | <ClCompile Include="..\..\src\CbcCompareObjective.cpp" /> |
---|
274 | <ClCompile Include="..\..\src\CbcConsequence.cpp" /> |
---|
275 | <ClCompile Include="..\..\src\CbcCountRowCut.cpp" /> |
---|
276 | <ClCompile Include="..\..\src\CbcCutGenerator.cpp" /> |
---|
277 | <ClCompile Include="..\..\src\CbcCutModifier.cpp" /> |
---|
278 | <ClCompile Include="..\..\src\CbcCutSubsetModifier.cpp" /> |
---|
279 | <ClCompile Include="..\..\src\CbcDummyBranchingObject.cpp" /> |
---|
280 | <ClCompile Include="..\..\src\CbcEventHandler.cpp" /> |
---|
281 | <ClCompile Include="..\..\src\CbcFathom.cpp" /> |
---|
282 | <ClCompile Include="..\..\src\CbcFathomDynamicProgramming.cpp" /> |
---|
283 | <ClCompile Include="..\..\src\CbcFixVariable.cpp" /> |
---|
284 | <ClCompile Include="..\..\src\CbcFollowOn.cpp" /> |
---|
285 | <ClCompile Include="..\..\src\CbcFullNodeInfo.cpp" /> |
---|
286 | <ClCompile Include="..\..\src\CbcGeneral.cpp" /> |
---|
287 | <ClCompile Include="..\..\src\CbcGeneralDepth.cpp" /> |
---|
288 | <ClCompile Include="..\..\src\CbcHeuristic.cpp" /> |
---|
289 | <ClCompile Include="..\..\src\CbcHeuristicDINS.cpp" /> |
---|
290 | <ClCompile Include="..\..\src\CbcHeuristicDive.cpp" /> |
---|
291 | <ClCompile Include="..\..\src\CbcHeuristicDiveCoefficient.cpp" /> |
---|
292 | <ClCompile Include="..\..\src\CbcHeuristicDiveFractional.cpp" /> |
---|
293 | <ClCompile Include="..\..\src\CbcHeuristicDiveGuided.cpp" /> |
---|
294 | <ClCompile Include="..\..\src\CbcHeuristicDiveLineSearch.cpp" /> |
---|
295 | <ClCompile Include="..\..\src\CbcHeuristicDivePseudoCost.cpp" /> |
---|
296 | <ClCompile Include="..\..\src\CbcHeuristicDiveVectorLength.cpp" /> |
---|
297 | <ClCompile Include="..\..\src\CbcHeuristicFPump.cpp" /> |
---|
298 | <ClCompile Include="..\..\src\CbcHeuristicGreedy.cpp" /> |
---|
299 | <ClCompile Include="..\..\src\CbcHeuristicLocal.cpp" /> |
---|
300 | <ClCompile Include="..\..\src\CbcHeuristicPivotAndFix.cpp" /> |
---|
301 | <ClCompile Include="..\..\src\CbcHeuristicRandRound.cpp" /> |
---|
302 | <ClCompile Include="..\..\src\CbcHeuristicRENS.cpp" /> |
---|
303 | <ClCompile Include="..\..\src\CbcHeuristicRINS.cpp" /> |
---|
304 | <ClCompile Include="..\..\src\CbcHeuristicVND.cpp" /> |
---|
305 | <ClCompile Include="..\..\src\CbcMessage.cpp" /> |
---|
306 | <ClCompile Include="..\..\src\CbcModel.cpp" /> |
---|
307 | <ClCompile Include="..\..\src\CbcNode.cpp" /> |
---|
308 | <ClCompile Include="..\..\src\CbcNodeInfo.cpp" /> |
---|
309 | <ClCompile Include="..\..\src\CbcNWay.cpp" /> |
---|
310 | <ClCompile Include="..\..\src\CbcObject.cpp" /> |
---|
311 | <ClCompile Include="..\..\src\CbcObjectUpdateData.cpp" /> |
---|
312 | <ClCompile Include="..\..\src\CbcPartialNodeInfo.cpp" /> |
---|
313 | <ClCompile Include="..\..\src\CbcSimpleInteger.cpp" /> |
---|
314 | <ClCompile Include="..\..\src\CbcSimpleIntegerDynamicPseudoCost.cpp" /> |
---|
315 | <ClCompile Include="..\..\src\CbcSimpleIntegerPseudoCost.cpp" /> |
---|
316 | <ClCompile Include="..\..\src\CbcSOS.cpp" /> |
---|
317 | <ClCompile Include="..\..\src\CbcStatistics.cpp" /> |
---|
318 | <ClCompile Include="..\..\src\CbcStrategy.cpp" /> |
---|
319 | <ClCompile Include="..\..\src\CbcSubProblem.cpp" /> |
---|
320 | <ClCompile Include="..\..\src\CbcThread.cpp" /> |
---|
321 | <ClCompile Include="..\..\src\CbcTree.cpp" /> |
---|
322 | <ClCompile Include="..\..\src\CbcTreeLocal.cpp" /> |
---|
323 | </ItemGroup> |
---|
324 | <ItemGroup> |
---|
325 | <ClInclude Include="..\..\src\Cbc_C_Interface.h" /> |
---|
326 | <ClInclude Include="..\..\src\CbcBranchActual.hpp" /> |
---|
327 | <ClInclude Include="..\..\src\CbcBranchAllDifferent.hpp" /> |
---|
328 | <ClInclude Include="..\..\src\CbcBranchBase.hpp" /> |
---|
329 | <ClInclude Include="..\..\src\CbcBranchCut.hpp" /> |
---|
330 | <ClInclude Include="..\..\src\CbcBranchDecision.hpp" /> |
---|
331 | <ClInclude Include="..\..\src\CbcBranchDefaultDecision.hpp" /> |
---|
332 | <ClInclude Include="..\..\src\CbcBranchDynamic.hpp" /> |
---|
333 | <ClInclude Include="..\..\src\CbcBranchingObject.hpp" /> |
---|
334 | <ClInclude Include="..\..\src\CbcBranchLotsize.hpp" /> |
---|
335 | <ClInclude Include="..\..\src\CbcBranchToFixLots.hpp" /> |
---|
336 | <ClInclude Include="..\..\src\CbcClique.hpp" /> |
---|
337 | <ClInclude Include="..\..\src\CbcCompare.hpp" /> |
---|
338 | <ClInclude Include="..\..\src\CbcCompareActual.hpp" /> |
---|
339 | <ClInclude Include="..\..\src\CbcCompareBase.hpp" /> |
---|
340 | <ClInclude Include="..\..\src\CbcCompareDefault.hpp" /> |
---|
341 | <ClInclude Include="..\..\src\CbcCompareDepth.hpp" /> |
---|
342 | <ClInclude Include="..\..\src\CbcCompareEstimate.hpp" /> |
---|
343 | <ClInclude Include="..\..\src\CbcCompareObjective.hpp" /> |
---|
344 | <ClInclude Include="..\..\src\CbcConfig.h" /> |
---|
345 | <ClInclude Include="..\..\src\CbcConsequence.hpp" /> |
---|
346 | <ClInclude Include="..\..\src\CbcCountRowCut.hpp" /> |
---|
347 | <ClInclude Include="..\..\src\CbcCutGenerator.hpp" /> |
---|
348 | <ClInclude Include="..\..\src\CbcCutModifier.hpp" /> |
---|
349 | <ClInclude Include="..\..\src\CbcCutSubsetModifier.hpp" /> |
---|
350 | <ClInclude Include="..\..\src\CbcDummyBranchingObject.hpp" /> |
---|
351 | <ClInclude Include="..\..\src\CbcEventHandler.hpp" /> |
---|
352 | <ClInclude Include="..\..\src\CbcFathom.hpp" /> |
---|
353 | <ClInclude Include="..\..\src\CbcFathomDynamicProgramming.hpp" /> |
---|
354 | <ClInclude Include="..\..\src\CbcFeasibilityBase.hpp" /> |
---|
355 | <ClInclude Include="..\..\src\CbcFixVariable.hpp" /> |
---|
356 | <ClInclude Include="..\..\src\CbcFollowOn.hpp" /> |
---|
357 | <ClInclude Include="..\..\src\CbcFullNodeInfo.hpp" /> |
---|
358 | <ClInclude Include="..\..\src\CbcGeneral.hpp" /> |
---|
359 | <ClInclude Include="..\..\src\CbcGeneralDepth.hpp" /> |
---|
360 | <ClInclude Include="..\..\src\CbcHeuristic.hpp" /> |
---|
361 | <ClInclude Include="..\..\src\CbcHeuristicDINS.hpp" /> |
---|
362 | <ClInclude Include="..\..\src\CbcHeuristicDive.hpp" /> |
---|
363 | <ClInclude Include="..\..\src\CbcHeuristicDiveCoefficient.hpp" /> |
---|
364 | <ClInclude Include="..\..\src\CbcHeuristicDiveFractional.hpp" /> |
---|
365 | <ClInclude Include="..\..\src\CbcHeuristicDiveGuided.hpp" /> |
---|
366 | <ClInclude Include="..\..\src\CbcHeuristicDiveLineSearch.hpp" /> |
---|
367 | <ClInclude Include="..\..\src\CbcHeuristicDivePseudoCost.hpp" /> |
---|
368 | <ClInclude Include="..\..\src\CbcHeuristicDiveVectorLength.hpp" /> |
---|
369 | <ClInclude Include="..\..\src\CbcHeuristicFPump.hpp" /> |
---|
370 | <ClInclude Include="..\..\src\CbcHeuristicGreedy.hpp" /> |
---|
371 | <ClInclude Include="..\..\src\CbcHeuristicLocal.hpp" /> |
---|
372 | <ClInclude Include="..\..\src\CbcHeuristicPivotAndFix.hpp" /> |
---|
373 | <ClInclude Include="..\..\src\CbcHeuristicRandRound.hpp" /> |
---|
374 | <ClInclude Include="..\..\src\CbcHeuristicRENS.hpp" /> |
---|
375 | <ClInclude Include="..\..\src\CbcHeuristicRINS.hpp" /> |
---|
376 | <ClInclude Include="..\..\src\CbcHeuristicVND.hpp" /> |
---|
377 | <ClInclude Include="..\..\src\CbcMessage.hpp" /> |
---|
378 | <ClInclude Include="..\..\src\CbcModel.hpp" /> |
---|
379 | <ClInclude Include="..\..\src\CbcNode.hpp" /> |
---|
380 | <ClInclude Include="..\..\src\CbcNodeInfo.hpp" /> |
---|
381 | <ClInclude Include="..\..\src\CbcNWay.hpp" /> |
---|
382 | <ClInclude Include="..\..\src\CbcObject.hpp" /> |
---|
383 | <ClInclude Include="..\..\src\CbcObjectUpdateData.hpp" /> |
---|
384 | <ClInclude Include="..\..\src\CbcPartialNodeInfo.hpp" /> |
---|
385 | <ClInclude Include="..\..\src\CbcSimpleInteger.hpp" /> |
---|
386 | <ClInclude Include="..\..\src\CbcSimpleIntegerDynamicPseudoCost.hpp" /> |
---|
387 | <ClInclude Include="..\..\src\CbcSimpleIntegerPseudoCost.hpp" /> |
---|
388 | <ClInclude Include="..\..\src\CbcSOS.hpp" /> |
---|
389 | <ClInclude Include="..\..\src\CbcStatistics.hpp" /> |
---|
390 | <ClInclude Include="..\..\src\CbcStrategy.hpp" /> |
---|
391 | <ClInclude Include="..\..\src\CbcSubProblem.hpp" /> |
---|
392 | <ClInclude Include="..\..\src\CbcThread.hpp" /> |
---|
393 | <ClInclude Include="..\..\src\CbcTree.hpp" /> |
---|
394 | <ClInclude Include="..\..\src\CbcTreeLocal.hpp" /> |
---|
395 | </ItemGroup> |
---|
396 | <ItemGroup> |
---|
397 | <None Include="cbc.props" /> |
---|
398 | <None Include="genDefForCbc.ps1" /> |
---|
399 | </ItemGroup> |
---|
400 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
401 | <ImportGroup Label="ExtensionTargets"> |
---|
402 | </ImportGroup> |
---|
403 | </Project> |
---|