Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/HeuristicLab.ExactOptimization-3.3.csproj @ 16717

Last change on this file since 16717 was 16717, checked in by ddorfmei, 5 years ago

#2931: Upgraded OR-Tools to version 7.0

File size: 15.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{FA3B9270-48B7-4C77-9FEA-2A6EDE82E909}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.ExactOptimization</RootNamespace>
12    <AssemblyName>HeuristicLab.ExactOptimization-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27    <LangVersion>default</LangVersion>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <Prefer32Bit>false</Prefer32Bit>
37  </PropertyGroup>
38  <PropertyGroup>
39    <SignAssembly>true</SignAssembly>
40  </PropertyGroup>
41  <PropertyGroup>
42    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>bin\x86\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
51    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
52    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
53    <ErrorReport>prompt</ErrorReport>
54    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
56    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
57    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
58    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
62    <OutputPath>bin\x86\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
68    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
69    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
73    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
75    <Prefer32Bit>false</Prefer32Bit>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
84    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
85    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
88    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
89    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
90    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
91    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
95    <OutputPath>bin\x64\Release\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
101    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
102    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
106    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
107    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
108    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
109    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
110    <Prefer32Bit>false</Prefer32Bit>
111  </PropertyGroup>
112  <ItemGroup>
113    <Reference Include="Google.OrTools, Version=6.9.5866.0, Culture=neutral, PublicKeyToken=5d849a56a8afc8c7, processorArchitecture=AMD64">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\bin\Google.OrTools.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.OrTools-7.0.0, Version=6.10.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\bin\HeuristicLab.OrTools-7.0.0.dll</HintPath>
120    </Reference>
121    <Reference Include="System" />
122    <Reference Include="System.Core" />
123    <Reference Include="System.Drawing" />
124    <Reference Include="WindowsBase" />
125  </ItemGroup>
126  <ItemGroup>
127    <Compile Include="LinearProgramming\Algorithms\ResultStatus.cs" />
128    <Compile Include="LinearProgramming\Algorithms\Solvers\BopSolver.cs" />
129    <Compile Include="LinearProgramming\Algorithms\Solvers\CoinOrSolver.cs" />
130    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ExternalLinearSolver.cs" />
131    <Compile Include="LinearProgramming\Algorithms\Solvers\GlopSolver.cs" />
132    <Compile Include="LinearProgramming\Algorithms\Solvers\GlpkSolver.cs" />
133    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IExternalLinearSolver.cs" />
134    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IIncrementalLinearSolver.cs" />
135    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ExternalIncrementalLinearSolver.cs" />
136    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IncrementalLinearSolver.cs" />
137    <Compile Include="LinearProgramming\Algorithms\ProblemType.cs" />
138    <Compile Include="LinearProgramming\Algorithms\Solvers\ScipSolver.cs" />
139    <Compile Include="LinearProgramming\Problems\CompiledProblemDefinition.cs" />
140    <Compile Include="LinearProgramming\Problems\FileBasedLinearProblemDefinition.cs" />
141    <Compile Include="LinearProgramming\Problems\LinearProblem.cs" />
142    <Compile Include="LinearProgramming\Algorithms\Solvers\CplexSolver.cs" />
143    <Compile Include="LinearProgramming\Algorithms\Solvers\GurobiSolver.cs" />
144    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ILinearSolver.cs" />
145    <Compile Include="LinearProgramming\Problems\ILinearProblemDefinition.cs" />
146    <Compile Include="LinearProgramming\Algorithms\LinearProgrammingAlgorithm.cs" />
147    <Compile Include="LinearProgramming\Algorithms\LinearSolverExtensions.cs" />
148    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\LinearSolver.cs" />
149    <Compile Include="LinearProgramming\Problems\ProblemDef.cs" />
150    <Compile Include="LinearProgramming\Problems\ProgrammableLinearProblemDefinition.cs" />
151    <Compile Include="LinearProgramming\Algorithms\ProtoWriteFormat.cs" />
152    <Compile Include="LinearProgramming\Algorithms\SolverResponseStatus.cs" />
153    <Resource Include="LinearProgramming\Templates\CompiledLinearProblemDefinition.cs" />
154    <Compile Include="LinearProgramming\Templates\ScriptTemplates.Designer.cs">
155      <AutoGen>True</AutoGen>
156      <DesignTime>True</DesignTime>
157      <DependentUpon>ScriptTemplates.resx</DependentUpon>
158    </Compile>
159    <Compile Include="Properties\AssemblyInfo.cs" />
160    <Compile Include="Properties\Settings.Designer.cs">
161      <AutoGen>True</AutoGen>
162      <DesignTimeSharedInput>True</DesignTimeSharedInput>
163      <DependentUpon>Settings.settings</DependentUpon>
164    </Compile>
165    <None Include="app.config">
166      <SubType>Designer</SubType>
167    </None>
168    <None Include="Plugin.cs.frame" />
169    <Compile Include="Plugin.cs" />
170    <None Include="Properties\AssemblyInfo.cs.frame" />
171    <None Include="Properties\Settings.settings">
172      <Generator>PublicSettingsSingleFileGenerator</Generator>
173      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
174    </None>
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="HeuristicLab.snk" />
178  </ItemGroup>
179  <ItemGroup>
180    <EmbeddedResource Include="LinearProgramming\Templates\ScriptTemplates.resx">
181      <Generator>ResXFileCodeGenerator</Generator>
182      <SubType>Designer</SubType>
183      <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput>
184    </EmbeddedResource>
185  </ItemGroup>
186  <ItemGroup>
187    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
188      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
189      <Name>HeuristicLab.Analysis-3.3</Name>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
192      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
193      <Name>HeuristicLab.Collections-3.3</Name>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
196      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
197      <Name>HeuristicLab.Common.Resources-3.3</Name>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
200      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
201      <Name>HeuristicLab.Common-3.3</Name>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
204      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
205      <Name>HeuristicLab.Core-3.3</Name>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
208      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
209      <Name>HeuristicLab.Data-3.3</Name>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
212      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
213      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
214    </ProjectReference>
215    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
216      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
217      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
220      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
221      <Name>HeuristicLab.Optimization-3.3</Name>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
224      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
225      <Name>HeuristicLab.Parameters-3.3</Name>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
228      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
229      <Name>HeuristicLab.Persistence-3.3</Name>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
232      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
233      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
236      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
237      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
240      <Project>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</Project>
241      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
244      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
245      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
248      <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
249      <Name>HeuristicLab.Scripting-3.3</Name>
250    </ProjectReference>
251  </ItemGroup>
252  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
253  <PropertyGroup>
254    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
255set ProjectDir=$(ProjectDir)
256set SolutionDir=$(SolutionDir)
257set Outdir=$(Outdir)
258
259call PreBuildEvent.cmd</PreBuildEvent>
260  </PropertyGroup>
261  <PropertyGroup>
262    <PostBuildEvent>
263    </PostBuildEvent>
264  </PropertyGroup>
265  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
266       Other similar extension points exist, see Microsoft.Common.targets.
267  <Target Name="BeforeBuild">
268  </Target>
269  <Target Name="AfterBuild">
270  </Target>
271  -->
272</Project>
Note: See TracBrowser for help on using the repository browser.