[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>
|
---|
| 39 | <ItemGroup>
|
---|
[12183] | 40 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 41 | <SpecificVersion>False</SpecificVersion>
|
---|
| 42 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 43 | <Private>False</Private>
|
---|
| 44 | </Reference>
|
---|
[12166] | 45 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 46 | <SpecificVersion>False</SpecificVersion>
|
---|
| 47 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 48 | <Private>False</Private>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 51 | <SpecificVersion>False</SpecificVersion>
|
---|
| 52 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 53 | <Private>False</Private>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 56 | <SpecificVersion>False</SpecificVersion>
|
---|
| 57 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 58 | <Private>False</Private>
|
---|
| 59 | </Reference>
|
---|
| 60 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 61 | <SpecificVersion>False</SpecificVersion>
|
---|
| 62 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 63 | <Private>False</Private>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 66 | <SpecificVersion>False</SpecificVersion>
|
---|
| 67 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 68 | <Private>False</Private>
|
---|
| 69 | </Reference>
|
---|
| 70 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 71 | <SpecificVersion>False</SpecificVersion>
|
---|
| 72 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 73 | <Private>False</Private>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 76 | <SpecificVersion>False</SpecificVersion>
|
---|
| 77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization\3.3\obj\Release\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 78 | <Private>False</Private>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 81 | <SpecificVersion>False</SpecificVersion>
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 88 | <Private>False</Private>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
| 92 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 93 | <Private>False</Private>
|
---|
| 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 98 | <Private>False</Private>
|
---|
| 99 | </Reference>
|
---|
[12261] | 100 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 101 | <SpecificVersion>False</SpecificVersion>
|
---|
| 102 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 103 | </Reference>
|
---|
[12166] | 104 | <Reference Include="System" />
|
---|
| 105 | <Reference Include="System.Core" />
|
---|
[12191] | 106 | <Reference Include="System.Drawing" />
|
---|
[12166] | 107 | <Reference Include="System.Xml.Linq" />
|
---|
| 108 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 109 | <Reference Include="Microsoft.CSharp" />
|
---|
| 110 | <Reference Include="System.Data" />
|
---|
| 111 | <Reference Include="System.Xml" />
|
---|
| 112 | </ItemGroup>
|
---|
| 113 | <ItemGroup>
|
---|
| 114 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 115 | <None Include="Plugin.cs.frame" />
|
---|
[12191] | 116 | <Compile Include="AnalyticalPTSP.cs" />
|
---|
[12183] | 117 | <Compile Include="DistanceMatrix.cs" />
|
---|
[12191] | 118 | <Compile Include="EstimatedPTSP.cs" />
|
---|
[12228] | 119 | <Compile Include="Improvers\PTSPExhaustiveInsertionLocalImprovement.cs" />
|
---|
| 120 | <Compile Include="Improvers\PTSPExhaustiveInversionLocalImprovement.cs" />
|
---|
[12272] | 121 | <Compile Include="Interfaces\I25MoveOperator.cs" />
|
---|
[12191] | 122 | <Compile Include="Interfaces\IPTSPMoveEvaluator.cs" />
|
---|
[12219] | 123 | <Compile Include="MoveEvaluators\OneShift\PTSPEstimatedInsertionEvaluator.cs" />
|
---|
[12191] | 124 | <Compile Include="MoveEvaluators\PTSPMoveEvaluator.cs" />
|
---|
[12219] | 125 | <Compile Include="MoveEvaluators\TwoOpt\PTSPAnalyticalInversionMovePathEvaluator.cs" />
|
---|
[12380] | 126 | <Compile Include="MoveEvaluators\TwoOpt\PTSPEstimatedInversionEvaluator.cs" />
|
---|
[12272] | 127 | <Compile Include="MoveEvaluators\TwoPointFiveOpt\PTSP25MoveEvaluator.cs" />
|
---|
| 128 | <Compile Include="MoveGenerators\Exhaustive25MoveGenerator.cs" />
|
---|
| 129 | <Compile Include="MoveGenerators\Stochastic25MultiMoveGenerator.cs" />
|
---|
| 130 | <Compile Include="MoveGenerators\Stochastic25SingleMoveGenerator.cs" />
|
---|
| 131 | <Compile Include="MoveGenerators\TwoPointFiveMoveGenerator.cs" />
|
---|
| 132 | <Compile Include="MoveMakers\TwoPointFiveMoveMaker.cs" />
|
---|
| 133 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
|
---|
[12228] | 134 | <Compile Include="PathPTSPTour.cs" />
|
---|
[12166] | 135 | <Compile Include="PTSP.cs" />
|
---|
| 136 | <Compile Include="Plugin.cs" />
|
---|
| 137 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 138 | </ItemGroup>
|
---|
| 139 | <ItemGroup>
|
---|
| 140 | <None Include="HeuristicLab.snk" />
|
---|
| 141 | </ItemGroup>
|
---|
[12219] | 142 | <ItemGroup />
|
---|
[12166] | 143 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 144 | <PropertyGroup>
|
---|
| 145 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 146 | set ProjectDir=$(ProjectDir)
|
---|
| 147 | set SolutionDir=$(SolutionDir)
|
---|
| 148 | set Outdir=$(Outdir)
|
---|
| 149 |
|
---|
| 150 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 151 | </PropertyGroup>
|
---|
| 152 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 153 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 154 | <Target Name="BeforeBuild">
|
---|
| 155 | </Target>
|
---|
| 156 | <Target Name="AfterBuild">
|
---|
| 157 | </Target>
|
---|
| 158 | -->
|
---|
| 159 | </Project> |
---|