Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 11.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.TravelingSalesman</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TravelingSalesman-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21    <TargetFrameworkProfile></TargetFrameworkProfile>
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <DocumentationFile>
47    </DocumentationFile>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman-3.3.xml</DocumentationFile>
58    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x86\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>bin\x86\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <DocumentationFile>bin\x86\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>bin\x64\Debug\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
90    <OutputPath>bin\x64\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="System" />
101    <Reference Include="System.Core">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data" />
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="Analyzers\BestTSPSolutionAnalyzer.cs" />
110    <Compile Include="Analyzers\TSPPopulationDiversityAnalyzer.cs" />
111    <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" />
112    <Compile Include="DistanceMatrix.cs" />
113    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
114    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
115    <Compile Include="HeuristicLabProblemsTravelingSalesmanPlugin.cs" />
116    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" />
117    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" />
118    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMovePathEvaluator.cs" />
119    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveRoundedEuclideanPathEvaluator.cs" />
120    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveEuclideanPathEvaluator.cs" />
121    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveGeoPathEvaluator.cs" />
122    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMovePathEvaluator.cs" />
123    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveRoundedEuclideanPathEvaluator.cs" />
124    <Compile Include="TravelingSalesmanProblem.cs" />
125    <Compile Include="TSPLIBTourParser.cs" />
126    <Compile Include="PathTSPTour.cs" />
127    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
128    <Compile Include="Evaluators\TSPEvaluator.cs" />
129    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
130    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
131    <Compile Include="Interfaces\ITSPEvaluator.cs" />
132    <Compile Include="Interfaces\ITSPMoveEvaluator.cs" />
133    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
134    <Compile Include="Interfaces\ITSPPathMoveEvaluator.cs" />
135    <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" />
136    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
137    <Compile Include="TSPLIBParser.cs" />
138    <Compile Include="Properties\AssemblyInfo.cs" />
139  </ItemGroup>
140  <ItemGroup>
141    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
142      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
143      <Name>HeuristicLab.Analysis-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
146      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
147      <Name>HeuristicLab.Collections-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
150      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
151      <Name>HeuristicLab.Common.Resources-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
154      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
155      <Name>HeuristicLab.Common-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
158      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
159      <Name>HeuristicLab.Core-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
162      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
163      <Name>HeuristicLab.Data-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
166      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
167      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
170      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
171      <Name>HeuristicLab.Operators-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
174      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
175      <Name>HeuristicLab.Optimization-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
178      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
179      <Name>HeuristicLab.Parameters-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
182      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
183      <Name>HeuristicLab.Persistence-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
186      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
187      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
188    </ProjectReference>
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="HeuristicLab.snk" />
192    <None Include="HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" />
193    <None Include="Properties\AssemblyInfo.frame" />
194    <None Include="TSPLIB Sample Problems\ch130.opt.tour" />
195    <None Include="TSPLIB Sample Problems\ch130.tsp" />
196    <None Include="TSPLIB Sample Problems\fl1400.tsp" />
197    <None Include="TSPLIB Sample Problems\gr666.opt.tour" />
198    <None Include="TSPLIB Sample Problems\gr666.tsp" />
199  </ItemGroup>
200  <ItemGroup>
201    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
202      <Visible>False</Visible>
203      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
204      <Install>false</Install>
205    </BootstrapperPackage>
206    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
207      <Visible>False</Visible>
208      <ProductName>.NET Framework 3.5 SP1</ProductName>
209      <Install>true</Install>
210    </BootstrapperPackage>
211    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
212      <Visible>False</Visible>
213      <ProductName>Windows Installer 3.1</ProductName>
214      <Install>true</Install>
215    </BootstrapperPackage>
216  </ItemGroup>
217  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
218  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219       Other similar extension points exist, see Microsoft.Common.targets.
220  <Target Name="BeforeBuild">
221  </Target>
222  <Target Name="AfterBuild">
223  </Target>
224  -->
225  <PropertyGroup>
226    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
227set ProjectDir=$(ProjectDir)
228set SolutionDir=$(SolutionDir)
229set Outdir=$(Outdir)
230
231call PreBuildEvent.cmd
232SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs"</PreBuildEvent>
233  </PropertyGroup>
234</Project>
Note: See TracBrowser for help on using the repository browser.