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

Last change on this file since 8600 was 8600, checked in by ascheibe, 12 years ago

#1937 added pre- and postbuild events for mono

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