1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <ItemGroup Label="ProjectConfigurations"> |
---|
4 | <ProjectConfiguration Include="Debug|Win32"> |
---|
5 | <Configuration>Debug</Configuration> |
---|
6 | <Platform>Win32</Platform> |
---|
7 | </ProjectConfiguration> |
---|
8 | <ProjectConfiguration Include="Debug|x64"> |
---|
9 | <Configuration>Debug</Configuration> |
---|
10 | <Platform>x64</Platform> |
---|
11 | </ProjectConfiguration> |
---|
12 | <ProjectConfiguration Include="Release|Win32"> |
---|
13 | <Configuration>Release</Configuration> |
---|
14 | <Platform>Win32</Platform> |
---|
15 | </ProjectConfiguration> |
---|
16 | <ProjectConfiguration Include="Release|x64"> |
---|
17 | <Configuration>Release</Configuration> |
---|
18 | <Platform>x64</Platform> |
---|
19 | </ProjectConfiguration> |
---|
20 | </ItemGroup> |
---|
21 | <PropertyGroup Label="Globals"> |
---|
22 | <ProjectGuid>{02D45875-A8CF-41B9-990B-3699C0ECFE10}</ProjectGuid> |
---|
23 | <RootNamespace>libOsiClp</RootNamespace> |
---|
24 | </PropertyGroup> |
---|
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
27 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
28 | <PlatformToolset>v100</PlatformToolset> |
---|
29 | </PropertyGroup> |
---|
30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
31 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
32 | <PlatformToolset>v100</PlatformToolset> |
---|
33 | </PropertyGroup> |
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
35 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
36 | <PlatformToolset>v100</PlatformToolset> |
---|
37 | </PropertyGroup> |
---|
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
39 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
40 | <PlatformToolset>v100</PlatformToolset> |
---|
41 | </PropertyGroup> |
---|
42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
43 | <ImportGroup Label="ExtensionSettings"> |
---|
44 | </ImportGroup> |
---|
45 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
47 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
---|
48 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
49 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> |
---|
50 | </ImportGroup> |
---|
51 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
52 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
53 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
---|
54 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
55 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> |
---|
56 | </ImportGroup> |
---|
57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
59 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
---|
60 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
61 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Release.props" /> |
---|
62 | </ImportGroup> |
---|
63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
65 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
---|
66 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Common.props" /> |
---|
67 | <Import Project="..\..\..\..\BuildTools\MSVisualStudio\v10\Debug.props" /> |
---|
68 | </ImportGroup> |
---|
69 | <PropertyGroup Label="UserMacros" /> |
---|
70 | <PropertyGroup> |
---|
71 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
---|
72 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
73 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
74 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
---|
75 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
76 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
77 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
---|
78 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
79 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
80 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
---|
81 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
---|
82 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
83 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
---|
84 | </PropertyGroup> |
---|
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
86 | <ClCompile> |
---|
87 | <AdditionalIncludeDirectories>..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
88 | <PreprocessorDefinitions>OSI_BUILD;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
89 | <MinimalRebuild>true</MinimalRebuild> |
---|
90 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
91 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
---|
92 | <PrecompiledHeader> |
---|
93 | </PrecompiledHeader> |
---|
94 | <WarningLevel>Level3</WarningLevel> |
---|
95 | <SuppressStartupBanner>true</SuppressStartupBanner> |
---|
96 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
97 | <CompileAs>Default</CompileAs> |
---|
98 | </ClCompile> |
---|
99 | <ResourceCompile> |
---|
100 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
101 | <Culture>0x0409</Culture> |
---|
102 | </ResourceCompile> |
---|
103 | </ItemDefinitionGroup> |
---|
104 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
105 | <ClCompile> |
---|
106 | <Optimization>MaxSpeed</Optimization> |
---|
107 | <AdditionalIncludeDirectories>..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
108 | <PreprocessorDefinitions>OSI_BUILD;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
109 | <StringPooling>true</StringPooling> |
---|
110 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
111 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
---|
112 | <PrecompiledHeader> |
---|
113 | </PrecompiledHeader> |
---|
114 | <WarningLevel>Level3</WarningLevel> |
---|
115 | <SuppressStartupBanner>true</SuppressStartupBanner> |
---|
116 | <CompileAs>Default</CompileAs> |
---|
117 | </ClCompile> |
---|
118 | <ResourceCompile> |
---|
119 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
120 | <Culture>0x0409</Culture> |
---|
121 | </ResourceCompile> |
---|
122 | </ItemDefinitionGroup> |
---|
123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
124 | <Midl> |
---|
125 | <TargetEnvironment>X64</TargetEnvironment> |
---|
126 | </Midl> |
---|
127 | <ClCompile> |
---|
128 | <AdditionalIncludeDirectories>..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
129 | <PreprocessorDefinitions>OSI_BUILD;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
130 | <MinimalRebuild>true</MinimalRebuild> |
---|
131 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
132 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
---|
133 | <PrecompiledHeader> |
---|
134 | </PrecompiledHeader> |
---|
135 | <WarningLevel>Level3</WarningLevel> |
---|
136 | <SuppressStartupBanner>true</SuppressStartupBanner> |
---|
137 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
138 | <CompileAs>Default</CompileAs> |
---|
139 | </ClCompile> |
---|
140 | <ResourceCompile> |
---|
141 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
142 | <Culture>0x0409</Culture> |
---|
143 | </ResourceCompile> |
---|
144 | </ItemDefinitionGroup> |
---|
145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
146 | <Midl> |
---|
147 | <TargetEnvironment>X64</TargetEnvironment> |
---|
148 | </Midl> |
---|
149 | <ClCompile> |
---|
150 | <Optimization>MaxSpeed</Optimization> |
---|
151 | <InlineFunctionExpansion>Default</InlineFunctionExpansion> |
---|
152 | <AdditionalIncludeDirectories>..\..\..\..\Clp\src;..\..\..\..\Clp\src\OsiClp;..\..\..\..\Osi\src;..\..\..\..\Osi\src\Osi;..\..\..\..\CoinUtils\src;..\..\..\..\BuildTools\headers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
153 | <PreprocessorDefinitions>OSI_BUILD;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
154 | <StringPooling>true</StringPooling> |
---|
155 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
156 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
---|
157 | <PrecompiledHeader> |
---|
158 | </PrecompiledHeader> |
---|
159 | <WarningLevel>Level3</WarningLevel> |
---|
160 | <SuppressStartupBanner>true</SuppressStartupBanner> |
---|
161 | <CompileAs>Default</CompileAs> |
---|
162 | </ClCompile> |
---|
163 | <ResourceCompile> |
---|
164 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
165 | <Culture>0x0409</Culture> |
---|
166 | </ResourceCompile> |
---|
167 | </ItemDefinitionGroup> |
---|
168 | <ItemGroup> |
---|
169 | <ClCompile Include="..\..\..\src\OsiClp\OsiClpSolverInterface.cpp" /> |
---|
170 | </ItemGroup> |
---|
171 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
172 | <ImportGroup Label="ExtensionTargets"> |
---|
173 | </ImportGroup> |
---|
174 | </Project> |
---|