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>
|
---|
23 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
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>
|
---|
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>
|
---|
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>
|
---|
100 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
101 | <SpecificVersion>False</SpecificVersion>
|
---|
102 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
103 | <Private>False</Private>
|
---|
104 | </Reference>
|
---|
105 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
106 | <SpecificVersion>False</SpecificVersion>
|
---|
107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="System" />
|
---|
110 | <Reference Include="System.Core" />
|
---|
111 | <Reference Include="System.Drawing" />
|
---|
112 | <Reference Include="System.IO.Compression" />
|
---|
113 | <Reference Include="System.Xml.Linq" />
|
---|
114 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
115 | <Reference Include="Microsoft.CSharp" />
|
---|
116 | <Reference Include="System.Data" />
|
---|
117 | <Reference Include="System.Xml" />
|
---|
118 | </ItemGroup>
|
---|
119 | <ItemGroup>
|
---|
120 | <Compile Include="PTSPData.cs" />
|
---|
121 | <Compile Include="PTSPLIBInstanceProvider.cs" />
|
---|
122 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
123 | <None Include="Plugin.cs.frame" />
|
---|
124 | <Compile Include="AnalyticalPTSP.cs" />
|
---|
125 | <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
|
---|
126 | <Compile Include="DistanceMatrix.cs" />
|
---|
127 | <Compile Include="EstimatedPTSP.cs" />
|
---|
128 | <Compile Include="Improvers\PTSPExhaustiveInsertionLocalImprovement.cs" />
|
---|
129 | <Compile Include="Improvers\PTSPExhaustiveInversionLocalImprovement.cs" />
|
---|
130 | <Compile Include="Interfaces\I25MoveOperator.cs" />
|
---|
131 | <Compile Include="Interfaces\IPTSPMoveEvaluator.cs" />
|
---|
132 | <Compile Include="MoveEvaluators\OneShift\PTSPEstimatedInsertionEvaluator.cs" />
|
---|
133 | <Compile Include="MoveEvaluators\PTSPMoveEvaluator.cs" />
|
---|
134 | <Compile Include="MoveEvaluators\TwoOpt\PTSPAnalyticalInversionMovePathEvaluator.cs" />
|
---|
135 | <Compile Include="MoveEvaluators\TwoOpt\PTSPEstimatedInversionEvaluator.cs" />
|
---|
136 | <Compile Include="MoveEvaluators\TwoPointFiveOpt\PTSP25MoveEvaluator.cs" />
|
---|
137 | <Compile Include="MoveGenerators\Exhaustive25MoveGenerator.cs" />
|
---|
138 | <Compile Include="MoveGenerators\Stochastic25MultiMoveGenerator.cs" />
|
---|
139 | <Compile Include="MoveGenerators\Stochastic25SingleMoveGenerator.cs" />
|
---|
140 | <Compile Include="MoveGenerators\TwoPointFiveMoveGenerator.cs" />
|
---|
141 | <Compile Include="MoveMakers\TwoPointFiveMoveMaker.cs" />
|
---|
142 | <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
|
---|
143 | <Compile Include="PathPTSPTour.cs" />
|
---|
144 | <Compile Include="PTSP.cs" />
|
---|
145 | <Compile Include="Plugin.cs" />
|
---|
146 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
147 | </ItemGroup>
|
---|
148 | <ItemGroup>
|
---|
149 | <None Include="HeuristicLab.snk" />
|
---|
150 | </ItemGroup>
|
---|
151 | <ItemGroup />
|
---|
152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
153 | <PropertyGroup>
|
---|
154 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
155 | set ProjectDir=$(ProjectDir)
|
---|
156 | set SolutionDir=$(SolutionDir)
|
---|
157 | set Outdir=$(Outdir)
|
---|
158 |
|
---|
159 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
160 | </PropertyGroup>
|
---|
161 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
162 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
163 | <Target Name="BeforeBuild">
|
---|
164 | </Target>
|
---|
165 | <Target Name="AfterBuild">
|
---|
166 | </Target>
|
---|
167 | -->
|
---|
168 | </Project> |
---|