Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj @ 16565

Last change on this file since 16565 was 16565, checked in by gkronber, 5 years ago

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

File size: 14.5 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="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
107    </Reference>
108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
114      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
115    </Reference>
116    <Reference Include="System.Windows.Forms" />
117    <Reference Include="System.Xml.Linq">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
120    <Reference Include="System.Data.DataSetExtensions">
121      <RequiredTargetFramework>3.5</RequiredTargetFramework>
122    </Reference>
123    <Reference Include="System.Data" />
124    <Reference Include="System.Xml" />
125  </ItemGroup>
126  <ItemGroup>
127    <Compile Include="Properties\AssemblyInfo.cs" />
128    <Compile Include="MDCVRPPDTWView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="MDCVRPPDTWView.Designer.cs">
132      <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="MDCVRPTWView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="MDCVRPTWView.Designer.cs">
138      <DependentUpon>MDCVRPTWView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="MultiDepotVRPView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="MultiDepotVRPView.Designer.cs">
144      <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="CVRPPDTWView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="CVRPPDTWView.Designer.cs">
150      <DependentUpon>CVRPPDTWView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="CVRPTWView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="CVRPTWView.Designer.cs">
156      <DependentUpon>CVRPTWView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Plugin.cs" />
159    <Compile Include="SingleDepotVRPView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="SingleDepotVRPView.Designer.cs">
163      <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="VRPImportDialog.cs">
166      <SubType>Form</SubType>
167    </Compile>
168    <Compile Include="VRPImportDialog.Designer.cs">
169      <DependentUpon>VRPImportDialog.cs</DependentUpon>
170    </Compile>
171    <Compile Include="VRPProblemInstanceView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="VRPProblemInstanceView.Designer.cs">
175      <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="VehicleRoutingProblemView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="VehicleRoutingProblemView.Designer.cs">
181      <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="VRPSolutionView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="VRPSolutionView.Designer.cs">
187      <DependentUpon>VRPSolutionView.cs</DependentUpon>
188    </Compile>
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="packages.config" />
192    <None Include="Properties\AssemblyInfo.cs.frame" />
193    <None Include="HeuristicLab.snk" />
194    <None Include="Plugin.cs.frame" />
195  </ItemGroup>
196  <ItemGroup>
197    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
198      <Visible>False</Visible>
199      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
200      <Install>false</Install>
201    </BootstrapperPackage>
202    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
203      <Visible>False</Visible>
204      <ProductName>.NET Framework 3.5 SP1</ProductName>
205      <Install>true</Install>
206    </BootstrapperPackage>
207    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
208      <Visible>False</Visible>
209      <ProductName>Windows Installer 3.1</ProductName>
210      <Install>true</Install>
211    </BootstrapperPackage>
212  </ItemGroup>
213  <ItemGroup>
214    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
215      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
216      <Name>HeuristicLab.Collections-3.3</Name>
217      <Private>False</Private>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
220      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
221      <Name>HeuristicLab.Common.Resources-3.3</Name>
222      <Private>False</Private>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
225      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
226      <Name>HeuristicLab.Common-3.3</Name>
227      <Private>False</Private>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
230      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
231      <Name>HeuristicLab.Core.Views-3.3</Name>
232      <Private>False</Private>
233    </ProjectReference>
234    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
235      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
236      <Name>HeuristicLab.Core-3.3</Name>
237      <Private>False</Private>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
240      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
241      <Name>HeuristicLab.Data.Views-3.3</Name>
242      <Private>False</Private>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
245      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
246      <Name>HeuristicLab.Data-3.3</Name>
247      <Private>False</Private>
248    </ProjectReference>
249    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
250      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
251      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
252      <Private>False</Private>
253    </ProjectReference>
254    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
255      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
256      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
257      <Private>False</Private>
258    </ProjectReference>
259    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
260      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
261      <Name>HeuristicLab.MainForm-3.3</Name>
262      <Private>False</Private>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
265      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
266      <Name>HeuristicLab.Operators-3.3</Name>
267      <Private>False</Private>
268    </ProjectReference>
269    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
270      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
271      <Name>HeuristicLab.Optimization.Views-3.3</Name>
272      <Private>False</Private>
273    </ProjectReference>
274    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
275      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
276      <Name>HeuristicLab.Optimization-3.3</Name>
277      <Private>False</Private>
278    </ProjectReference>
279    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
280      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
281      <Name>HeuristicLab.Parameters-3.3</Name>
282      <Private>False</Private>
283    </ProjectReference>
284    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
285      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
286      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
287      <Private>False</Private>
288    </ProjectReference>
289    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
290      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
291      <Name>HeuristicLab.Problems.Instances-3.3</Name>
292      <Private>False</Private>
293    </ProjectReference>
294    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
295      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
296      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
297      <Private>False</Private>
298    </ProjectReference>
299  </ItemGroup>
300  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
301  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
302       Other similar extension points exist, see Microsoft.Common.targets.
303  <Target Name="BeforeBuild">
304  </Target>
305  <Target Name="AfterBuild">
306  </Target>
307  -->
308  <PropertyGroup>
309    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
310set ProjectDir=$(ProjectDir)
311set SolutionDir=$(SolutionDir)
312set Outdir=$(Outdir)
313
314call PreBuildEvent.cmd</PreBuildEvent>
315    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
316export ProjectDir=$(ProjectDir)
317export SolutionDir=$(SolutionDir)
318
319$SolutionDir/PreBuildEvent.sh
320</PreBuildEvent>
321  </PropertyGroup>
322  <PropertyGroup>
323    <PostBuildEvent>
324    </PostBuildEvent>
325  </PropertyGroup>
326</Project>
Note: See TracBrowser for help on using the repository browser.