Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj @ 16568

Last change on this file since 16568 was 16568, checked in by gkronber, 5 years ago

#2520: updated HEAL.Attic version (and reference the net461 specific build

File size: 12.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{97198965-AFEA-496B-B3B1-316905C43FD6}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.PTSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.PTSP-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <PlatformTarget>AnyCPU</PlatformTarget>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>$(SolutionDir)\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
77      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
78      <Name>HeuristicLab.Analysis-3.3</Name>
79      <Private>False</Private>
80    </ProjectReference>
81    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
82      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
83      <Name>HeuristicLab.Collections-3.3</Name>
84      <Private>False</Private>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
87      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
88      <Name>HeuristicLab.Common.Resources-3.3</Name>
89      <Private>False</Private>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
92      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
93      <Name>HeuristicLab.Common-3.3</Name>
94      <Private>False</Private>
95    </ProjectReference>
96    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
97      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
98      <Name>HeuristicLab.Core-3.3</Name>
99      <Private>False</Private>
100    </ProjectReference>
101    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
102      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
103      <Name>HeuristicLab.Data-3.3</Name>
104      <Private>False</Private>
105    </ProjectReference>
106    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
107      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
108      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
109      <Private>False</Private>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
112      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
113      <Name>HeuristicLab.Operators-3.3</Name>
114      <Private>False</Private>
115    </ProjectReference>
116    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
117      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
118      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
119      <Private>False</Private>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
122      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
123      <Name>HeuristicLab.Optimization-3.3</Name>
124      <Private>False</Private>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
127      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
128      <Name>HeuristicLab.Parameters-3.3</Name>
129      <Private>False</Private>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
132      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
133      <Name>HeuristicLab.Persistence-3.3</Name>
134      <Private>False</Private>
135    </ProjectReference>
136    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
137      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
138      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
139      <Private>False</Private>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
142      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
143      <Name>HeuristicLab.Problems.Instances-3.3</Name>
144      <Private>False</Private>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
147      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
148      <Name>HeuristicLab.Random-3.3</Name>
149      <Private>False</Private>
150    </ProjectReference>
151    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
152      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
153    </Reference>
154    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>
156    </Reference>
157    <Reference Include="System" />
158    <Reference Include="System.Core" />
159    <Reference Include="System.Drawing" />
160    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
161      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
162    </Reference>
163    <Reference Include="System.IO.Compression" />
164    <Reference Include="System.Xml.Linq" />
165    <Reference Include="System.Data.DataSetExtensions" />
166    <Reference Include="Microsoft.CSharp" />
167    <Reference Include="System.Data" />
168    <Reference Include="System.Xml" />
169  </ItemGroup>
170  <ItemGroup>
171    <None Include="packages.config" />
172    <None Include="Properties\AssemblyInfo.cs.frame" />
173    <None Include="Plugin.cs.frame" />
174    <Compile Include="AnalyticalPTSP.cs" />
175    <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
176    <Compile Include="DistanceCalculators\MaximumDistance.cs" />
177    <Compile Include="DistanceCalculators\ManhattanDistance.cs" />
178    <Compile Include="DistanceCalculators\GeoDistance.cs" />
179    <Compile Include="DistanceCalculators\DistanceCalculator.cs" />
180    <Compile Include="DistanceCalculators\AttDistance.cs" />
181    <Compile Include="DistanceCalculators\UpperEuclideanDistance.cs" />
182    <Compile Include="DistanceCalculators\RoundedEuclideanDistance.cs" />
183    <Compile Include="DistanceCalculators\EuclideanDistance.cs" />
184    <Compile Include="DistanceMatrix.cs" />
185    <Compile Include="EstimatedPTSP.cs" />
186    <Compile Include="Improvers\PTSPAnalyticalInsertionLocalImprovement.cs" />
187    <Compile Include="Improvers\PTSPAnalyticalTwoPointFiveLocalImprovement.cs" />
188    <Compile Include="Improvers\PTSPEstimatedInsertionLocalImprovement.cs" />
189    <Compile Include="Improvers\PTSPAnalyticalInversionLocalImprovement.cs" />
190    <Compile Include="Improvers\PTSPEstimatedTwoPointFiveLocalImprovement.cs" />
191    <Compile Include="Improvers\PTSPEstimatedInversionLocalImprovement.cs" />
192    <Compile Include="Interfaces\IAnalyticalPTSPMoveEvaluator.cs" />
193    <Compile Include="Interfaces\IAnalyticalPTSPOperator.cs" />
194    <Compile Include="Interfaces\IEstimatedPTSPOperator.cs" />
195    <Compile Include="Interfaces\ITwoPointFiveMoveOperator.cs" />
196    <Compile Include="Interfaces\IEstimatedPTSPMoveEvaluator.cs" />
197    <Compile Include="Moves\AnalyticalPTSPMoveEvaluator.cs" />
198    <Compile Include="Moves\OneShift\PTSPAnalyticalInsertionMoveEvaluator.cs" />
199    <Compile Include="Moves\OneShift\PTSPEstimatedInsertionMoveEvaluator.cs" />
200    <Compile Include="Moves\EstimatedPTSPMoveEvaluator.cs" />
201    <Compile Include="Moves\TwoOpt\PTSPAnalyticalInversionMoveEvaluator.cs" />
202    <Compile Include="Moves\TwoOpt\PTSPEstimatedInversionMoveEvaluator.cs" />
203    <Compile Include="Moves\TwoPointFiveOpt\PTSPAnalyticalTwoPointFiveMoveEvaluator.cs" />
204    <Compile Include="Moves\TwoPointFiveOpt\PTSPEstimatedTwoPointFiveMoveEvaluator.cs" />
205    <Compile Include="Moves\TwoPointFiveOpt\ExhaustiveTwoPointFiveMoveGenerator.cs" />
206    <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveMultiMoveGenerator.cs" />
207    <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveSingleMoveGenerator.cs" />
208    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveGenerator.cs" />
209    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveMaker.cs" />
210    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
211    <Compile Include="PathPTSPTour.cs" />
212    <Compile Include="PTSP.cs" />
213    <Compile Include="Plugin.cs" />
214    <Compile Include="Properties\AssemblyInfo.cs" />
215  </ItemGroup>
216  <ItemGroup>
217    <None Include="HeuristicLab.snk" />
218  </ItemGroup>
219  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
220  <PropertyGroup>
221    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
222set ProjectDir=$(ProjectDir)
223set SolutionDir=$(SolutionDir)
224set OutDir=$(OutDir)
225set TargetDir=$(TargetDir)
226
227call PreBuildEvent.cmd
228    </PreBuildEvent>
229    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
230export ProjectDir=$(ProjectDir)
231export SolutionDir=$(SolutionDir)
232
233$SolutionDir/PreBuildEvent.sh
234    </PreBuildEvent>
235  </PropertyGroup>
236  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
237       Other similar extension points exist, see Microsoft.Common.targets.
238  <Target Name="BeforeBuild">
239  </Target>
240  <Target Name="AfterBuild">
241  </Target>
242  -->
243</Project>
Note: See TracBrowser for help on using the repository browser.