Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Routing.TSP/HeuristicLab.Routing.TSP.csproj @ 30

Last change on this file since 30 was 30, checked in by swagner, 16 years ago

Fixed ticket #26

  • added automatic generation of version strings for all projects using the SVN tool SubWCRev
File size: 5.3 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Routing.TSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Routing.TSP</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <DocumentationFile>
29    </DocumentationFile>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP.XML</DocumentationFile>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="System" />
43    <Reference Include="System.Data" />
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.Windows.Forms" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="TSPTourInjector.cs" />
50    <Compile Include="TSPTourView.cs">
51      <SubType>UserControl</SubType>
52    </Compile>
53    <Compile Include="TSPTourView.Designer.cs">
54      <DependentUpon>TSPTourView.cs</DependentUpon>
55    </Compile>
56    <Compile Include="TSPTour.cs" />
57    <Compile Include="TSPInjectorView.cs">
58      <SubType>UserControl</SubType>
59    </Compile>
60    <Compile Include="TSPInjectorView.Designer.cs">
61      <DependentUpon>TSPInjectorView.cs</DependentUpon>
62    </Compile>
63    <Compile Include="TSPRoundedEuclideanDistanceMatrixInjector.cs" />
64    <Compile Include="TSPDistanceMatrixInjectorBase.cs" />
65    <Compile Include="DistanceMatrixPathTSPEvaluator.cs" />
66    <Compile Include="PathTSPEvaluatorBase.cs" />
67    <Compile Include="HeuristicLabRoutingTSPPlugin.cs" />
68    <Compile Include="Properties\AssemblyInfo.cs" />
69    <Compile Include="RoundedEuclideanPathTSPEvaluator.cs" />
70    <Compile Include="TSPInjector.cs" />
71    <Compile Include="TSPParser.cs" />
72  </ItemGroup>
73  <ItemGroup>
74    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
75      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
76      <Name>HeuristicLab.Charting</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
79      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
80      <Name>HeuristicLab.Core</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
83      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
84      <Name>HeuristicLab.Data</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
87      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
88      <Name>HeuristicLab.Operators</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
91      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
92      <Name>HeuristicLab.Permutation</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
95      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
96      <Name>HeuristicLab.PluginInfrastructure</Name>
97    </ProjectReference>
98  </ItemGroup>
99  <ItemGroup>
100    <None Include="HeuristicLab.snk" />
101    <None Include="Properties\AssemblyInfo.frame" />
102  </ItemGroup>
103  <ItemGroup>
104    <EmbeddedResource Include="TSPTourView.resx">
105      <DependentUpon>TSPTourView.cs</DependentUpon>
106      <SubType>Designer</SubType>
107    </EmbeddedResource>
108    <EmbeddedResource Include="TSPInjectorView.resx">
109      <DependentUpon>TSPInjectorView.cs</DependentUpon>
110      <SubType>Designer</SubType>
111    </EmbeddedResource>
112  </ItemGroup>
113  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
114  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115       Other similar extension points exist, see Microsoft.Common.targets.
116  <Target Name="BeforeBuild">
117  </Target>
118  <Target Name="AfterBuild">
119  </Target>
120  -->
121  <PropertyGroup>
122    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
123  </PropertyGroup>
124</Project>
Note: See TracBrowser for help on using the repository browser.