Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj @ 17709

Last change on this file since 17709 was 17709, checked in by abeham, 4 years ago

#2521: working on VRP

File size: 15.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.6.1</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\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>..\..\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <DocumentationFile>
57    </DocumentationFile>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>..\..\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
84    <DebugSymbols>true</DebugSymbols>
85    <OutputPath>..\..\bin\</OutputPath>
86    <DefineConstants>DEBUG;TRACE</DefineConstants>
87    <DebugType>full</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91    <Prefer32Bit>false</Prefer32Bit>
92  </PropertyGroup>
93  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
94    <OutputPath>..\..\bin\</OutputPath>
95    <DefineConstants>TRACE</DefineConstants>
96    <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <ErrorReport>prompt</ErrorReport>
101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
102    <Prefer32Bit>false</Prefer32Bit>
103  </PropertyGroup>
104  <ItemGroup>
105    <Reference Include="System" />
106    <Reference Include="System.Core">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Drawing" />
110    <Reference Include="System.Windows.Forms" />
111    <Reference Include="System.Xml.Linq">
112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
113    </Reference>
114    <Reference Include="System.Data.DataSetExtensions">
115      <RequiredTargetFramework>3.5</RequiredTargetFramework>
116    </Reference>
117    <Reference Include="System.Data" />
118    <Reference Include="System.Xml" />
119  </ItemGroup>
120  <ItemGroup>
121    <Compile Include="CVRPPDTWEvaluationView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="CVRPPDTWEvaluationView.Designer.cs">
125      <DependentUpon>CVRPPDTWEvaluationView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="CVRPTWEvaluationView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="CVRPTWEvaluationView.Designer.cs">
131      <DependentUpon>CVRPTWEvaluationView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="CVRPEvaluationView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="CVRPEvaluationView.Designer.cs">
137      <DependentUpon>CVRPEvaluationView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Properties\AssemblyInfo.cs" />
140    <Compile Include="MDCVRPPDTWView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="MDCVRPPDTWView.Designer.cs">
144      <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="MDCVRPTWView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="MDCVRPTWView.Designer.cs">
150      <DependentUpon>MDCVRPTWView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="MultiDepotVRPView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="MultiDepotVRPView.Designer.cs">
156      <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="CVRPPDTWView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="CVRPPDTWView.Designer.cs">
162      <DependentUpon>CVRPPDTWView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="CVRPTWView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="CVRPTWView.Designer.cs">
168      <DependentUpon>CVRPTWView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="Plugin.cs" />
171    <Compile Include="SingleDepotVRPView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="SingleDepotVRPView.Designer.cs">
175      <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="VRPEvaluationView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="VRPEvaluationView.Designer.cs">
181      <DependentUpon>VRPEvaluationView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="VRPImportDialog.cs">
184      <SubType>Form</SubType>
185    </Compile>
186    <Compile Include="VRPImportDialog.Designer.cs">
187      <DependentUpon>VRPImportDialog.cs</DependentUpon>
188    </Compile>
189    <Compile Include="VRPProblemInstanceView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="VRPProblemInstanceView.Designer.cs">
193      <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="VehicleRoutingProblemView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="VehicleRoutingProblemView.Designer.cs">
199      <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="VRPSolutionView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="VRPSolutionView.Designer.cs">
205      <DependentUpon>VRPSolutionView.cs</DependentUpon>
206    </Compile>
207  </ItemGroup>
208  <ItemGroup>
209    <None Include="Properties\AssemblyInfo.cs.frame" />
210    <None Include="HeuristicLab.snk" />
211    <None Include="Plugin.cs.frame" />
212  </ItemGroup>
213  <ItemGroup>
214    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
215      <Visible>False</Visible>
216      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
217      <Install>false</Install>
218    </BootstrapperPackage>
219    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
220      <Visible>False</Visible>
221      <ProductName>.NET Framework 3.5 SP1</ProductName>
222      <Install>true</Install>
223    </BootstrapperPackage>
224    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
225      <Visible>False</Visible>
226      <ProductName>Windows Installer 3.1</ProductName>
227      <Install>true</Install>
228    </BootstrapperPackage>
229  </ItemGroup>
230  <ItemGroup>
231    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
232      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
233      <Name>HeuristicLab.Collections-3.3</Name>
234      <Private>False</Private>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
237      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
238      <Name>HeuristicLab.Common.Resources-3.3</Name>
239      <Private>False</Private>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
242      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
243      <Name>HeuristicLab.Common-3.3</Name>
244      <Private>False</Private>
245    </ProjectReference>
246    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
247      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
248      <Name>HeuristicLab.Core.Views-3.3</Name>
249      <Private>False</Private>
250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
252      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
253      <Name>HeuristicLab.Core-3.3</Name>
254      <Private>False</Private>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
257      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
258      <Name>HeuristicLab.Data.Views-3.3</Name>
259      <Private>False</Private>
260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
262      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
263      <Name>HeuristicLab.Data-3.3</Name>
264      <Private>False</Private>
265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
267      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
268      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
269      <Private>False</Private>
270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
272      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
273      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
274      <Private>False</Private>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
277      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
278      <Name>HeuristicLab.MainForm-3.3</Name>
279      <Private>False</Private>
280    </ProjectReference>
281    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
282      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
283      <Name>HeuristicLab.Operators-3.3</Name>
284      <Private>False</Private>
285    </ProjectReference>
286    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
287      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
288      <Name>HeuristicLab.Optimization.Views-3.3</Name>
289      <Private>False</Private>
290    </ProjectReference>
291    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
292      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
293      <Name>HeuristicLab.Optimization-3.3</Name>
294      <Private>False</Private>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
297      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
298      <Name>HeuristicLab.Parameters-3.3</Name>
299      <Private>False</Private>
300    </ProjectReference>
301    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
302      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
303      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
304      <Private>False</Private>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
307      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
308      <Name>HeuristicLab.Problems.Instances-3.3</Name>
309      <Private>False</Private>
310    </ProjectReference>
311    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
312      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
313      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
314      <Private>False</Private>
315    </ProjectReference>
316  </ItemGroup>
317  <ItemGroup>
318    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
319      <SpecificVersion>False</SpecificVersion>
320      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
321      <Private>False</Private>
322    </Reference>
323  </ItemGroup>
324  <ItemGroup>
325    <EmbeddedResource Include="CVRPEvaluationView.resx">
326      <DependentUpon>CVRPEvaluationView.cs</DependentUpon>
327    </EmbeddedResource>
328    <EmbeddedResource Include="CVRPPDTWEvaluationView.resx">
329      <DependentUpon>CVRPPDTWEvaluationView.cs</DependentUpon>
330    </EmbeddedResource>
331    <EmbeddedResource Include="CVRPTWEvaluationView.resx">
332      <DependentUpon>CVRPTWEvaluationView.cs</DependentUpon>
333    </EmbeddedResource>
334    <EmbeddedResource Include="VRPEvaluationView.resx">
335      <DependentUpon>VRPEvaluationView.cs</DependentUpon>
336    </EmbeddedResource>
337  </ItemGroup>
338  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
339  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
340       Other similar extension points exist, see Microsoft.Common.targets.
341  <Target Name="BeforeBuild">
342  </Target>
343  <Target Name="AfterBuild">
344  </Target>
345  -->
346  <PropertyGroup>
347    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
348set ProjectDir=$(ProjectDir)
349set SolutionDir=$(SolutionDir)
350set Outdir=$(Outdir)
351
352call PreBuildEvent.cmd</PreBuildEvent>
353    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
354export ProjectDir=$(ProjectDir)
355export SolutionDir=$(SolutionDir)
356
357$SolutionDir/PreBuildEvent.sh
358</PreBuildEvent>
359  </PropertyGroup>
360  <PropertyGroup>
361    <PostBuildEvent>
362    </PostBuildEvent>
363  </PropertyGroup>
364</Project>
Note: See TracBrowser for help on using the repository browser.