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 @ 6970

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

Restructured VRP solution (#1177)

File size: 12.8 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>bin\Debug\</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>bin\Release\</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>bin\x86\Debug\</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>bin\x86\Release\</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>bin\x64\Debug\</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>bin\x64\Release\</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>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Common-3.3">
101      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Common.Resources-3.3">
104      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Core-3.3">
107      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Core.Views-3.3">
110      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Data-3.3">
113      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Data.Views-3.3">
116      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
119      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.MainForm-3.3">
122      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
125      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Operators-3.3">
128      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Optimization-3.3">
131      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Optimization.Views-3.3">
134      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Parameters-3.3">
137      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Persistence-3.3">
140      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Persistence.GUI-3.3">
143      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
146      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="System" />
149    <Reference Include="System.Core">
150      <RequiredTargetFramework>3.5</RequiredTargetFramework>
151    </Reference>
152    <Reference Include="System.Drawing" />
153    <Reference Include="System.Windows.Forms" />
154    <Reference Include="System.Xml.Linq">
155      <RequiredTargetFramework>3.5</RequiredTargetFramework>
156    </Reference>
157    <Reference Include="System.Data.DataSetExtensions">
158      <RequiredTargetFramework>3.5</RequiredTargetFramework>
159    </Reference>
160    <Reference Include="System.Data" />
161    <Reference Include="System.Xml" />
162  </ItemGroup>
163  <ItemGroup>
164    <Compile Include="MDCVRPPDTWView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="MDCVRPPDTWView.Designer.cs">
168      <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="MDCVRPTWView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="MDCVRPTWView.Designer.cs">
174      <DependentUpon>MDCVRPTWView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="MultiDepotVRPView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="MultiDepotVRPView.Designer.cs">
180      <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="CVRPPDTWView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="CVRPPDTWView.Designer.cs">
186      <DependentUpon>CVRPPDTWView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="CVRPTWView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="CVRPTWView.Designer.cs">
192      <DependentUpon>CVRPTWView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="HeuristicLabProblemsVehicleRoutingViewsPlugin.cs" />
195    <Compile Include="Properties\AssemblyInfo.cs" />
196    <Compile Include="SingleDepotVRPView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="SingleDepotVRPView.Designer.cs">
200      <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="VRPImportDialog.cs">
203      <SubType>Form</SubType>
204    </Compile>
205    <Compile Include="VRPImportDialog.Designer.cs">
206      <DependentUpon>VRPImportDialog.cs</DependentUpon>
207    </Compile>
208    <Compile Include="VRPProblemInstanceView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="VRPProblemInstanceView.Designer.cs">
212      <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="VehicleRoutingProblemView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="VehicleRoutingProblemView.Designer.cs">
218      <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="VRPSolutionView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="VRPSolutionView.Designer.cs">
224      <DependentUpon>VRPSolutionView.cs</DependentUpon>
225    </Compile>
226  </ItemGroup>
227  <ItemGroup>
228    <None Include="HeuristicLab.snk" />
229    <None Include="HeuristicLabProblemsVehicleRoutingViewsPlugin.cs.frame" />
230    <None Include="Properties\AssemblyInfo.frame" />
231  </ItemGroup>
232  <ItemGroup>
233    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
234      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
235      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
236    </ProjectReference>
237  </ItemGroup>
238  <ItemGroup>
239    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
240      <Visible>False</Visible>
241      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
242      <Install>false</Install>
243    </BootstrapperPackage>
244    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
245      <Visible>False</Visible>
246      <ProductName>.NET Framework 3.5 SP1</ProductName>
247      <Install>true</Install>
248    </BootstrapperPackage>
249    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
250      <Visible>False</Visible>
251      <ProductName>Windows Installer 3.1</ProductName>
252      <Install>true</Install>
253    </BootstrapperPackage>
254  </ItemGroup>
255  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
256  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
257       Other similar extension points exist, see Microsoft.Common.targets.
258  <Target Name="BeforeBuild">
259  </Target>
260  <Target Name="AfterBuild">
261  </Target>
262  -->
263  <PropertyGroup>
264    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
265set ProjectDir=$(ProjectDir)
266set SolutionDir=$(SolutionDir)
267set Outdir=$(Outdir)
268
269call PreBuildEvent.cmd
270SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingViewsPlugin.cs"</PreBuildEvent>
271  </PropertyGroup>
272  <PropertyGroup>
273    <PostBuildEvent>set ProjectName=$(ProjectName)
274set Source=$(TargetPath)
275set Configuration=$(ConfigurationName)
276set Platform=$(PlatformName)
277set SolutionDir=$(SolutionDir)
278
279if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
280  </PropertyGroup>
281</Project>
Note: See TracBrowser for help on using the repository browser.