Changeset 1902 for stable/2.8/Cbc/MSVisualStudio
- Timestamp:
- Apr 10, 2013 12:58:16 PM (8 years ago)
- Location:
- stable/2.8/Cbc
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.8/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1889-1901
- Property svn:mergeinfo changed
-
stable/2.8/Cbc/MSVisualStudio/v10/CbcCSosDllSample/cbcCSosDllSample.vcxproj
r1873 r1902 27 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 28 <ConfigurationType>Application</ConfigurationType> 29 <CharacterSet>MultiByte</CharacterSet>30 29 </PropertyGroup> 31 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 31 <ConfigurationType>Application</ConfigurationType> 33 <CharacterSet>MultiByte</CharacterSet>34 32 </PropertyGroup> 35 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 36 34 <ConfigurationType>Application</ConfigurationType> 37 <CharacterSet>MultiByte</CharacterSet>38 35 </PropertyGroup> 39 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 40 37 <ConfigurationType>Application</ConfigurationType> 41 <CharacterSet>MultiByte</CharacterSet>42 38 </PropertyGroup> 43 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 46 42 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 47 43 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 44 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 45 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 48 46 </ImportGroup> 49 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 50 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\Debug.props" /> 50 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 51 51 </ImportGroup> 52 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 53 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\Release.props" /> 55 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 54 56 </ImportGroup> 55 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 56 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\Debug.props" /> 60 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 57 61 </ImportGroup> 58 62 <PropertyGroup Label="UserMacros" /> 59 63 <PropertyGroup> 60 64 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 61 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>62 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>63 65 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>65 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>66 66 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>69 67 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>72 68 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 73 69 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> … … 86 82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 87 83 <ClCompile> 88 <Optimization>Disabled</Optimization> 84 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 85 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 86 <MinimalRebuild>true</MinimalRebuild> 87 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 88 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 89 <PrecompiledHeader> 90 </PrecompiledHeader> 91 <CallingConvention>Cdecl</CallingConvention> 92 <CompileAs>Default</CompileAs> 93 </ClCompile> 94 <ProjectReference> 95 <LinkLibraryDependencies>false</LinkLibraryDependencies> 96 </ProjectReference> 97 <Link> 98 <AdditionalDependencies>cbcCInterfaceDll.lib;%(AdditionalDependencies)</AdditionalDependencies> 99 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 100 <DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs> 101 <GenerateDebugInformation>true</GenerateDebugInformation> 102 <GenerateMapFile>true</GenerateMapFile> 103 <MapExports>true</MapExports> 104 <SubSystem>Console</SubSystem> 105 <RandomizedBaseAddress>false</RandomizedBaseAddress> 106 <DataExecutionPrevention> 107 </DataExecutionPrevention> 108 <TargetMachine>MachineX86</TargetMachine> 109 </Link> 110 </ItemDefinitionGroup> 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 112 <ClCompile> 113 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\\\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 116 <PrecompiledHeader> 117 </PrecompiledHeader> 118 <CallingConvention>Cdecl</CallingConvention> 119 <CompileAs>Default</CompileAs> 120 </ClCompile> 121 <ProjectReference> 122 <LinkLibraryDependencies>false</LinkLibraryDependencies> 123 </ProjectReference> 124 <Link> 125 <AdditionalDependencies>cbcCInterfaceDll.lib;%(AdditionalDependencies)</AdditionalDependencies> 126 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 127 <DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs> 128 <GenerateDebugInformation>true</GenerateDebugInformation> 129 <GenerateMapFile>true</GenerateMapFile> 130 <MapExports>true</MapExports> 131 <SubSystem>Console</SubSystem> 132 <OptimizeReferences>true</OptimizeReferences> 133 <EnableCOMDATFolding>true</EnableCOMDATFolding> 134 <RandomizedBaseAddress>false</RandomizedBaseAddress> 135 <DataExecutionPrevention> 136 </DataExecutionPrevention> 137 <TargetMachine>MachineX86</TargetMachine> 138 </Link> 139 </ItemDefinitionGroup> 140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 141 <Midl> 142 <TargetEnvironment>X64</TargetEnvironment> 143 </Midl> 144 <ClCompile> 89 145 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 90 146 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\\\";%(PreprocessorDefinitions)</PreprocessorDefinitions> … … 94 150 <PrecompiledHeader> 95 151 </PrecompiledHeader> 96 <WarningLevel>Level3</WarningLevel>97 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>98 <CallingConvention>Cdecl</CallingConvention>99 <CompileAs>Default</CompileAs>100 </ClCompile>101 <ProjectReference>102 <LinkLibraryDependencies>false</LinkLibraryDependencies>103 </ProjectReference>104 <Link>105 <AdditionalDependencies>cbcCInterfaceDll.lib;%(AdditionalDependencies)</AdditionalDependencies>106 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>107 <DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>108 <GenerateDebugInformation>true</GenerateDebugInformation>109 <GenerateMapFile>true</GenerateMapFile>110 <MapExports>true</MapExports>111 <SubSystem>Console</SubSystem>112 <RandomizedBaseAddress>false</RandomizedBaseAddress>113 <DataExecutionPrevention>114 </DataExecutionPrevention>115 <TargetMachine>MachineX86</TargetMachine>116 </Link>117 </ItemDefinitionGroup>118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">119 <ClCompile>120 <Optimization>MaxSpeed</Optimization>121 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>122 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\\\";%(PreprocessorDefinitions)</PreprocessorDefinitions>123 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>124 <PrecompiledHeader>125 </PrecompiledHeader>126 <WarningLevel>Level3</WarningLevel>127 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>128 <CallingConvention>Cdecl</CallingConvention>129 <CompileAs>Default</CompileAs>130 </ClCompile>131 <ProjectReference>132 <LinkLibraryDependencies>false</LinkLibraryDependencies>133 </ProjectReference>134 <Link>135 <AdditionalDependencies>cbcCInterfaceDll.lib;%(AdditionalDependencies)</AdditionalDependencies>136 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>137 <DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>138 <GenerateDebugInformation>true</GenerateDebugInformation>139 <GenerateMapFile>true</GenerateMapFile>140 <MapExports>true</MapExports>141 <SubSystem>Console</SubSystem>142 <OptimizeReferences>true</OptimizeReferences>143 <EnableCOMDATFolding>true</EnableCOMDATFolding>144 <RandomizedBaseAddress>false</RandomizedBaseAddress>145 <DataExecutionPrevention>146 </DataExecutionPrevention>147 <TargetMachine>MachineX86</TargetMachine>148 </Link>149 </ItemDefinitionGroup>150 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">151 <Midl>152 <TargetEnvironment>X64</TargetEnvironment>153 </Midl>154 <ClCompile>155 <Optimization>Disabled</Optimization>156 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>157 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\\\";%(PreprocessorDefinitions)</PreprocessorDefinitions>158 <MinimalRebuild>true</MinimalRebuild>159 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>160 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>161 <PrecompiledHeader>162 </PrecompiledHeader>163 <WarningLevel>Level3</WarningLevel>164 152 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 165 153 <CallingConvention>Cdecl</CallingConvention> … … 188 176 </Midl> 189 177 <ClCompile> 190 <Optimization>MaxSpeed</Optimization>191 178 <AdditionalIncludeDirectories>..\..\..\..\Osi\src\OsiCbc;..\..\..\..\Osi\src;..\..\..\..\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\CglProbing;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Osi\src\OsiClp;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;..\..\..\..\Cbc\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 192 179 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;CBCCINTERFACEDLL_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample\\\\";%(PreprocessorDefinitions)</PreprocessorDefinitions> … … 194 181 <PrecompiledHeader> 195 182 </PrecompiledHeader> 196 <WarningLevel>Level3</WarningLevel>197 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>198 183 <CallingConvention>Cdecl</CallingConvention> 199 184 <CompileAs>Default</CompileAs> -
stable/2.8/Cbc/MSVisualStudio/v10/OsiCbcUnitTest/OsiCbcUnitTest.vcxproj
r1873 r1902 27 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 28 <ConfigurationType>Application</ConfigurationType> 29 <CharacterSet>Unicode</CharacterSet>30 <WholeProgramOptimization>true</WholeProgramOptimization>31 29 </PropertyGroup> 32 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 33 31 <ConfigurationType>Application</ConfigurationType> 34 <CharacterSet>Unicode</CharacterSet>35 32 </PropertyGroup> 36 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 37 34 <ConfigurationType>Application</ConfigurationType> 38 <CharacterSet>Unicode</CharacterSet>39 <WholeProgramOptimization>true</WholeProgramOptimization>40 35 </PropertyGroup> 41 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 42 37 <ConfigurationType>Application</ConfigurationType> 43 <CharacterSet>Unicode</CharacterSet>44 38 </PropertyGroup> 45 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 48 42 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 49 43 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 44 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 45 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 50 46 </ImportGroup> 51 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 52 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\Debug.props" /> 50 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 53 51 </ImportGroup> 54 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 55 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\Release.props" /> 55 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 56 56 </ImportGroup> 57 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 58 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\Debug.props" /> 60 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 59 61 </ImportGroup> 60 62 <PropertyGroup Label="UserMacros" /> 61 63 <PropertyGroup> 62 64 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 63 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>64 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>65 65 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>67 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>68 66 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>71 67 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>74 68 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 75 69 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> … … 88 82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 89 83 <ClCompile> 90 <Optimization>Disabled</Optimization>91 84 <AdditionalIncludeDirectories>..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\src\OsiCbc;..\..\..\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\OsiCommonTest;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 85 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CONSOLE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";NETLIBDIR="..\\..\\..\\..\\Data\\Netlib";MIPLIBDIR="..\\..\\..\\..\\Data\\miplib3";%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <MinimalRebuild>true</MinimalRebuild> 94 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 95 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 96 <PrecompiledHeader> 97 </PrecompiledHeader> 98 <WarningLevel>Level3</WarningLevel> 99 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 86 <PrecompiledHeader> 87 </PrecompiledHeader> 100 88 </ClCompile> 101 89 <Link> … … 112 100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 113 101 <ClCompile> 114 <Optimization>MaxSpeed</Optimization>115 <IntrinsicFunctions>true</IntrinsicFunctions>116 102 <AdditionalIncludeDirectories>..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\src\OsiCbc;..\..\..\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\OsiCommonTest;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 117 103 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";NETLIBDIR="..\\..\\..\\..\\Data\\Netlib";MIPLIBDIR="..\\..\\..\\..\\Data\\miplib3";%(PreprocessorDefinitions)</PreprocessorDefinitions> 118 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 119 <FunctionLevelLinking>true</FunctionLevelLinking> 120 <PrecompiledHeader> 121 </PrecompiledHeader> 122 <WarningLevel>Level3</WarningLevel> 123 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 104 <PrecompiledHeader> 105 </PrecompiledHeader> 124 106 </ClCompile> 125 107 <Link> … … 141 123 </Midl> 142 124 <ClCompile> 143 <Optimization>Disabled</Optimization>144 125 <AdditionalIncludeDirectories>..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\src\OsiCbc;..\..\..\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\OsiCommonTest;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 145 126 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CONSOLE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";NETLIBDIR="..\\..\\..\\..\\Data\\Netlib";MIPLIBDIR="..\\..\\..\\..\\Data\\miplib3";%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <MinimalRebuild>true</MinimalRebuild> 147 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 148 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 149 <PrecompiledHeader> 150 </PrecompiledHeader> 151 <WarningLevel>Level3</WarningLevel> 152 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 127 <PrecompiledHeader> 128 </PrecompiledHeader> 153 129 </ClCompile> 154 130 <Link> … … 168 144 </Midl> 169 145 <ClCompile> 170 <Optimization>MaxSpeed</Optimization>171 <IntrinsicFunctions>true</IntrinsicFunctions>172 146 <AdditionalIncludeDirectories>..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\src\OsiCbc;..\..\..\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\OsiCommonTest;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 173 147 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";NETLIBDIR="..\\..\\..\\..\\Data\\Netlib";MIPLIBDIR="..\\..\\..\\..\\Data\\miplib3";%(PreprocessorDefinitions)</PreprocessorDefinitions> 174 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 175 <FunctionLevelLinking>true</FunctionLevelLinking> 176 <PrecompiledHeader> 177 </PrecompiledHeader> 178 <WarningLevel>Level3</WarningLevel> 179 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 148 <PrecompiledHeader> 149 </PrecompiledHeader> 180 150 </ClCompile> 181 151 <Link> -
stable/2.8/Cbc/MSVisualStudio/v10/cbc/cbc.vcxproj
r1873 r1902 26 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 27 <ConfigurationType>Application</ConfigurationType> 28 <PlatformToolset>v100</PlatformToolset>29 28 </PropertyGroup> 30 29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 30 <ConfigurationType>Application</ConfigurationType> 32 <PlatformToolset>v90</PlatformToolset>33 31 </PropertyGroup> 34 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 37 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 38 36 <ConfigurationType>Application</ConfigurationType> 39 <PlatformToolset>v100</PlatformToolset>40 37 </PropertyGroup> 41 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 97 94 <PrecompiledHeader> 98 95 </PrecompiledHeader> 99 <WarningLevel>Level3</WarningLevel>100 <SuppressStartupBanner>true</SuppressStartupBanner>101 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>102 <CompileAs>Default</CompileAs>103 96 </ClCompile> 104 97 <ResourceCompile> … … 165 158 <PrecompiledHeader> 166 159 </PrecompiledHeader> 167 <WarningLevel>Level3</WarningLevel>168 <SuppressStartupBanner>true</SuppressStartupBanner>169 160 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 170 <CompileAs>Default</CompileAs>171 161 </ClCompile> 172 162 <ResourceCompile> -
stable/2.8/Cbc/MSVisualStudio/v10/cbcCInterfaceDll/cbcCInterfaceDll.vcxproj
r1873 r1902 27 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 28 <ConfigurationType>DynamicLibrary</ConfigurationType> 29 <CharacterSet>MultiByte</CharacterSet>30 29 </PropertyGroup> 31 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 31 <ConfigurationType>DynamicLibrary</ConfigurationType> 33 <CharacterSet>MultiByte</CharacterSet>34 32 </PropertyGroup> 35 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 36 34 <ConfigurationType>DynamicLibrary</ConfigurationType> 37 <CharacterSet>MultiByte</CharacterSet>38 35 </PropertyGroup> 39 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 40 37 <ConfigurationType>DynamicLibrary</ConfigurationType> 41 <CharacterSet>MultiByte</CharacterSet>42 38 </PropertyGroup> 43 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 47 43 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 48 44 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 45 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 46 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 49 47 </ImportGroup> 50 48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 51 49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 52 50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 51 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> 52 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 53 53 </ImportGroup> 54 54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 55 55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 56 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 57 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 58 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 57 59 </ImportGroup> 58 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 59 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 63 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> 64 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 61 65 </ImportGroup> 62 66 <PropertyGroup Label="UserMacros" /> 63 67 <PropertyGroup> 64 68 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 65 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>66 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>67 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>70 70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>73 71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>76 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 77 73 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> -
stable/2.8/Cbc/MSVisualStudio/v10/cbcExamplesSample2/cbcExamplesSample2.vcxproj
r1873 r1902 26 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc>29 <CharacterSet>MultiByte</CharacterSet>30 28 </PropertyGroup> 31 29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 30 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc>34 <CharacterSet>MultiByte</CharacterSet>35 31 </PropertyGroup> 36 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 37 33 <ConfigurationType>Application</ConfigurationType> 38 <UseOfMfc>false</UseOfMfc>39 <CharacterSet>MultiByte</CharacterSet>40 34 </PropertyGroup> 41 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 42 36 <ConfigurationType>Application</ConfigurationType> 43 <UseOfMfc>false</UseOfMfc>44 <CharacterSet>MultiByte</CharacterSet>45 37 </PropertyGroup> 46 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 50 42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 51 43 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 44 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 45 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 52 46 </ImportGroup> 53 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 54 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 49 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 50 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> 51 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 56 52 </ImportGroup> 57 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 58 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> 57 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 60 58 </ImportGroup> 61 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 61 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 62 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> 63 <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> 64 64 </ImportGroup> 65 65 <PropertyGroup Label="UserMacros" /> 66 66 <PropertyGroup> 67 67 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>70 68 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>73 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>76 70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>79 71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 80 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> … … 98 90 </Midl> 99 91 <ClCompile> 100 <Optimization>Disabled</Optimization> 101 <AdditionalIncludeDirectories>..\..\..\..\Cbc\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> 92 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 102 93 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";%(PreprocessorDefinitions)</PreprocessorDefinitions> 103 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>104 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>105 <RuntimeTypeInfo>true</RuntimeTypeInfo>106 94 <PrecompiledHeader> 107 95 </PrecompiledHeader> 108 <PrecompiledHeaderOutputFile>.\Debug/cbcExamplesSample2.pch</PrecompiledHeaderOutputFile>109 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>110 <ObjectFileName>.\Debug/</ObjectFileName>111 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>112 <WarningLevel>Level3</WarningLevel>113 <SuppressStartupBanner>true</SuppressStartupBanner>114 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>115 <CompileAs>Default</CompileAs>116 96 </ClCompile> 117 97 <ResourceCompile> … … 120 100 </ResourceCompile> 121 101 <Link> 122 <AdditionalDependencies>libC oinUtils.lib;libOsi.lib;libClp.lib;libOsiClp.lib;libCgl.lib;libCbc.lib;%(AdditionalDependencies)</AdditionalDependencies>102 <AdditionalDependencies>libCbcSolver.lib;libCbc.lib;libCgl.lib;libOsiClp.lib;libOsi.lib;libClp.lib;libCoinUtils.lib;%(AdditionalDependencies)</AdditionalDependencies> 123 103 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> 124 104 <SuppressStartupBanner>true</SuppressStartupBanner> … … 144 124 </Midl> 145 125 <ClCompile> 146 <Optimization>Disabled</Optimization> 147 <AdditionalIncludeDirectories>..\..\..\..\Cbc\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> 126 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 148 127 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";%(PreprocessorDefinitions)</PreprocessorDefinitions> 149 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>150 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>151 <RuntimeTypeInfo>true</RuntimeTypeInfo>152 128 <PrecompiledHeader> 153 129 </PrecompiledHeader> 154 <PrecompiledHeaderOutputFile>.\Debug/cbcExamplesSample2.pch</PrecompiledHeaderOutputFile>155 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>156 <ObjectFileName>.\Debug/</ObjectFileName>157 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>158 <WarningLevel>Level3</WarningLevel>159 <SuppressStartupBanner>true</SuppressStartupBanner>160 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>161 <CompileAs>Default</CompileAs>162 130 </ClCompile> 163 131 <ResourceCompile> … … 166 134 </ResourceCompile> 167 135 <Link> 168 <AdditionalDependencies>libC oinUtils.lib;libOsi.lib;libClp.lib;libOsiClp.lib;libCgl.lib;libCbc.lib;%(AdditionalDependencies)</AdditionalDependencies>136 <AdditionalDependencies>libCbcSolver.lib;libCbc.lib;libCgl.lib;libOsiClp.lib;libOsi.lib;libClp.lib;libCoinUtils.lib;%(AdditionalDependencies)</AdditionalDependencies> 169 137 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> 170 138 <SuppressStartupBanner>true</SuppressStartupBanner> … … 189 157 </Midl> 190 158 <ClCompile> 191 <Optimization>MaxSpeed</Optimization> 192 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 193 <AdditionalIncludeDirectories>..\..\..\..\Cbc\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> 159 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 194 160 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";%(PreprocessorDefinitions)</PreprocessorDefinitions> 195 <StringPooling>true</StringPooling>196 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>197 <FunctionLevelLinking>true</FunctionLevelLinking>198 <RuntimeTypeInfo>true</RuntimeTypeInfo>199 161 <PrecompiledHeader> 200 162 </PrecompiledHeader> 201 <PrecompiledHeaderOutputFile>.\Release/cbcExamplesSample2.pch</PrecompiledHeaderOutputFile>202 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>203 <ObjectFileName>.\Release/</ObjectFileName>204 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>205 <WarningLevel>Level3</WarningLevel>206 <SuppressStartupBanner>true</SuppressStartupBanner>207 <CompileAs>Default</CompileAs>208 163 </ClCompile> 209 164 <ResourceCompile> … … 212 167 </ResourceCompile> 213 168 <Link> 214 <AdditionalDependencies>libC oinUtils.lib;libOsi.lib;libClp.lib;libOsiClp.lib;libCgl.lib;libCbc.lib;%(AdditionalDependencies)</AdditionalDependencies>169 <AdditionalDependencies>libCbcSolver.lib;libCbc.lib;libCgl.lib;libOsiClp.lib;libOsi.lib;libClp.lib;libCoinUtils.lib;%(AdditionalDependencies)</AdditionalDependencies> 215 170 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> 216 171 <SuppressStartupBanner>true</SuppressStartupBanner> … … 235 190 </Midl> 236 191 <ClCompile> 237 <Optimization>MaxSpeed</Optimization> 238 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 239 <AdditionalIncludeDirectories>..\..\..\..\Cbc\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> 192 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 240 193 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR="..\\..\\..\\..\\Data\\Sample";%(PreprocessorDefinitions)</PreprocessorDefinitions> 241 <StringPooling>true</StringPooling>242 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>243 <FunctionLevelLinking>true</FunctionLevelLinking>244 <RuntimeTypeInfo>true</RuntimeTypeInfo>245 194 <PrecompiledHeader> 246 195 </PrecompiledHeader> 247 <PrecompiledHeaderOutputFile>.\Release/cbcExamplesSample2.pch</PrecompiledHeaderOutputFile>248 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>249 <ObjectFileName>.\Release/</ObjectFileName>250 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>251 <WarningLevel>Level3</WarningLevel>252 <SuppressStartupBanner>true</SuppressStartupBanner>253 <CompileAs>Default</CompileAs>254 196 </ClCompile> 255 197 <ResourceCompile> … … 258 200 </ResourceCompile> 259 201 <Link> 260 <AdditionalDependencies>libC oinUtils.lib;libOsi.lib;libClp.lib;libOsiClp.lib;libCgl.lib;libCbc.lib;%(AdditionalDependencies)</AdditionalDependencies>202 <AdditionalDependencies>libCbcSolver.lib;libCbc.lib;libCgl.lib;libOsiClp.lib;libOsi.lib;libClp.lib;libCoinUtils.lib;%(AdditionalDependencies)</AdditionalDependencies> 261 203 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> 262 204 <SuppressStartupBanner>true</SuppressStartupBanner> … … 298 240 <ProgramDataBaseFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)vc90.pdb</ProgramDataBaseFileName> 299 241 </ClCompile> 300 <ClCompile Include="..\..\..\src\CbcCbcParam.cpp" />301 242 <ClCompile Include="..\..\..\examples\CbcCompareUser.cpp"> 302 243 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> … … 323 264 <ProgramDataBaseFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)vc90.pdb</ProgramDataBaseFileName> 324 265 </ClCompile> 325 <ClCompile Include="..\..\..\src\CbcLinked.cpp" />326 <ClCompile Include="..\..\..\src\CbcLinkedUtils.cpp" />327 <ClCompile Include="..\..\..\src\CbcSolver.cpp" />328 <ClCompile Include="..\..\..\src\CbcSolverAnalyze.cpp" />329 <ClCompile Include="..\..\..\src\CbcSolverExpandKnapsack.cpp" />330 <ClCompile Include="..\..\..\src\CbcSolverHeuristics.cpp" />331 266 <ClCompile Include="..\..\..\examples\sample2.cpp"> 332 267 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> … … 353 288 <ProgramDataBaseFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)vc90.pdb</ProgramDataBaseFileName> 354 289 </ClCompile> 355 <ClCompile Include="..\..\..\src\unitTestClp.cpp" />356 290 </ItemGroup> 357 291 <ItemGroup> 358 <ClInclude Include="..\..\..\src\CbcBranchBase.hpp" />359 292 <ClInclude Include="..\..\..\examples\CbcBranchUser.hpp" /> 360 <ClInclude Include="..\..\..\src\CbcCompareBase.hpp" />361 293 <ClInclude Include="..\..\..\examples\CbcCompareUser.hpp" /> 362 <ClInclude Include="..\..\..\src\CbcCutGenerator.hpp" />363 <ClInclude Include="..\..\..\src\CbcHeuristic.hpp" />364 <ClInclude Include="..\..\..\src\CbcHeuristicLocal.hpp" />365 <ClInclude Include="..\..\..\src\CbcMessage.hpp" />366 <ClInclude Include="..\..\..\src\CbcModel.hpp" />367 <ClInclude Include="..\..\..\src\CbcNode.hpp" />368 <ClInclude Include="..\..\..\src\CbcStrategy.hpp" />369 <ClInclude Include="..\..\..\src\CbcTree.hpp" />370 <ClInclude Include="..\..\..\..\Cgl\src\CglClique\CglClique.hpp" />371 <ClInclude Include="..\..\..\..\Cgl\src\CglCutGenerator.hpp" />372 <ClInclude Include="..\..\..\..\Cgl\src\CglFlowCover\CglFlowCover.hpp" />373 <ClInclude Include="..\..\..\..\Cgl\src\CglGomory\CglGomory.hpp" />374 <ClInclude Include="..\..\..\..\Cgl\src\CglKnapsackCover\CglKnapsackCover.hpp" />375 <ClInclude Include="..\..\..\..\Cgl\src\CglMixedIntegerRounding2\CglMixedIntegerRounding2.hpp" />376 <ClInclude Include="..\..\..\..\Cgl\src\CglPreProcess\CglPreProcess.hpp" />377 <ClInclude Include="..\..\..\..\Cgl\src\CglProbing\CglProbing.hpp" />378 <ClInclude Include="..\..\..\..\Cgl\src\CglRedSplit\CglRedSplit.hpp" />379 <ClInclude Include="..\..\..\..\Clp\src\ClpConfig.h" />380 <ClInclude Include="..\..\..\..\Clp\src\ClpMatrixBase.hpp" />381 <ClInclude Include="..\..\..\..\Clp\src\ClpModel.hpp" />382 <ClInclude Include="..\..\..\..\Clp\src\ClpObjective.hpp" />383 <ClInclude Include="..\..\..\..\Clp\src\ClpParameters.hpp" />384 <ClInclude Include="..\..\..\..\Clp\src\ClpSimplex.hpp" />385 <ClInclude Include="..\..\..\..\Clp\src\ClpSolve.hpp" />386 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinDistance.hpp" />387 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinError.hpp" />388 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinFinite.hpp" />389 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinFloatEqual.hpp" />390 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinHelperFunctions.hpp" />391 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinIndexedVector.hpp" />392 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinMessage.hpp" />393 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinMessageHandler.hpp" />394 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinPackedMatrix.hpp" />395 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinPackedVector.hpp" />396 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinPackedVectorBase.hpp" />397 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinPragma.hpp" />398 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinPresolveMatrix.hpp" />399 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinShallowPackedVector.hpp" />400 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinSort.hpp" />401 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinTime.hpp" />402 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinWarmStart.hpp" />403 <ClInclude Include="..\..\..\..\CoinUtils\src\CoinWarmStartBasis.hpp" />404 294 <ClInclude Include="..\..\..\..\BuildTools\headers\configall_system.h" /> 405 295 <ClInclude Include="..\..\..\..\BuildTools\headers\configall_system_msc.h" /> 406 <ClInclude Include="..\..\..\..\Osi\src\OsiClp\OsiClpSolverInterface.hpp" />407 <ClInclude Include="..\..\..\..\Osi\src\OsiColCut.hpp" />408 <ClInclude Include="..\..\..\..\Osi\src\OsiCollections.hpp" />409 <ClInclude Include="..\..\..\..\Osi\src\OsiCut.hpp" />410 <ClInclude Include="..\..\..\..\Osi\src\OsiCuts.hpp" />411 <ClInclude Include="..\..\..\..\Osi\src\OsiPresolve.hpp" />412 <ClInclude Include="..\..\..\..\Osi\src\OsiRowCut.hpp" />413 <ClInclude Include="..\..\..\..\Osi\src\OsiSolverInterface.hpp" />414 <ClInclude Include="..\..\..\..\Osi\src\OsiSolverParameters.hpp" />415 296 </ItemGroup> 416 297 <ItemGroup> -
stable/2.8/Cbc/MSVisualStudio/v10/libCbc/libCbc.vcxproj
r1873 r1902 26 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 27 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <PlatformToolset>v100</PlatformToolset>29 28 </PropertyGroup> 30 29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 30 <ConfigurationType>StaticLibrary</ConfigurationType> 32 <PlatformToolset>v90</PlatformToolset>33 31 </PropertyGroup> 34 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 37 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 38 36 <ConfigurationType>StaticLibrary</ConfigurationType> 39 <PlatformToolset>v100</PlatformToolset>40 37 </PropertyGroup> 41 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 86 83 <AdditionalIncludeDirectories>..\..\..\..\Cbc\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> 87 84 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_LIB;USE_CBCCONFIG;COIN_NO_CLP_MESSAGE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 88 <MinimalRebuild>true</MinimalRebuild>89 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>90 85 <PrecompiledHeader> 91 86 </PrecompiledHeader> 92 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>93 <ShowIncludes>false</ShowIncludes>94 87 </ClCompile> 95 88 <ResourceCompile> -
stable/2.8/Cbc/MSVisualStudio/v10/libCbcSolver/libCbcSolver.vcxproj
r1873 r1902 27 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 28 <ConfigurationType>StaticLibrary</ConfigurationType> 29 <PlatformToolset>v100</PlatformToolset>30 29 </PropertyGroup> 31 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 31 <ConfigurationType>StaticLibrary</ConfigurationType> 33 <PlatformToolset>v90</PlatformToolset>34 32 </PropertyGroup> 35 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 38 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 37 <ConfigurationType>StaticLibrary</ConfigurationType> 40 <PlatformToolset>v100</PlatformToolset>41 38 </PropertyGroup> 42 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 81 78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 82 79 <ClCompile> 83 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\ \Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>80 <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> 84 81 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 85 82 <PrecompiledHeader> 86 83 </PrecompiledHeader> 87 <WarningLevel>Level3</WarningLevel>88 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>89 84 </ClCompile> 90 85 </ItemDefinitionGroup> 91 86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 92 87 <ClCompile> 93 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\ \Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>88 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 94 89 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 95 90 <PrecompiledHeader> … … 104 99 </Midl> 105 100 <ClCompile> 106 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\ \Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>101 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 107 102 <PreprocessorDefinitions>CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 108 103 <PrecompiledHeader> … … 117 112 </Midl> 118 113 <ClCompile> 119 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\ \Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>114 <AdditionalIncludeDirectories>..\..\..\src\;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 120 115 <PreprocessorDefinitions>CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 121 116 <PrecompiledHeader> -
stable/2.8/Cbc/MSVisualStudio/v10/libOsiCbc/libOsiCbc.vcxproj
r1873 r1902 30 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 31 <ConfigurationType>StaticLibrary</ConfigurationType> 32 <PlatformToolset>v90</PlatformToolset>33 32 </PropertyGroup> 34 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 83 82 <PrecompiledHeader> 84 83 </PrecompiledHeader> 85 <WarningLevel>Level3</WarningLevel>86 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>87 84 </ClCompile> 88 85 </ItemDefinitionGroup> -
stable/2.8/Cbc/MSVisualStudio/v9/Cbc.sln
r1549 r1902 1 1 Microsoft Visual Studio Solution File, Format Version 10.00 2 # Visual Studio20082 # Visual C++ Express 2008 3 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cbcExamplesSample2", "cbcExamplesSample2\cbcExamplesSample2.vcproj", "{4C0B8243-2876-4C92-B6CB-2472B0571CC3}" 4 4 ProjectSection(ProjectDependencies) = postProject … … 78 78 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Debug|Win32.ActiveCfg = Debug|Win32 79 79 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Debug|Win32.Build.0 = Debug|Win32 80 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Debug|x64.ActiveCfg = Debug|x64 81 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Debug|x64.Build.0 = Debug|x64 80 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Debug|x64.ActiveCfg = Debug|Win32 82 81 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Release|Win32.ActiveCfg = Release|Win32 83 82 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Release|Win32.Build.0 = Release|Win32 84 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Release|x64.ActiveCfg = Release|x64 85 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Release|x64.Build.0 = Release|x64 83 {4C0B8243-2876-4C92-B6CB-2472B0571CC3}.Release|x64.ActiveCfg = Release|Win32 86 84 {E2294708-C5BA-460A-B0A7-060A4023684A}.Debug|Win32.ActiveCfg = Debug|Win32 87 85 {E2294708-C5BA-460A-B0A7-060A4023684A}.Debug|Win32.Build.0 = Debug|Win32 88 {E2294708-C5BA-460A-B0A7-060A4023684A}.Debug|x64.ActiveCfg = Debug|x64 89 {E2294708-C5BA-460A-B0A7-060A4023684A}.Debug|x64.Build.0 = Debug|x64 86 {E2294708-C5BA-460A-B0A7-060A4023684A}.Debug|x64.ActiveCfg = Debug|Win32 90 87 {E2294708-C5BA-460A-B0A7-060A4023684A}.Release|Win32.ActiveCfg = Release|Win32 91 88 {E2294708-C5BA-460A-B0A7-060A4023684A}.Release|Win32.Build.0 = Release|Win32 92 {E2294708-C5BA-460A-B0A7-060A4023684A}.Release|x64.ActiveCfg = Release|x64 93 {E2294708-C5BA-460A-B0A7-060A4023684A}.Release|x64.Build.0 = Release|x64 89 {E2294708-C5BA-460A-B0A7-060A4023684A}.Release|x64.ActiveCfg = Release|Win32 94 90 {363BA154-FEC9-4E1E-BC23-93CEC58AB785}.Debug|Win32.ActiveCfg = Debug|Win32 95 91 {363BA154-FEC9-4E1E-BC23-93CEC58AB785}.Debug|Win32.Build.0 = Debug|Win32 … … 144 140 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Debug|Win32.ActiveCfg = Debug|Win32 145 141 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Debug|Win32.Build.0 = Debug|Win32 146 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Debug|x64.ActiveCfg = Debug|x64 147 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Debug|x64.Build.0 = Debug|x64 142 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Debug|x64.ActiveCfg = Debug|Win32 148 143 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Release|Win32.ActiveCfg = Release|Win32 149 144 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Release|Win32.Build.0 = Release|Win32 150 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Release|x64.ActiveCfg = Release|x64 151 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Release|x64.Build.0 = Release|x64 145 {71DA4595-E8A7-4B21-A00A-D96D29D11E3E}.Release|x64.ActiveCfg = Release|Win32 152 146 {02D45875-A8CF-41B9-990B-3699C0ECFE10}.Debug|Win32.ActiveCfg = Debug|Win32 153 147 {02D45875-A8CF-41B9-990B-3699C0ECFE10}.Debug|Win32.Build.0 = Debug|Win32 -
stable/2.8/Cbc/MSVisualStudio/v9/cbc/cbc.vcproj
r1753 r1902 43 43 <Tool 44 44 Name="VCMIDLTool" 45 TypeLibraryName=".\Debug /cbcSolve.tlb"45 TypeLibraryName=".\Debug\cbcSolve.tlb" 46 46 HeaderFileName="" 47 47 /> … … 129 129 <Tool 130 130 Name="VCMIDLTool" 131 TypeLibraryName=".\Release /cbcSolve.tlb"131 TypeLibraryName=".\Release\cbcSolve.tlb" 132 132 HeaderFileName="" 133 133 /> … … 216 216 Name="VCMIDLTool" 217 217 TargetEnvironment="3" 218 TypeLibraryName=".\Debug /cbcSolve.tlb"218 TypeLibraryName=".\Debug\cbcSolve.tlb" 219 219 HeaderFileName="" 220 220 /> … … 303 303 Name="VCMIDLTool" 304 304 TargetEnvironment="3" 305 TypeLibraryName=".\Release /cbcSolve.tlb"305 TypeLibraryName=".\Release\cbcSolve.tlb" 306 306 HeaderFileName="" 307 307 /> … … 429 429 </Globals> 430 430 </VisualStudioProject> 431 -
stable/2.8/Cbc/MSVisualStudio/v9/cbcExamplesSample2/cbcExamplesSample2.vcproj
r1584 r1902 43 43 <Tool 44 44 Name="VCMIDLTool" 45 TypeLibraryName=".\Debug /cbcExamplesSample2.tlb"45 TypeLibraryName=".\Debug\cbcExamplesSample2.tlb" 46 46 HeaderFileName="" 47 47 /> … … 49 49 Name="VCCLCompilerTool" 50 50 Optimization="0" 51 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\Cgl ResidualCapacity;..\..\..\..\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;."51 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;." 52 52 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR=\"..\\..\\..\\..\\Data\\Sample\"" 53 53 BasicRuntimeChecks="3" … … 55 55 RuntimeTypeInfo="true" 56 56 UsePrecompiledHeader="0" 57 PrecompiledHeaderFile=".\Debug /cbcExamplesSample2.pch"58 AssemblerListingLocation=".\Debug /"59 ObjectFile=".\Debug /"60 ProgramDataBaseFileName=".\Debug /"57 PrecompiledHeaderFile=".\Debug\cbcExamplesSample2.pch" 58 AssemblerListingLocation=".\Debug\" 59 ObjectFile=".\Debug\" 60 ProgramDataBaseFileName=".\Debug\" 61 61 WarningLevel="3" 62 62 SuppressStartupBanner="true" … … 83 83 AdditionalLibraryDirectories="$(OutDir)" 84 84 GenerateDebugInformation="true" 85 ProgramDatabaseFile=".\Debug/cbcExamplesSample2.pdb" 85 ProgramDatabaseFile=".\Debug\cbcExamplesSample2.pdb" 86 SubSystem="1" 87 RandomizedBaseAddress="1" 88 DataExecutionPrevention="0" 89 TargetMachine="1" 90 /> 91 <Tool 92 Name="VCALinkTool" 93 /> 94 <Tool 95 Name="VCManifestTool" 96 /> 97 <Tool 98 Name="VCXDCMakeTool" 99 /> 100 <Tool 101 Name="VCBscMakeTool" 102 /> 103 <Tool 104 Name="VCFxCopTool" 105 /> 106 <Tool 107 Name="VCAppVerifierTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 112 </Configuration> 113 <Configuration 114 Name="Release|Win32" 115 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 116 IntermediateDirectory="$(ConfigurationName)" 117 ConfigurationType="1" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 119 UseOfMFC="0" 120 ATLMinimizesCRunTimeLibraryUsage="false" 121 CharacterSet="2" 122 > 123 <Tool 124 Name="VCPreBuildEventTool" 125 /> 126 <Tool 127 Name="VCCustomBuildTool" 128 /> 129 <Tool 130 Name="VCXMLDataGeneratorTool" 131 /> 132 <Tool 133 Name="VCWebServiceProxyGeneratorTool" 134 /> 135 <Tool 136 Name="VCMIDLTool" 137 TypeLibraryName=".\Release\cbcExamplesSample2.tlb" 138 HeaderFileName="" 139 /> 140 <Tool 141 Name="VCCLCompilerTool" 142 Optimization="2" 143 InlineFunctionExpansion="1" 144 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;." 145 PreprocessorDefinitions="WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR=\"..\\..\\..\\..\\Data\\Sample\"" 146 StringPooling="true" 147 RuntimeLibrary="2" 148 EnableFunctionLevelLinking="true" 149 RuntimeTypeInfo="true" 150 UsePrecompiledHeader="0" 151 PrecompiledHeaderFile=".\Release\cbcExamplesSample2.pch" 152 AssemblerListingLocation=".\Release\" 153 ObjectFile=".\Release\" 154 ProgramDataBaseFileName=".\Release\" 155 WarningLevel="3" 156 SuppressStartupBanner="true" 157 CompileAs="0" 158 /> 159 <Tool 160 Name="VCManagedResourceCompilerTool" 161 /> 162 <Tool 163 Name="VCResourceCompilerTool" 164 PreprocessorDefinitions="NDEBUG;_NDEBUG" 165 Culture="1033" 166 /> 167 <Tool 168 Name="VCPreLinkEventTool" 169 /> 170 <Tool 171 Name="VCLinkerTool" 172 AdditionalDependencies="libOsiClp.lib" 173 OutputFile="$(OutDir)\$(ProjectName).exe" 174 LinkIncremental="1" 175 SuppressStartupBanner="true" 176 AdditionalLibraryDirectories="$(OutDir)" 177 ProgramDatabaseFile=".\Release\cbcExamplesSample2.pdb" 86 178 SubSystem="1" 87 179 RandomizedBaseAddress="1" … … 136 228 Name="VCMIDLTool" 137 229 TargetEnvironment="3" 138 TypeLibraryName=".\Debug /cbcExamplesSample2.tlb"230 TypeLibraryName=".\Debug\cbcExamplesSample2.tlb" 139 231 HeaderFileName="" 140 232 /> … … 142 234 Name="VCCLCompilerTool" 143 235 Optimization="0" 144 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\Cgl ResidualCapacity;..\..\..\..\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;."236 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;." 145 237 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR=\"..\\..\\..\\..\\Data\\Sample\"" 146 238 BasicRuntimeChecks="3" … … 148 240 RuntimeTypeInfo="true" 149 241 UsePrecompiledHeader="0" 150 PrecompiledHeaderFile=".\Debug /cbcExamplesSample2.pch"151 AssemblerListingLocation=".\Debug /"152 ObjectFile=".\Debug /"153 ProgramDataBaseFileName=".\Debug /"242 PrecompiledHeaderFile=".\Debug\cbcExamplesSample2.pch" 243 AssemblerListingLocation=".\Debug\" 244 ObjectFile=".\Debug\" 245 ProgramDataBaseFileName=".\Debug\" 154 246 WarningLevel="3" 155 247 SuppressStartupBanner="true" … … 176 268 AdditionalLibraryDirectories="$(OutDir)" 177 269 GenerateDebugInformation="true" 178 ProgramDatabaseFile=".\Debug /cbcExamplesSample2.pdb"270 ProgramDatabaseFile=".\Debug\cbcExamplesSample2.pdb" 179 271 SubSystem="1" 180 272 RandomizedBaseAddress="1" 181 273 DataExecutionPrevention="0" 182 274 TargetMachine="17" 183 />184 <Tool185 Name="VCALinkTool"186 />187 <Tool188 Name="VCManifestTool"189 />190 <Tool191 Name="VCXDCMakeTool"192 />193 <Tool194 Name="VCBscMakeTool"195 />196 <Tool197 Name="VCFxCopTool"198 />199 <Tool200 Name="VCAppVerifierTool"201 />202 <Tool203 Name="VCPostBuildEventTool"204 />205 </Configuration>206 <Configuration207 Name="Release|Win32"208 OutputDirectory="$(SolutionDir)$(ConfigurationName)"209 IntermediateDirectory="$(ConfigurationName)"210 ConfigurationType="1"211 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"212 UseOfMFC="0"213 ATLMinimizesCRunTimeLibraryUsage="false"214 CharacterSet="2"215 >216 <Tool217 Name="VCPreBuildEventTool"218 />219 <Tool220 Name="VCCustomBuildTool"221 />222 <Tool223 Name="VCXMLDataGeneratorTool"224 />225 <Tool226 Name="VCWebServiceProxyGeneratorTool"227 />228 <Tool229 Name="VCMIDLTool"230 TypeLibraryName=".\Release/cbcExamplesSample2.tlb"231 HeaderFileName=""232 />233 <Tool234 Name="VCCLCompilerTool"235 Optimization="2"236 InlineFunctionExpansion="1"237 AdditionalIncludeDirectories="..\..\..\..\Cbc\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;."238 PreprocessorDefinitions="WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR=\"..\\..\\..\\..\\Data\\Sample\""239 StringPooling="true"240 RuntimeLibrary="2"241 EnableFunctionLevelLinking="true"242 RuntimeTypeInfo="true"243 UsePrecompiledHeader="0"244 PrecompiledHeaderFile=".\Release/cbcExamplesSample2.pch"245 AssemblerListingLocation=".\Release/"246 ObjectFile=".\Release/"247 ProgramDataBaseFileName=".\Release/"248 WarningLevel="3"249 SuppressStartupBanner="true"250 CompileAs="0"251 />252 <Tool253 Name="VCManagedResourceCompilerTool"254 />255 <Tool256 Name="VCResourceCompilerTool"257 PreprocessorDefinitions="NDEBUG;_NDEBUG"258 Culture="1033"259 />260 <Tool261 Name="VCPreLinkEventTool"262 />263 <Tool264 Name="VCLinkerTool"265 AdditionalDependencies="libOsiClp.lib"266 OutputFile="$(OutDir)\$(ProjectName).exe"267 LinkIncremental="1"268 SuppressStartupBanner="true"269 AdditionalLibraryDirectories="$(OutDir)"270 ProgramDatabaseFile=".\Release/cbcExamplesSample2.pdb"271 SubSystem="1"272 RandomizedBaseAddress="1"273 DataExecutionPrevention="0"274 TargetMachine="1"275 275 /> 276 276 <Tool … … 321 321 Name="VCMIDLTool" 322 322 TargetEnvironment="3" 323 TypeLibraryName=".\Release /cbcExamplesSample2.tlb"323 TypeLibraryName=".\Release\cbcExamplesSample2.tlb" 324 324 HeaderFileName="" 325 325 /> … … 328 328 Optimization="2" 329 329 InlineFunctionExpansion="1" 330 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\Cgl ResidualCapacity;..\..\..\..\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;."330 AdditionalIncludeDirectories="..\..\..\..\Cbc\src\;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglOddHole;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Cgl\src;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;." 331 331 PreprocessorDefinitions="WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;SAMPLEDIR=\"..\\..\\..\\..\\Data\\Sample\"" 332 332 StringPooling="true" … … 335 335 RuntimeTypeInfo="true" 336 336 UsePrecompiledHeader="0" 337 PrecompiledHeaderFile=".\Release /cbcExamplesSample2.pch"338 AssemblerListingLocation=".\Release /"339 ObjectFile=".\Release /"340 ProgramDataBaseFileName=".\Release /"337 PrecompiledHeaderFile=".\Release\cbcExamplesSample2.pch" 338 AssemblerListingLocation=".\Release\" 339 ObjectFile=".\Release\" 340 ProgramDataBaseFileName=".\Release\" 341 341 WarningLevel="3" 342 342 SuppressStartupBanner="true" … … 361 361 SuppressStartupBanner="true" 362 362 AdditionalLibraryDirectories="$(OutDir)" 363 ProgramDatabaseFile=".\Release /cbcExamplesSample2.pdb"363 ProgramDatabaseFile=".\Release\cbcExamplesSample2.pdb" 364 364 SubSystem="1" 365 365 RandomizedBaseAddress="1" … … 390 390 </Configuration> 391 391 </Configurations> 392 <References> 393 </References> 392 394 <Files> 393 395 <Filter … … 412 414 </FileConfiguration> 413 415 <FileConfiguration 416 Name="Release|Win32" 417 > 418 <Tool 419 Name="VCCLCompilerTool" 420 Optimization="2" 421 AdditionalIncludeDirectories="" 422 PreprocessorDefinitions="" 423 ObjectFile="$(IntDir)\" 424 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" 425 /> 426 </FileConfiguration> 427 <FileConfiguration 414 428 Name="Debug|x64" 415 429 > … … 425 439 </FileConfiguration> 426 440 <FileConfiguration 441 Name="Release|x64" 442 > 443 <Tool 444 Name="VCCLCompilerTool" 445 Optimization="2" 446 AdditionalIncludeDirectories="" 447 PreprocessorDefinitions="" 448 ObjectFile="$(IntDir)\" 449 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" 450 /> 451 </FileConfiguration> 452 </File> 453 <File 454 RelativePath="..\..\..\..\Cbc\examples\CbcCompareUser.cpp" 455 > 456 <FileConfiguration 457 Name="Debug|Win32" 458 > 459 <Tool 460 Name="VCCLCompilerTool" 461 Optimization="0" 462 AdditionalIncludeDirectories="" 463 PreprocessorDefinitions="" 464 BasicRuntimeChecks="3" 465 ObjectFile="$(IntDir)\" 466 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" 467 /> 468 </FileConfiguration> 469 <FileConfiguration 427 470 Name="Release|Win32" 428 471 > … … 437 480 </FileConfiguration> 438 481 <FileConfiguration 482 Name="Debug|x64" 483 > 484 <Tool 485 Name="VCCLCompilerTool" 486 Optimization="0" 487 AdditionalIncludeDirectories="" 488 PreprocessorDefinitions="" 489 BasicRuntimeChecks="3" 490 ObjectFile="$(IntDir)\" 491 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" 492 /> 493 </FileConfiguration> 494 <FileConfiguration 439 495 Name="Release|x64" 440 496 > … … 450 506 </File> 451 507 <File 452 RelativePath="..\..\..\src\CbcCbcParam.cpp" 453 > 454 </File> 455 <File 456 RelativePath="..\..\..\..\Cbc\examples\CbcCompareUser.cpp" 508 RelativePath="..\..\..\..\Cbc\examples\sample2.cpp" 457 509 > 458 510 <FileConfiguration … … 470 522 </FileConfiguration> 471 523 <FileConfiguration 524 Name="Release|Win32" 525 > 526 <Tool 527 Name="VCCLCompilerTool" 528 Optimization="2" 529 AdditionalIncludeDirectories="" 530 PreprocessorDefinitions="" 531 ObjectFile="$(IntDir)\" 532 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" 533 /> 534 </FileConfiguration> 535 <FileConfiguration 472 536 Name="Debug|x64" 473 537 > … … 478 542 PreprocessorDefinitions="" 479 543 BasicRuntimeChecks="3" 480 ObjectFile="$(IntDir)\"481 ProgramDataBaseFileName="$(IntDir)\vc90.pdb"482 />483 </FileConfiguration>484 <FileConfiguration485 Name="Release|Win32"486 >487 <Tool488 Name="VCCLCompilerTool"489 Optimization="2"490 AdditionalIncludeDirectories=""491 PreprocessorDefinitions=""492 ObjectFile="$(IntDir)\"493 ProgramDataBaseFileName="$(IntDir)\vc90.pdb"494 />495 </FileConfiguration>496 <FileConfiguration497 Name="Release|x64"498 >499 <Tool500 Name="VCCLCompilerTool"501 Optimization="2"502 AdditionalIncludeDirectories=""503 PreprocessorDefinitions=""504 ObjectFile="$(IntDir)\"505 ProgramDataBaseFileName="$(IntDir)\vc90.pdb"506 />507 </FileConfiguration>508 </File>509 <File510 RelativePath="..\..\..\src\CbcLinked.cpp"511 >512 </File>513 <File514 RelativePath="..\..\..\src\CbcLinkedUtils.cpp"515 >516 </File>517 <File518 RelativePath="..\..\..\src\CbcSolver.cpp"519 >520 </File>521 <File522 RelativePath="..\..\..\src\CbcSolver.cpp"523 >524 </File>525 <File526 RelativePath="..\..\..\src\CbcSolverAnalyze.cpp"527 >528 </File>529 <File530 RelativePath="..\..\..\src\CbcSolverExpandKnapsack.cpp"531 >532 </File>533 <File534 RelativePath="..\..\..\src\CbcSolverHeuristics.cpp"535 >536 </File>537 <File538 RelativePath="..\..\..\..\Cbc\examples\sample2.cpp"539 >540 <FileConfiguration541 Name="Debug|Win32"542 >543 <Tool544 Name="VCCLCompilerTool"545 Optimization="0"546 AdditionalIncludeDirectories=""547 PreprocessorDefinitions=""548 BasicRuntimeChecks="3"549 ObjectFile="$(IntDir)\"550 ProgramDataBaseFileName="$(IntDir)\vc90.pdb"551 />552 </FileConfiguration>553 <FileConfiguration554 Name="Debug|x64"555 >556 <Tool557 Name="VCCLCompilerTool"558 Optimization="0"559 AdditionalIncludeDirectories=""560 PreprocessorDefinitions=""561 BasicRuntimeChecks="3"562 ObjectFile="$(IntDir)\"563 ProgramDataBaseFileName="$(IntDir)\vc90.pdb"564 />565 </FileConfiguration>566 <FileConfiguration567 Name="Release|Win32"568 >569 <Tool570 Name="VCCLCompilerTool"571 Optimization="2"572 AdditionalIncludeDirectories=""573 PreprocessorDefinitions=""574 544 ObjectFile="$(IntDir)\" 575 545 ProgramDataBaseFileName="$(IntDir)\vc90.pdb" … … 683 653 </File> 684 654 <File 655 RelativePath="..\..\..\..\Cgl\src\CglRedSplit2\CglRedSplit2.hpp" 656 > 657 </File> 658 <File 685 659 RelativePath="..\..\..\..\Clp\src\ClpConfig.h" 686 660 > … … 831 805 </Globals> 832 806 </VisualStudioProject> 807 -
stable/2.8/Cbc/MSVisualStudio/v9/libCbcSolver/libCbcSolver.vcproj
r1755 r1902 46 46 Name="VCCLCompilerTool" 47 47 Optimization="0" 48 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglG omory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp"48 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp" 49 49 PreprocessorDefinitions="CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" 50 50 RuntimeLibrary="3" … … 107 107 <Tool 108 108 Name="VCCLCompilerTool" 109 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"109 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp" 110 110 PreprocessorDefinitions="CBC_BUILD;WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS" 111 111 RuntimeLibrary="2" … … 169 169 Name="VCCLCompilerTool" 170 170 Optimization="0" 171 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"171 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp" 172 172 PreprocessorDefinitions="CBC_BUILD;WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" 173 173 RuntimeLibrary="3" … … 231 231 <Tool 232 232 Name="VCCLCompilerTool" 233 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglG omory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp"233 AdditionalIncludeDirectories="..\..\..\src;..\..\..\..\BuildTools\headers;..\..\..\..\CoinUtils\inc;..\..\..\..\CoinUtils\src;..\..\..\..\Osi\src\Osi;..\..\..\..\Cgl\src;..\..\..\..\Cgl\src\CglClique;..\..\..\..\Cgl\src\CglDuplicateRow;..\..\..\..\Cgl\src\CglFlowCover;..\..\..\..\Cgl\src\CglGMI;..\..\..\..\Cgl\src\CglGomory;..\..\..\..\Cgl\src\CglKnapsackCover;..\..\..\..\Cgl\src\CglLandP;..\..\..\..\Cgl\src\CglMixedIntegerRounding;..\..\..\..\Cgl\src\CglMixedIntegerRounding2;..\..\..\..\Cgl\src\CglPreProcess;..\..\..\..\Cgl\src\CglProbing;..\..\..\..\Cgl\src\CglRedSplit;..\..\..\..\Cgl\src\CglRedSplit2;..\..\..\..\Cgl\src\CglResidualCapacity;..\..\..\..\Cgl\src\CglTwomir;..\..\..\..\Cgl\src\CglZeroHalf;..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp" 234 234 PreprocessorDefinitions="CBC_BUILD;WIN32;NDEBUG;_NDEBUG;COIN_FAST_CODE;CLP_FAST_CODE;COIN_NO_TEST_DUPLICATE;_CRT_SECURE_NO_WARNINGS" 235 235 RuntimeLibrary="2" … … 303 303 </File> 304 304 <File 305 RelativePath="..\..\..\src\CbcMipStartIO.cpp" 306 > 307 </File> 308 <File 305 309 RelativePath="..\..\..\src\CbcSolver.cpp" 306 310 > … … 333 337 </File> 334 338 <File 339 RelativePath="..\..\..\src\CbcMipStartIO.hpp" 340 > 341 </File> 342 <File 335 343 RelativePath="..\..\..\src\CbcSolver.hpp" 336 344 > … … 359 367 </Globals> 360 368 </VisualStudioProject> 369
Note: See TracChangeset
for help on using the changeset viewer.