1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="15.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 | <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
---|
26 | </PropertyGroup> |
---|
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
29 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
30 | <PlatformToolset>v141</PlatformToolset> |
---|
31 | </PropertyGroup> |
---|
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
33 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
34 | <PlatformToolset>v141</PlatformToolset> |
---|
35 | </PropertyGroup> |
---|
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
37 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
38 | <PlatformToolset>v141</PlatformToolset> |
---|
39 | </PropertyGroup> |
---|
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
41 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
42 | <PlatformToolset>v141</PlatformToolset> |
---|
43 | </PropertyGroup> |
---|
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
45 | <ImportGroup Label="ExtensionSettings"> |
---|
46 | </ImportGroup> |
---|
47 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
48 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
49 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
50 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> |
---|
51 | </ImportGroup> |
---|
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
54 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
55 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> |
---|
56 | </ImportGroup> |
---|
57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
59 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
60 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> |
---|
61 | </ImportGroup> |
---|
62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
64 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
65 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> |
---|
66 | </ImportGroup> |
---|
67 | <PropertyGroup Label="UserMacros" /> |
---|
68 | <PropertyGroup> |
---|
69 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
70 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
71 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
72 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
73 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
74 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
75 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
76 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
77 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
78 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
79 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
80 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
81 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
82 | </PropertyGroup> |
---|
83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
84 | <ClCompile> |
---|
85 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\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;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglRedSplit2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
86 | <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
87 | <PrecompiledHeader> |
---|
88 | </PrecompiledHeader> |
---|
89 | </ClCompile> |
---|
90 | </ItemDefinitionGroup> |
---|
91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
92 | <ClCompile> |
---|
93 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\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;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglRedSplit2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
94 | <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
95 | <PrecompiledHeader> |
---|
96 | </PrecompiledHeader> |
---|
97 | <WarningLevel>Level3</WarningLevel> |
---|
98 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
99 | </ClCompile> |
---|
100 | </ItemDefinitionGroup> |
---|
101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
102 | <Midl> |
---|
103 | <TargetEnvironment>X64</TargetEnvironment> |
---|
104 | </Midl> |
---|
105 | <ClCompile> |
---|
106 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\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;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglRedSplit2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
107 | <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
108 | <PrecompiledHeader> |
---|
109 | </PrecompiledHeader> |
---|
110 | <WarningLevel>Level3</WarningLevel> |
---|
111 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
112 | </ClCompile> |
---|
113 | </ItemDefinitionGroup> |
---|
114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
115 | <Midl> |
---|
116 | <TargetEnvironment>X64</TargetEnvironment> |
---|
117 | </Midl> |
---|
118 | <ClCompile> |
---|
119 | <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\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;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglRedSplit2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
120 | <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
121 | <PrecompiledHeader> |
---|
122 | </PrecompiledHeader> |
---|
123 | <WarningLevel>Level3</WarningLevel> |
---|
124 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
125 | <InlineFunctionExpansion>Default</InlineFunctionExpansion> |
---|
126 | </ClCompile> |
---|
127 | </ItemDefinitionGroup> |
---|
128 | <ItemGroup> |
---|
129 | <Reference Include="System"> |
---|
130 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
131 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
132 | </Reference> |
---|
133 | <Reference Include="System.Data"> |
---|
134 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
135 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
136 | </Reference> |
---|
137 | <Reference Include="System.Xml"> |
---|
138 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
---|
139 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
140 | </Reference> |
---|
141 | </ItemGroup> |
---|
142 | <ItemGroup> |
---|
143 | <ClCompile Include="..\..\..\src\CbcCbcParam.cpp" /> |
---|
144 | <ClCompile Include="..\..\..\src\CbcLinked.cpp" /> |
---|
145 | <ClCompile Include="..\..\..\src\CbcLinkedUtils.cpp" /> |
---|
146 | <ClCompile Include="..\..\..\src\CbcSolver.cpp" /> |
---|
147 | <ClCompile Include="..\..\..\src\CbcSolverAnalyze.cpp" /> |
---|
148 | <ClCompile Include="..\..\..\src\CbcSolverExpandKnapsack.cpp" /> |
---|
149 | <ClCompile Include="..\..\..\src\CbcSolverHeuristics.cpp" /> |
---|
150 | <ClCompile Include="..\..\..\src\unitTestClp.cpp" /> |
---|
151 | </ItemGroup> |
---|
152 | <ItemGroup> |
---|
153 | <ClInclude Include="..\..\..\src\CbcLinked.hpp" /> |
---|
154 | <ClInclude Include="..\..\..\src\CbcSolver.hpp" /> |
---|
155 | <ClInclude Include="..\..\..\src\CbcSolverAnalyze.hpp" /> |
---|
156 | <ClInclude Include="..\..\..\src\CbcSolverExpandKnapsack.hpp" /> |
---|
157 | <ClInclude Include="..\..\..\src\CbcSolverHeuristics.hpp" /> |
---|
158 | </ItemGroup> |
---|
159 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
160 | <ImportGroup Label="ExtensionTargets"> |
---|
161 | </ImportGroup> |
---|
162 | </Project> |
---|