Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation.Views/3.3/HeuristicLab.PDPSimulation.Views-3.3.csproj @ 8670

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

Added first version of the dynamic vehicle routing addon (#1955)

File size: 13.3 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{08FBD39B-C785-4199-BA39-A7AB87E364C6}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.PDPSimulation.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.PDPSimulation.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile>
16    </TargetFrameworkProfile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x64\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.PDPSimulation.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <CodeAnalysisLogFile>bin\Release\HeuristicLab.PDPSimulation.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x86\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.PDPSimulation.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
80    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
84    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
85    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
86    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
87    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
90    <OutputPath>bin\x86\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <CodeAnalysisLogFile>bin\Release\HeuristicLab.PDPSimulation.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98    <ErrorReport>prompt</ErrorReport>
99    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
102    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
103    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
104  </PropertyGroup>
105  <ItemGroup>
106    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <HintPath>..\..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
116    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.MainForm-3.3">
126      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
129      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization.Views-3.3">
135      <HintPath>..\..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
141    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
142      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
143    </Reference>
144    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
145      <HintPath>..\..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.4">
148      <HintPath>..\..\bin\HeuristicLab.Problems.VehicleRouting.Views-3.4.dll</HintPath>
149    </Reference>
150    <Reference Include="System" />
151    <Reference Include="System.Core" />
152    <Reference Include="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\ExternalLibs\System.Data.SQLite.dll</HintPath>
155    </Reference>
156    <Reference Include="System.Drawing" />
157    <Reference Include="System.Windows.Forms" />
158    <Reference Include="System.Xml.Linq" />
159    <Reference Include="System.Data.DataSetExtensions" />
160    <Reference Include="System.Data" />
161    <Reference Include="System.Xml" />
162  </ItemGroup>
163  <ItemGroup>
164    <Compile Include="Plugin.cs" />
165    <Compile Include="VehicleHistoryView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="VehicleHistoryView.Designer.cs">
169      <DependentUpon>VehicleHistoryView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="DynPDPView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="DynPDPView.designer.cs">
175      <DependentUpon>DynPDPView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="PickupDeliveryScenarioView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="PickupDeliveryScenarioView.Designer.cs">
181      <DependentUpon>PickupDeliveryScenarioView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="PickupDeliveryVisualizationView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="PickupDeliveryVisualizationView.Designer.cs">
187      <DependentUpon>PickupDeliveryVisualizationView.cs</DependentUpon>
188    </Compile>
189    <Compile Include="Properties\AssemblyInfo.cs" />
190    <Compile Include="Resources.Designer.cs">
191      <DependentUpon>Resources.resx</DependentUpon>
192      <AutoGen>True</AutoGen>
193      <DesignTime>True</DesignTime>
194    </Compile>
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="HeuristicLab.snk" />
198    <None Include="Plugin.cs.frame" />
199    <None Include="Properties\AssemblyInfo.frame" />
200  </ItemGroup>
201  <ItemGroup>
202    <ProjectReference Include="..\..\HeuristicLab.PDPSimulation\3.3\HeuristicLab.PDPSimulation-3.3.csproj">
203      <Project>{F8815280-FA2D-4B3B-B3FD-242863ADB4FF}</Project>
204      <Name>HeuristicLab.PDPSimulation-3.3</Name>
205    </ProjectReference>
206  </ItemGroup>
207  <ItemGroup>
208    <EmbeddedResource Include="Resources.resx">
209      <Generator>ResXFileCodeGenerator</Generator>
210      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
211    </EmbeddedResource>
212  </ItemGroup>
213  <ItemGroup>
214    <None Include="Resources\depot.png" />
215  </ItemGroup>
216  <ItemGroup>
217    <None Include="Resources\source.png" />
218  </ItemGroup>
219  <ItemGroup>
220    <None Include="Resources\target.png" />
221  </ItemGroup>
222  <ItemGroup>
223    <None Include="Resources\truck.png" />
224  </ItemGroup>
225  <ItemGroup>
226    <Content Include="Resources\truck_idle.png" />
227  </ItemGroup>
228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229  <PropertyGroup>
230    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
231set ProjectDir=$(ProjectDir)
232set SolutionDir=$(SolutionDir)
233set Outdir=$(Outdir)
234
235call PreBuildEvent.cmd</PreBuildEvent>
236  </PropertyGroup>
237  <PropertyGroup>
238    <PostBuildEvent>
239    </PostBuildEvent>
240  </PropertyGroup>
241  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
242       Other similar extension points exist, see Microsoft.Common.targets.
243  <Target Name="BeforeBuild">
244  </Target>
245  <Target Name="AfterBuild">
246  </Target>
247  -->
248</Project>
Note: See TracBrowser for help on using the repository browser.