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

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

Fixed assembly references (#1177)

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