Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExactOptimization/3.3/HeuristicLab.ExactOptimization-3.3.csproj @ 16910

Last change on this file since 16910 was 16910, checked in by abeham, 5 years ago

#2931: merged to trunk

  • Fixed references in plugins
  • Fixed output path
  • Removed app.config from views plugin
  • Reverted changes to PathValue and FileValue and their respective views
File size: 15.7 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\</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\</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\</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\</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      <Private>False</Private>
117    </Reference>
118    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="System" />
124    <Reference Include="System.Core" />
125    <Reference Include="System.Drawing" />
126    <Reference Include="WindowsBase" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="LinearProgramming\Algorithms\ResultStatus.cs" />
130    <Compile Include="LinearProgramming\Algorithms\Solvers\BopSolver.cs" />
131    <Compile Include="LinearProgramming\Algorithms\Solvers\CoinOrSolver.cs" />
132    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ExternalLinearSolver.cs" />
133    <Compile Include="LinearProgramming\Algorithms\Solvers\GlopSolver.cs" />
134    <Compile Include="LinearProgramming\Algorithms\Solvers\GlpkSolver.cs" />
135    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IExternalLinearSolver.cs" />
136    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IIncrementalLinearSolver.cs" />
137    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ExternalIncrementalLinearSolver.cs" />
138    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\IncrementalLinearSolver.cs" />
139    <Compile Include="LinearProgramming\Algorithms\ProblemType.cs" />
140    <Compile Include="LinearProgramming\Algorithms\Solvers\ScipSolver.cs" />
141    <Compile Include="LinearProgramming\Problems\CompiledProblemDefinition.cs" />
142    <Compile Include="LinearProgramming\Problems\FileBasedLinearProblemDefinition.cs" />
143    <Compile Include="LinearProgramming\Problems\LinearProblem.cs" />
144    <Compile Include="LinearProgramming\Algorithms\Solvers\CplexSolver.cs" />
145    <Compile Include="LinearProgramming\Algorithms\Solvers\GurobiSolver.cs" />
146    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\ILinearSolver.cs" />
147    <Compile Include="LinearProgramming\Problems\ILinearProblemDefinition.cs" />
148    <Compile Include="LinearProgramming\Algorithms\LinearProgrammingAlgorithm.cs" />
149    <Compile Include="LinearProgramming\Algorithms\LinearSolverExtensions.cs" />
150    <Compile Include="LinearProgramming\Algorithms\Solvers\Base\LinearSolver.cs" />
151    <Compile Include="LinearProgramming\Problems\ProgrammableLinearProblemDefinition.cs" />
152    <Compile Include="LinearProgramming\Algorithms\ProtoWriteFormat.cs" />
153    <Compile Include="LinearProgramming\Algorithms\SolverResponseStatus.cs" />
154    <Resource Include="LinearProgramming\Templates\CompiledLinearProblemDefinition.cs" />
155    <Compile Include="LinearProgramming\Templates\ScriptTemplates.Designer.cs">
156      <AutoGen>True</AutoGen>
157      <DesignTime>True</DesignTime>
158      <DependentUpon>ScriptTemplates.resx</DependentUpon>
159    </Compile>
160    <Compile Include="Properties\AssemblyInfo.cs" />
161    <Compile Include="Properties\Settings.Designer.cs">
162      <AutoGen>True</AutoGen>
163      <DesignTimeSharedInput>True</DesignTimeSharedInput>
164      <DependentUpon>Settings.settings</DependentUpon>
165    </Compile>
166    <None Include="app.config">
167      <SubType>Designer</SubType>
168    </None>
169    <None Include="Plugin.cs.frame" />
170    <Compile Include="Plugin.cs" />
171    <None Include="Properties\AssemblyInfo.cs.frame" />
172    <None Include="Properties\Settings.settings">
173      <Generator>PublicSettingsSingleFileGenerator</Generator>
174      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
175    </None>
176  </ItemGroup>
177  <ItemGroup>
178    <None Include="HeuristicLab.snk" />
179  </ItemGroup>
180  <ItemGroup>
181    <EmbeddedResource Include="LinearProgramming\Templates\ScriptTemplates.resx">
182      <Generator>ResXFileCodeGenerator</Generator>
183      <SubType>Designer</SubType>
184      <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput>
185    </EmbeddedResource>
186  </ItemGroup>
187  <ItemGroup>
188    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
189      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
190      <Name>HeuristicLab.Analysis-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
194      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
195      <Name>HeuristicLab.Collections-3.3</Name>
196      <Private>False</Private>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
199      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
200      <Name>HeuristicLab.Common.Resources-3.3</Name>
201      <Private>False</Private>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
204      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
205      <Name>HeuristicLab.Common-3.3</Name>
206      <Private>False</Private>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
209      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
210      <Name>HeuristicLab.Core-3.3</Name>
211      <Private>False</Private>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
214      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
215      <Name>HeuristicLab.Data-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
219      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
220      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
224      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
225      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
226      <Private>False</Private>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
229      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
230      <Name>HeuristicLab.Optimization-3.3</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
234      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
235      <Name>HeuristicLab.Parameters-3.3</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
239      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
240      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
241      <Private>False</Private>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
244      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
245      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
246      <Private>False</Private>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
249      <Project>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</Project>
250      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
251      <Private>False</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
254      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
255      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
256      <Private>False</Private>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
259      <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
260      <Name>HeuristicLab.Scripting-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
263  </ItemGroup>
264  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
265  <PropertyGroup>
266    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
267set ProjectDir=$(ProjectDir)
268set SolutionDir=$(SolutionDir)
269set Outdir=$(Outdir)
270
271call PreBuildEvent.cmd</PreBuildEvent>
272  </PropertyGroup>
273  <PropertyGroup>
274    <PostBuildEvent>
275    </PostBuildEvent>
276  </PropertyGroup>
277  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
278       Other similar extension points exist, see Microsoft.Common.targets.
279  <Target Name="BeforeBuild">
280  </Target>
281  <Target Name="AfterBuild">
282  </Target>
283  -->
284</Project>
Note: See TracBrowser for help on using the repository browser.