Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj @ 7871

Last change on this file since 7871 was 7871, checked in by svonolfe, 12 years ago

Added support for included TSPLib CVRP instances (#1177)

File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95  </PropertyGroup>
96  <ItemGroup>
97    <Reference Include="HeuristicLab.Collections-3.3">
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Common-3.3">
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Common.Resources-3.3">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Core-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Core.Views-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Data-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Data.Views-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.MainForm-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Operators-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimization.Views-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Parameters-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Persistence-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
159      <Private>False</Private>
160    </Reference>
161    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
163      <Private>False</Private>
164    </Reference>
165    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
166    <Reference Include="System" />
167    <Reference Include="System.Core">
168      <RequiredTargetFramework>3.5</RequiredTargetFramework>
169    </Reference>
170    <Reference Include="System.Drawing" />
171    <Reference Include="System.Windows.Forms" />
172    <Reference Include="System.Xml.Linq">
173      <RequiredTargetFramework>3.5</RequiredTargetFramework>
174    </Reference>
175    <Reference Include="System.Data.DataSetExtensions">
176      <RequiredTargetFramework>3.5</RequiredTargetFramework>
177    </Reference>
178    <Reference Include="System.Data" />
179    <Reference Include="System.Xml" />
180  </ItemGroup>
181  <ItemGroup>
182    <Compile Include="Properties\AssemblyInfo.cs" />
183    <Compile Include="MDCVRPPDTWView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="MDCVRPPDTWView.Designer.cs">
187      <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
188    </Compile>
189    <Compile Include="MDCVRPTWView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="MDCVRPTWView.Designer.cs">
193      <DependentUpon>MDCVRPTWView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="MultiDepotVRPView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="MultiDepotVRPView.Designer.cs">
199      <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="CVRPPDTWView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="CVRPPDTWView.Designer.cs">
205      <DependentUpon>CVRPPDTWView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="CVRPTWView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="CVRPTWView.Designer.cs">
211      <DependentUpon>CVRPTWView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="Plugin.cs" />
214    <Compile Include="SingleDepotVRPView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="SingleDepotVRPView.Designer.cs">
218      <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="VRPImportDialog.cs">
221      <SubType>Form</SubType>
222    </Compile>
223    <Compile Include="VRPImportDialog.Designer.cs">
224      <DependentUpon>VRPImportDialog.cs</DependentUpon>
225    </Compile>
226    <Compile Include="VRPProblemInstanceView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="VRPProblemInstanceView.Designer.cs">
230      <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="VehicleRoutingProblemView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="VehicleRoutingProblemView.Designer.cs">
236      <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="VRPSolutionView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="VRPSolutionView.Designer.cs">
242      <DependentUpon>VRPSolutionView.cs</DependentUpon>
243    </Compile>
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="Properties\AssemblyInfo.cs.frame" />
247    <None Include="HeuristicLab.snk" />
248    <None Include="Plugin.cs.frame" />
249  </ItemGroup>
250  <ItemGroup>
251    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
252      <Visible>False</Visible>
253      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
254      <Install>false</Install>
255    </BootstrapperPackage>
256    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
257      <Visible>False</Visible>
258      <ProductName>.NET Framework 3.5 SP1</ProductName>
259      <Install>true</Install>
260    </BootstrapperPackage>
261    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
262      <Visible>False</Visible>
263      <ProductName>Windows Installer 3.1</ProductName>
264      <Install>true</Install>
265    </BootstrapperPackage>
266  </ItemGroup>
267  <ItemGroup>
268    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
269      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
270      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
271      <Private>False</Private>
272    </ProjectReference>
273  </ItemGroup>
274  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
275  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
276       Other similar extension points exist, see Microsoft.Common.targets.
277  <Target Name="BeforeBuild">
278  </Target>
279  <Target Name="AfterBuild">
280  </Target>
281  -->
282  <PropertyGroup>
283    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
284set ProjectDir=$(ProjectDir)
285set SolutionDir=$(SolutionDir)
286set Outdir=$(Outdir)
287
288call PreBuildEvent.cmd</PreBuildEvent>
289  </PropertyGroup>
290  <PropertyGroup>
291    <PostBuildEvent>
292    </PostBuildEvent>
293  </PropertyGroup>
294</Project>
Note: See TracBrowser for help on using the repository browser.