[12166] | 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.5</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>
|
---|
[13484] | 19 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[12166] | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
[12228] | 23 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[12166] | 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[13484] | 28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[12166] | 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>
|
---|
[13470] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
[13484] | 41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 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'">
|
---|
[13484] | 49 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 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>
|
---|
[13484] | 59 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 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'">
|
---|
[13484] | 67 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 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>
|
---|
[12166] | 75 | <ItemGroup>
|
---|
[13484] | 76 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 77 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 78 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[12183] | 79 | <Private>False</Private>
|
---|
[13484] | 80 | </ProjectReference>
|
---|
| 81 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 82 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 83 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[12166] | 84 | <Private>False</Private>
|
---|
[13484] | 85 | </ProjectReference>
|
---|
| 86 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 87 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 88 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[12166] | 89 | <Private>False</Private>
|
---|
[13484] | 90 | </ProjectReference>
|
---|
| 91 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 92 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 93 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[12166] | 94 | <Private>False</Private>
|
---|
[13484] | 95 | </ProjectReference>
|
---|
| 96 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 97 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 98 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[12166] | 99 | <Private>False</Private>
|
---|
[13484] | 100 | </ProjectReference>
|
---|
| 101 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 102 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 103 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
[12166] | 104 | <Private>False</Private>
|
---|
[13484] | 105 | </ProjectReference>
|
---|
| 106 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 107 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 108 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[12166] | 109 | <Private>False</Private>
|
---|
[13484] | 110 | </ProjectReference>
|
---|
| 111 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 112 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 113 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[12166] | 114 | <Private>False</Private>
|
---|
[13484] | 115 | </ProjectReference>
|
---|
| 116 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 117 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 118 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
[12166] | 119 | <Private>False</Private>
|
---|
[13484] | 120 | </ProjectReference>
|
---|
| 121 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 122 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 123 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[12166] | 124 | <Private>False</Private>
|
---|
[13484] | 125 | </ProjectReference>
|
---|
| 126 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 127 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 128 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[12166] | 129 | <Private>False</Private>
|
---|
[13484] | 130 | </ProjectReference>
|
---|
| 131 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 132 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 133 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
[13412] | 134 | <Private>False</Private>
|
---|
[13484] | 135 | </ProjectReference>
|
---|
| 136 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 137 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 138 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 139 | <Private>False</Private>
|
---|
| 140 | </ProjectReference>
|
---|
[12166] | 141 | <Reference Include="System" />
|
---|
| 142 | <Reference Include="System.Core" />
|
---|
[12191] | 143 | <Reference Include="System.Drawing" />
|
---|
[13202] | 144 | <Reference Include="System.IO.Compression" />
|
---|
[12166] | 145 | <Reference Include="System.Xml.Linq" />
|
---|
| 146 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 147 | <Reference Include="Microsoft.CSharp" />
|
---|
| 148 | <Reference Include="System.Data" />
|
---|
| 149 | <Reference Include="System.Xml" />
|
---|
| 150 | </ItemGroup>
|
---|
| 151 | <ItemGroup>
|
---|
| 152 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 153 | <None Include="Plugin.cs.frame" />
|
---|
[12191] | 154 | <Compile Include="AnalyticalPTSP.cs" />
|
---|
[12799] | 155 | <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
|
---|
[13412] | 156 | <Compile Include="DistanceCalculators\MaximumDistance.cs" />
|
---|
| 157 | <Compile Include="DistanceCalculators\ManhattanDistance.cs" />
|
---|
| 158 | <Compile Include="DistanceCalculators\GeoDistance.cs" />
|
---|
| 159 | <Compile Include="DistanceCalculators\DistanceCalculator.cs" />
|
---|
| 160 | <Compile Include="DistanceCalculators\AttDistance.cs" />
|
---|
| 161 | <Compile Include="DistanceCalculators\UpperEuclideanDistance.cs" />
|
---|
| 162 | <Compile Include="DistanceCalculators\RoundedEuclideanDistance.cs" />
|
---|
| 163 | <Compile Include="DistanceCalculators\EuclideanDistance.cs" />
|
---|
[12183] | 164 | <Compile Include="DistanceMatrix.cs" />
|
---|
[12191] | 165 | <Compile Include="EstimatedPTSP.cs" />
|
---|
[13470] | 166 | <Compile Include="Improvers\PTSPAnalyticalInsertionLocalImprovement.cs" />
|
---|
| 167 | <Compile Include="Improvers\PTSPAnalyticalTwoPointFiveLocalImprovement.cs" />
|
---|
| 168 | <Compile Include="Improvers\PTSPEstimatedInsertionLocalImprovement.cs" />
|
---|
| 169 | <Compile Include="Improvers\PTSPAnalyticalInversionLocalImprovement.cs" />
|
---|
| 170 | <Compile Include="Improvers\PTSPEstimatedTwoPointFiveLocalImprovement.cs" />
|
---|
| 171 | <Compile Include="Improvers\PTSPEstimatedInversionLocalImprovement.cs" />
|
---|
| 172 | <Compile Include="Interfaces\IAnalyticalPTSPMoveEvaluator.cs" />
|
---|
| 173 | <Compile Include="Interfaces\IAnalyticalPTSPOperator.cs" />
|
---|
[13412] | 174 | <Compile Include="Interfaces\IEstimatedPTSPOperator.cs" />
|
---|
| 175 | <Compile Include="Interfaces\ITwoPointFiveMoveOperator.cs" />
|
---|
| 176 | <Compile Include="Interfaces\IEstimatedPTSPMoveEvaluator.cs" />
|
---|
[13470] | 177 | <Compile Include="Moves\AnalyticalPTSPMoveEvaluator.cs" />
|
---|
| 178 | <Compile Include="Moves\OneShift\PTSPAnalyticalInsertionMoveEvaluator.cs" />
|
---|
[13412] | 179 | <Compile Include="Moves\OneShift\PTSPEstimatedInsertionMoveEvaluator.cs" />
|
---|
| 180 | <Compile Include="Moves\EstimatedPTSPMoveEvaluator.cs" />
|
---|
[13470] | 181 | <Compile Include="Moves\TwoOpt\PTSPAnalyticalInversionMoveEvaluator.cs" />
|
---|
[13412] | 182 | <Compile Include="Moves\TwoOpt\PTSPEstimatedInversionMoveEvaluator.cs" />
|
---|
[13470] | 183 | <Compile Include="Moves\TwoPointFiveOpt\PTSPAnalyticalTwoPointFiveMoveEvaluator.cs" />
|
---|
| 184 | <Compile Include="Moves\TwoPointFiveOpt\PTSPEstimatedTwoPointFiveMoveEvaluator.cs" />
|
---|
[13412] | 185 | <Compile Include="Moves\TwoPointFiveOpt\ExhaustiveTwoPointFiveMoveGenerator.cs" />
|
---|
| 186 | <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveMultiMoveGenerator.cs" />
|
---|
| 187 | <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveSingleMoveGenerator.cs" />
|
---|
| 188 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveGenerator.cs" />
|
---|
| 189 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveMaker.cs" />
|
---|
[12272] | 190 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
|
---|
[12228] | 191 | <Compile Include="PathPTSPTour.cs" />
|
---|
[12166] | 192 | <Compile Include="PTSP.cs" />
|
---|
| 193 | <Compile Include="Plugin.cs" />
|
---|
| 194 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 195 | </ItemGroup>
|
---|
| 196 | <ItemGroup>
|
---|
| 197 | <None Include="HeuristicLab.snk" />
|
---|
| 198 | </ItemGroup>
|
---|
| 199 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 200 | <PropertyGroup>
|
---|
[13484] | 201 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[12166] | 202 | set ProjectDir=$(ProjectDir)
|
---|
| 203 | set SolutionDir=$(SolutionDir)
|
---|
[13484] | 204 | set OutDir=$(OutDir)
|
---|
| 205 | set TargetDir=$(TargetDir)
|
---|
[12166] | 206 |
|
---|
[13484] | 207 | call PreBuildEvent.cmd
|
---|
| 208 | </PreBuildEvent>
|
---|
[13470] | 209 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[13484] | 210 | export ProjectDir=$(ProjectDir)
|
---|
| 211 | export SolutionDir=$(SolutionDir)
|
---|
[13470] | 212 |
|
---|
[13484] | 213 | $SolutionDir/PreBuildEvent.sh
|
---|
[13470] | 214 | </PreBuildEvent>
|
---|
[12166] | 215 | </PropertyGroup>
|
---|
| 216 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 217 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 218 | <Target Name="BeforeBuild">
|
---|
| 219 | </Target>
|
---|
| 220 | <Target Name="AfterBuild">
|
---|
| 221 | </Target>
|
---|
| 222 | -->
|
---|
| 223 | </Project> |
---|