Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Routing.TSP/3.2/HeuristicLab.Routing.TSP-3.2.csproj @ 1534

Last change on this file since 1534 was 1534, checked in by swagner, 15 years ago

Updated main solution file and fixed minor errors in names and version numbers of projects (#576)

File size: 7.1 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.30729</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-3.2</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-3.2.XML</DocumentationFile>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP-3.2.XML</DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP-3.2.XML</DocumentationFile>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Data" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="TSPTourInjector.cs" />
84    <Compile Include="TSPTourView.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="TSPTourView.Designer.cs">
88      <DependentUpon>TSPTourView.cs</DependentUpon>
89    </Compile>
90    <Compile Include="TSPTour.cs" />
91    <Compile Include="TSPInjectorView.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="TSPInjectorView.Designer.cs">
95      <DependentUpon>TSPInjectorView.cs</DependentUpon>
96    </Compile>
97    <Compile Include="TSPRoundedEuclideanDistanceMatrixInjector.cs" />
98    <Compile Include="TSPDistanceMatrixInjectorBase.cs" />
99    <Compile Include="DistanceMatrixPathTSPEvaluator.cs" />
100    <Compile Include="PathTSPEvaluatorBase.cs" />
101    <Compile Include="HeuristicLabRoutingTSPPlugin.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <Compile Include="RoundedEuclideanPathTSPEvaluator.cs" />
104    <Compile Include="TSPInjector.cs" />
105    <Compile Include="TSPParser.cs" />
106  </ItemGroup>
107  <ItemGroup>
108    <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
109      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
110      <Name>HeuristicLab.Charting-3.2</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
113      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
114      <Name>HeuristicLab.Core-3.2</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
117      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
118      <Name>HeuristicLab.Data-3.2</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
121      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
122      <Name>HeuristicLab.Operators-3.2</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
125      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
126      <Name>HeuristicLab.Permutation-3.2</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
129      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
130      <Name>HeuristicLab.PluginInfrastructure</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="HeuristicLab.snk" />
135    <None Include="Properties\AssemblyInfo.frame" />
136  </ItemGroup>
137  <ItemGroup>
138    <EmbeddedResource Include="TSPTourView.resx">
139      <DependentUpon>TSPTourView.cs</DependentUpon>
140      <SubType>Designer</SubType>
141    </EmbeddedResource>
142    <EmbeddedResource Include="TSPInjectorView.resx">
143      <DependentUpon>TSPInjectorView.cs</DependentUpon>
144      <SubType>Designer</SubType>
145    </EmbeddedResource>
146  </ItemGroup>
147  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target>
154  -->
155  <PropertyGroup>
156    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
157set ProjectDir=$(ProjectDir)
158set SolutionDir=$(SolutionDir)
159set Outdir=$(Outdir)
160
161call PreBuildEvent.cmd</PreBuildEvent>
162  </PropertyGroup>
163</Project>
Note: See TracBrowser for help on using the repository browser.