Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16625 was 16625, checked in by jkarder, 5 years ago

#2520: switched projects in the following solutions from packages.config format to PackageReference format

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