[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>
|
---|
| 19 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 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>
|
---|
| 28 | <OutputPath>..\..\..\..\trunk\sources\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>
|
---|
[13470] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>
|
---|
[12166] | 75 | <ItemGroup>
|
---|
[12183] | 76 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 77 | <SpecificVersion>False</SpecificVersion>
|
---|
| 78 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
[12166] | 81 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 82 | <SpecificVersion>False</SpecificVersion>
|
---|
| 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 84 | <Private>False</Private>
|
---|
| 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 87 | <SpecificVersion>False</SpecificVersion>
|
---|
| 88 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 89 | <Private>False</Private>
|
---|
| 90 | </Reference>
|
---|
| 91 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
| 93 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 97 | <SpecificVersion>False</SpecificVersion>
|
---|
| 98 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
| 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 102 | <SpecificVersion>False</SpecificVersion>
|
---|
| 103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 104 | <Private>False</Private>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 107 | <SpecificVersion>False</SpecificVersion>
|
---|
| 108 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 109 | <Private>False</Private>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 112 | <SpecificVersion>False</SpecificVersion>
|
---|
| 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization\3.3\obj\Release\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
| 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 117 | <SpecificVersion>False</SpecificVersion>
|
---|
| 118 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 119 | <Private>False</Private>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 122 | <SpecificVersion>False</SpecificVersion>
|
---|
| 123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
| 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 127 | <SpecificVersion>False</SpecificVersion>
|
---|
| 128 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 129 | <Private>False</Private>
|
---|
| 130 | </Reference>
|
---|
[12261] | 131 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 132 | <SpecificVersion>False</SpecificVersion>
|
---|
| 133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[13412] | 134 | <Private>False</Private>
|
---|
[12261] | 135 | </Reference>
|
---|
[12166] | 136 | <Reference Include="System" />
|
---|
| 137 | <Reference Include="System.Core" />
|
---|
[12191] | 138 | <Reference Include="System.Drawing" />
|
---|
[13202] | 139 | <Reference Include="System.IO.Compression" />
|
---|
[12166] | 140 | <Reference Include="System.Xml.Linq" />
|
---|
| 141 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 142 | <Reference Include="Microsoft.CSharp" />
|
---|
| 143 | <Reference Include="System.Data" />
|
---|
| 144 | <Reference Include="System.Xml" />
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
| 147 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 148 | <None Include="Plugin.cs.frame" />
|
---|
[12191] | 149 | <Compile Include="AnalyticalPTSP.cs" />
|
---|
[12799] | 150 | <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
|
---|
[13412] | 151 | <Compile Include="DistanceCalculators\MaximumDistance.cs" />
|
---|
| 152 | <Compile Include="DistanceCalculators\ManhattanDistance.cs" />
|
---|
| 153 | <Compile Include="DistanceCalculators\GeoDistance.cs" />
|
---|
| 154 | <Compile Include="DistanceCalculators\DistanceCalculator.cs" />
|
---|
| 155 | <Compile Include="DistanceCalculators\AttDistance.cs" />
|
---|
| 156 | <Compile Include="DistanceCalculators\UpperEuclideanDistance.cs" />
|
---|
| 157 | <Compile Include="DistanceCalculators\RoundedEuclideanDistance.cs" />
|
---|
| 158 | <Compile Include="DistanceCalculators\EuclideanDistance.cs" />
|
---|
[12183] | 159 | <Compile Include="DistanceMatrix.cs" />
|
---|
[12191] | 160 | <Compile Include="EstimatedPTSP.cs" />
|
---|
[13470] | 161 | <Compile Include="Improvers\PTSPAnalyticalInsertionLocalImprovement.cs" />
|
---|
| 162 | <Compile Include="Improvers\PTSPAnalyticalTwoPointFiveLocalImprovement.cs" />
|
---|
| 163 | <Compile Include="Improvers\PTSPEstimatedInsertionLocalImprovement.cs" />
|
---|
| 164 | <Compile Include="Improvers\PTSPAnalyticalInversionLocalImprovement.cs" />
|
---|
| 165 | <Compile Include="Improvers\PTSPEstimatedTwoPointFiveLocalImprovement.cs" />
|
---|
| 166 | <Compile Include="Improvers\PTSPEstimatedInversionLocalImprovement.cs" />
|
---|
| 167 | <Compile Include="Interfaces\IAnalyticalPTSPMoveEvaluator.cs" />
|
---|
| 168 | <Compile Include="Interfaces\IAnalyticalPTSPOperator.cs" />
|
---|
[13412] | 169 | <Compile Include="Interfaces\IEstimatedPTSPOperator.cs" />
|
---|
| 170 | <Compile Include="Interfaces\ITwoPointFiveMoveOperator.cs" />
|
---|
| 171 | <Compile Include="Interfaces\IEstimatedPTSPMoveEvaluator.cs" />
|
---|
[13470] | 172 | <Compile Include="Moves\AnalyticalPTSPMoveEvaluator.cs" />
|
---|
| 173 | <Compile Include="Moves\OneShift\PTSPAnalyticalInsertionMoveEvaluator.cs" />
|
---|
[13412] | 174 | <Compile Include="Moves\OneShift\PTSPEstimatedInsertionMoveEvaluator.cs" />
|
---|
| 175 | <Compile Include="Moves\EstimatedPTSPMoveEvaluator.cs" />
|
---|
[13470] | 176 | <Compile Include="Moves\TwoOpt\PTSPAnalyticalInversionMoveEvaluator.cs" />
|
---|
[13412] | 177 | <Compile Include="Moves\TwoOpt\PTSPEstimatedInversionMoveEvaluator.cs" />
|
---|
[13470] | 178 | <Compile Include="Moves\TwoPointFiveOpt\PTSPAnalyticalTwoPointFiveMoveEvaluator.cs" />
|
---|
| 179 | <Compile Include="Moves\TwoPointFiveOpt\PTSPEstimatedTwoPointFiveMoveEvaluator.cs" />
|
---|
[13412] | 180 | <Compile Include="Moves\TwoPointFiveOpt\ExhaustiveTwoPointFiveMoveGenerator.cs" />
|
---|
| 181 | <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveMultiMoveGenerator.cs" />
|
---|
| 182 | <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveSingleMoveGenerator.cs" />
|
---|
| 183 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveGenerator.cs" />
|
---|
| 184 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveMaker.cs" />
|
---|
[12272] | 185 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
|
---|
[12228] | 186 | <Compile Include="PathPTSPTour.cs" />
|
---|
[12166] | 187 | <Compile Include="PTSP.cs" />
|
---|
| 188 | <Compile Include="Plugin.cs" />
|
---|
| 189 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 190 | </ItemGroup>
|
---|
| 191 | <ItemGroup>
|
---|
| 192 | <None Include="HeuristicLab.snk" />
|
---|
| 193 | </ItemGroup>
|
---|
[13412] | 194 | <ItemGroup>
|
---|
| 195 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 196 | <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
|
---|
| 197 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 198 | <Private>False</Private>
|
---|
| 199 | </ProjectReference>
|
---|
| 200 | </ItemGroup>
|
---|
[12166] | 201 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 202 | <PropertyGroup>
|
---|
| 203 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 204 | set ProjectDir=$(ProjectDir)
|
---|
| 205 | set SolutionDir=$(SolutionDir)
|
---|
| 206 |
|
---|
| 207 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[13470] | 208 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 209 | export ProjectDir=$(ProjectDir)
|
---|
| 210 | export SolutionDir=$(SolutionDir)
|
---|
| 211 |
|
---|
| 212 | $SolutionDir/PreBuildEvent.sh
|
---|
| 213 | </PreBuildEvent>
|
---|
[12166] | 214 | </PropertyGroup>
|
---|
| 215 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 216 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 217 | <Target Name="BeforeBuild">
|
---|
| 218 | </Target>
|
---|
| 219 | <Target Name="AfterBuild">
|
---|
| 220 | </Target>
|
---|
| 221 | -->
|
---|
| 222 | </Project> |
---|