Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7923 was 7923, checked in by mkommend, 12 years ago

#1777: Corrected output directories of several plugins.

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