Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/HeuristicLab/3.3/HeuristicLab-3.3.csproj @ 8456

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

#1861 fixed Pre and PostBuild events to work on Linux

File size: 37.8 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>{B1DCDECA-B56E-41D5-9850-EF0D3A77DEAF}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab</RootNamespace>
12    <AssemblyName>HeuristicLab 3.3</AssemblyName>
13    <FileAlignment>512</FileAlignment>
14    <SignAssembly>true</SignAssembly>
15    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
16    <StartupObject>HeuristicLab.Program</StartupObject>
17    <RunPostBuildEvent>Always</RunPostBuildEvent>
18    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
19    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
20    <FileUpgradeFlags>
21    </FileUpgradeFlags>
22    <OldToolsVersion>3.5</OldToolsVersion>
23    <UpgradeBackupLocation />
24    <PublishUrl>publish\</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Disk</InstallFrom>
27    <UpdateEnabled>false</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <IsWebBootstrapper>false</IsWebBootstrapper>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>$(SolutionDir)\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49    <CustomCommands>
50      <CustomCommands>
51        <Command type="BeforeExecute" command="..\..\MergeConfigsHLDir.cmd" workingdir="${ProjectDir}" />
52      </CustomCommands>
53    </CustomCommands>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56    <DebugType>pdbonly</DebugType>
57    <Optimize>true</Optimize>
58    <OutputPath>$(SolutionDir)\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <ErrorReport>prompt</ErrorReport>
61    <WarningLevel>4</WarningLevel>
62    <DocumentationFile>
63    </DocumentationFile>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
67    <DebugSymbols>true</DebugSymbols>
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74    <WarningLevel>4</WarningLevel>
75    <Optimize>false</Optimize>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>TRACE</DefineConstants>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <DocumentationFile>
85    </DocumentationFile>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87    <WarningLevel>4</WarningLevel>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
90    <DebugSymbols>true</DebugSymbols>
91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
92    <DefineConstants>DEBUG;TRACE</DefineConstants>
93    <DebugType>full</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97    <WarningLevel>4</WarningLevel>
98    <Optimize>false</Optimize>
99  </PropertyGroup>
100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
101    <OutputPath>$(SolutionDir)\bin\</OutputPath>
102    <DefineConstants>TRACE</DefineConstants>
103    <Optimize>true</Optimize>
104    <DebugType>pdbonly</DebugType>
105    <PlatformTarget>x64</PlatformTarget>
106    <ErrorReport>prompt</ErrorReport>
107    <DocumentationFile>
108    </DocumentationFile>
109    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
110    <WarningLevel>4</WarningLevel>
111  </PropertyGroup>
112  <ItemGroup>
113    <Reference Include="System" />
114    <Reference Include="System.Core">
115      <RequiredTargetFramework>3.5</RequiredTargetFramework>
116    </Reference>
117    <Reference Include="System.Xml.Linq">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
120    <Reference Include="System.Data.DataSetExtensions">
121      <RequiredTargetFramework>3.5</RequiredTargetFramework>
122    </Reference>
123    <Reference Include="System.Data" />
124    <Reference Include="System.Drawing" />
125    <Reference Include="System.Windows.Forms" />
126    <Reference Include="System.Xml" />
127    <Reference Include="System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
128      <SpecificVersion>False</SpecificVersion>
129    </Reference>
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="Program.cs" />
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <EmbeddedResource Include="Properties\Resources.resx">
135      <Generator>ResXFileCodeGenerator</Generator>
136      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
137      <SubType>Designer</SubType>
138    </EmbeddedResource>
139    <Compile Include="Properties\Resources.Designer.cs">
140      <AutoGen>True</AutoGen>
141      <DependentUpon>Resources.resx</DependentUpon>
142      <DesignTime>True</DesignTime>
143    </Compile>
144    <None Include="app.config">
145      <SubType>Designer</SubType>
146      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
147    </None>
148    <None Include="CustomPostBuild.cmd" />
149    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
150    <None Include="HeuristicLab.snk" />
151    <None Include="Properties\AssemblyInfo.cs.frame" />
152    <None Include="Properties\Settings.settings">
153      <Generator>SettingsSingleFileGenerator</Generator>
154      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
155    </None>
156    <Compile Include="Properties\Settings.Designer.cs">
157      <AutoGen>True</AutoGen>
158      <DependentUpon>Settings.settings</DependentUpon>
159      <DesignTimeSharedInput>True</DesignTimeSharedInput>
160    </Compile>
161  </ItemGroup>
162  <ItemGroup>
163    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
164      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
165      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
169      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
170      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
173      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
174      <Name>HeuristicLab.Tracing-3.3</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
177      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
178      <Name>HeuristicLab.SequentialEngine-3.3</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
181      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
182      <Name>HeuristicLab.Random-3.3</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
185      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
186      <Name>HeuristicLab.Selection-3.3</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
189      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
190      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Algorithms.Benchmarks.Views\3.3\HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj">
193      <Project>{3C906172-E044-4DF0-B4FD-AA21192D5D3E}</Project>
194      <Name>HeuristicLab.Algorithms.Benchmarks.Views-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
197      <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project>
198      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
201      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
202      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
205      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
206      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
209      <Project>{E0B45023-CB84-48A1-A1B7-8295B64B7BAD}</Project>
210      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
213      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
214      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
217      <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project>
218      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
221      <Project>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</Project>
222      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
225      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
226      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
229      <Project>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</Project>
230      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Algorithms.ScatterSearch\3.3\HeuristicLab.Algorithms.ScatterSearch-3.3.csproj">
233      <Project>{5FEE5DB4-7FD9-4CBD-BEC2-3FEE17B31A94}</Project>
234      <Name>HeuristicLab.Algorithms.ScatterSearch-3.3</Name>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
237      <Project>{96E5ED5B-187D-4012-9CDA-D85CDAD38342}</Project>
238      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
241      <Project>{D58A232D-04BA-4186-B73E-0EC86FD31ABE}</Project>
242      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
245      <Project>{E4CFB0C3-0589-4893-B38E-8BEDF885C765}</Project>
246      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
249      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
250      <Name>HeuristicLab.Analysis.Views-3.3</Name>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
253      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
254      <Name>HeuristicLab.Analysis-3.3</Name>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Administration\3.3\HeuristicLab.Clients.Access.Administration-3.3.csproj">
257      <Project>{C9CF6AE8-4637-4A75-9141-042F479B5D50}</Project>
258      <Name>HeuristicLab.Clients.Access.Administration-3.3</Name>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
261      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
262      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
265      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
266      <Name>HeuristicLab.Clients.Access-3.3</Name>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
269      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
270      <Name>HeuristicLab.Clients.Common-3.3</Name>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.JobManager\3.3\HeuristicLab.Clients.Hive.JobManager-3.3.csproj">
273      <Project>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</Project>
274      <Name>HeuristicLab.Clients.Hive.JobManager-3.3</Name>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
277      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
278      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
281      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
282      <Name>HeuristicLab.Clients.Hive-3.3</Name>
283    </ProjectReference>
284    <ProjectReference Include="..\..\HeuristicLab.Clients.OKB.Views\3.3\HeuristicLab.Clients.OKB.Views-3.3.csproj">
285      <Project>{399EBB6E-37A1-4AE4-B8CD-0D461FF286A3}</Project>
286      <Name>HeuristicLab.Clients.OKB.Views-3.3</Name>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.Clients.OKB\3.3\HeuristicLab.Clients.OKB-3.3.csproj">
289      <Project>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</Project>
290      <Name>HeuristicLab.Clients.OKB-3.3</Name>
291    </ProjectReference>
292    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
293      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
294      <Name>HeuristicLab.CodeEditor-3.3</Name>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
297      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
298      <Name>HeuristicLab.Collections-3.3</Name>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
301      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
302      <Name>HeuristicLab.Common.Resources-3.3</Name>
303    </ProjectReference>
304    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
305      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
306      <Name>HeuristicLab.Common-3.3</Name>
307    </ProjectReference>
308    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
309      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
310      <Name>HeuristicLab.Core.Views-3.3</Name>
311    </ProjectReference>
312    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
313      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
314      <Name>HeuristicLab.Core-3.3</Name>
315    </ProjectReference>
316    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
317      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
318      <Name>HeuristicLab.Data.Views-3.3</Name>
319    </ProjectReference>
320    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
321      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
322      <Name>HeuristicLab.Data-3.3</Name>
323    </ProjectReference>
324    <ProjectReference Include="..\..\HeuristicLab.DebugEngine.Views\3.3\HeuristicLab.DebugEngine.Views-3.3.csproj">
325      <Project>{847A8DAE-DB95-4CEE-B48B-EFEE4531D611}</Project>
326      <Name>HeuristicLab.DebugEngine.Views-3.3</Name>
327    </ProjectReference>
328    <ProjectReference Include="..\..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
329      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
330      <Name>HeuristicLab.DebugEngine-3.3</Name>
331    </ProjectReference>
332    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
333      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
334      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
335    </ProjectReference>
336    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
337      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
338      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
339    </ProjectReference>
340    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding.Views\3.3\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj">
341      <Project>{3EAF1454-086D-44A2-8509-B1BA24DB1865}</Project>
342      <Name>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</Name>
343    </ProjectReference>
344    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
345      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
346      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
347    </ProjectReference>
348    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
349      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
350      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
351    </ProjectReference>
352    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
353      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
354      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
355    </ProjectReference>
356    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
357      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
358      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
359    </ProjectReference>
360    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
361      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
362      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
363    </ProjectReference>
364    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
365      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
366      <Name>HeuristicLab.Hive-3.3</Name>
367    </ProjectReference>
368    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
369      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
370      <Name>HeuristicLab.MainForm-3.3</Name>
371    </ProjectReference>
372    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable.Views\3.3\HeuristicLab.Operators.Programmable.Views-3.3.csproj">
373      <Project>{8C426FA3-6614-412C-B669-BCE58DB9710E}</Project>
374      <Name>HeuristicLab.Operators.Programmable.Views-3.3</Name>
375    </ProjectReference>
376    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
377      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
378      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
379    </ProjectReference>
380    <ProjectReference Include="..\..\HeuristicLab.Operators.Views.GraphVisualization.Views\3.3\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj">
381      <Project>{0C39A349-1979-419A-89BD-E4E2F26BD287}</Project>
382      <Name>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</Name>
383    </ProjectReference>
384    <ProjectReference Include="..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
385      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
386      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
387    </ProjectReference>
388    <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
389      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
390      <Name>HeuristicLab.Operators.Views-3.3</Name>
391    </ProjectReference>
392    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
393      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
394      <Name>HeuristicLab.Operators-3.3</Name>
395    </ProjectReference>
396    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
397      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
398      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
399    </ProjectReference>
400    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
401      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
402      <Name>HeuristicLab.Optimization.Views-3.3</Name>
403    </ProjectReference>
404    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
405      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
406      <Name>HeuristicLab.Optimization-3.3</Name>
407    </ProjectReference>
408    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
409      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
410      <Name>HeuristicLab.Optimizer-3.3</Name>
411    </ProjectReference>
412    <ProjectReference Include="..\..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
413      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
414      <Name>HeuristicLab.ParallelEngine-3.3</Name>
415    </ProjectReference>
416    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
417      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
418      <Name>HeuristicLab.Parameters.Views-3.3</Name>
419    </ProjectReference>
420    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
421      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
422      <Name>HeuristicLab.Parameters-3.3</Name>
423    </ProjectReference>
424    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
425      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
426      <Name>HeuristicLab.Persistence-3.3</Name>
427    </ProjectReference>
428    <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt.Views\3.4\HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj">
429      <Project>{3083C7AA-5AF4-4C75-BA19-B69B86E2F66A}</Project>
430      <Name>HeuristicLab.Problems.ArtificialAnt.Views-3.4</Name>
431    </ProjectReference>
432    <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
433      <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project>
434      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
435    </ProjectReference>
436    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
437      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
438      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
439    </ProjectReference>
440    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
441      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
442      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
443    </ProjectReference>
444    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
445      <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
446      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
447    </ProjectReference>
448    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
449      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
450      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
451    </ProjectReference>
452    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
453      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
454      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
455    </ProjectReference>
456    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
457      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
458      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
459    </ProjectReference>
460    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
461      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
462      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
463    </ProjectReference>
464    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
465      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
466      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
467    </ProjectReference>
468    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.CordeauGQAP\3.3\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj">
469      <Project>{1F2718DA-BF13-40EE-A7FD-EEDB4912E64E}</Project>
470      <Name>HeuristicLab.Problems.Instances.CordeauGQAP-3.3</Name>
471    </ProjectReference>
472    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
473      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
474      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
475    </ProjectReference>
476    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.ElloumiCTAP\3.3\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj">
477      <Project>{CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE}</Project>
478      <Name>HeuristicLab.Problems.Instances.ElloumiCTAP-3.3</Name>
479    </ProjectReference>
480    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.QAPLIB\3.3\HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj">
481      <Project>{73F29D43-5714-4069-8FAB-0D18FEB5F175}</Project>
482      <Name>HeuristicLab.Problems.Instances.QAPLIB-3.3</Name>
483    </ProjectReference>
484    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.TSPLIB.Views\3.3\HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.csproj">
485      <Project>{B7FA451C-26BF-4EE5-8E0E-BECAADA5B8E9}</Project>
486      <Name>HeuristicLab.Problems.Instances.TSPLIB.Views-3.3</Name>
487    </ProjectReference>
488    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">
489      <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>
490      <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>
491    </ProjectReference>
492    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.VehicleRouting.Views\3.4\HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.csproj">
493      <Project>{E2419315-B10A-4BC1-B517-A24DCF4C59AC}</Project>
494      <Name>HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4</Name>
495    </ProjectReference>
496    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.VehicleRouting\3.4\HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj">
497      <Project>{8C265E11-4F8D-4CED-9E6B-F400A0075C18}</Project>
498      <Name>HeuristicLab.Problems.Instances.VehicleRouting-3.4</Name>
499    </ProjectReference>
500    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
501      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
502      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
503    </ProjectReference>
504    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
505      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
506      <Name>HeuristicLab.Problems.Instances-3.3</Name>
507    </ProjectReference>
508    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
509      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
510      <Name>HeuristicLab.Problems.Knapsack.Views-3.3</Name>
511    </ProjectReference>
512    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
513      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
514      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
515    </ProjectReference>
516    <ProjectReference Include="..\..\HeuristicLab.Problems.LawnMower\3.3\HeuristicLab.Problems.LawnMower.csproj">
517      <Project>{9A04599C-D608-4240-8DA6-D41F51C515A3}</Project>
518      <Name>HeuristicLab.Problems.LawnMower</Name>
519    </ProjectReference>
520    <ProjectReference Include="..\..\HeuristicLab.Problems.LawnMower.Views\3.3\HeuristicLab.Problems.LawnMower.Views.csproj">
521      <Project>{71CDE004-C50F-48DF-858E-AB0AAA3537BC}</Project>
522      <Name>HeuristicLab.Problems.LawnMower.Views</Name>
523    </ProjectReference>
524    <ProjectReference Include="..\..\HeuristicLab.Problems.LinearAssignment.Views\3.3\HeuristicLab.Problems.LinearAssignment.Views-3.3.csproj">
525      <Project>{8A7C524C-4B72-45FD-8274-EFB67C27C169}</Project>
526      <Name>HeuristicLab.Problems.LinearAssignment.Views-3.3</Name>
527    </ProjectReference>
528    <ProjectReference Include="..\..\HeuristicLab.Problems.LinearAssignment\3.3\HeuristicLab.Problems.LinearAssignment-3.3.csproj">
529      <Project>{7250653F-DE83-4069-8D34-8050E8E45EA1}</Project>
530      <Name>HeuristicLab.Problems.LinearAssignment-3.3</Name>
531    </ProjectReference>
532    <ProjectReference Include="..\..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj">
533      <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
534      <Name>HeuristicLab.Problems.OneMax.Views-3.3</Name>
535    </ProjectReference>
536    <ProjectReference Include="..\..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
537      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
538      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
539    </ProjectReference>
540    <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj">
541      <Project>{5B9B9E8C-2706-43C2-80B8-A08341E431F7}</Project>
542      <Name>HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3</Name>
543    </ProjectReference>
544    <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
545      <Project>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</Project>
546      <Name>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</Name>
547    </ProjectReference>
548    <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
549      <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
550      <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
551    </ProjectReference>
552    <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions.Views\3.3\HeuristicLab.Problems.TestFunctions.Views-3.3.csproj">
553      <Project>{6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5}</Project>
554      <Name>HeuristicLab.Problems.TestFunctions.Views-3.3</Name>
555    </ProjectReference>
556    <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">
557      <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>
558      <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>
559    </ProjectReference>
560    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
561      <Project>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</Project>
562      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
563    </ProjectReference>
564    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting.Views\3.3\HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj">
565      <Project>{D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</Project>
566      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.3</Name>
567    </ProjectReference>
568    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting.Views\3.4\HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj">
569      <Project>{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}</Project>
570      <Name>HeuristicLab.Problems.VehicleRouting.Views-3.4</Name>
571    </ProjectReference>
572    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
573      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
574      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
575    </ProjectReference>
576    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
577      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
578      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
579    </ProjectReference>
580  </ItemGroup>
581  <ItemGroup>
582    <None Include="GNU General Public License.txt">
583      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
584    </None>
585    <Content Include="Files.txt">
586    </Content>
587    <Content Include="Files.x64.txt">
588    </Content>
589    <Content Include="Files.x86.txt">
590    </Content>
591    <None Include="HeuristicLab 3.3 License.txt">
592      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
593    </None>
594    <Content Include="HeuristicLab.ico" />
595  </ItemGroup>
596  <ItemGroup>
597    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
598      <Visible>False</Visible>
599      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
600      <Install>false</Install>
601    </BootstrapperPackage>
602    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
603      <Visible>False</Visible>
604      <ProductName>.NET Framework 3.5 SP1</ProductName>
605      <Install>true</Install>
606    </BootstrapperPackage>
607    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
608      <Visible>False</Visible>
609      <ProductName>Windows Installer 3.1</ProductName>
610      <Install>true</Install>
611    </BootstrapperPackage>
612  </ItemGroup>
613  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
614  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
615       Other similar extension points exist, see Microsoft.Common.targets.
616  <Target Name="BeforeBuild">
617  </Target>
618  <Target Name="AfterBuild">
619  </Target>
620  -->
621  <PropertyGroup>
622    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
623set ProjectDir=$(ProjectDir)
624set SolutionDir=$(SolutionDir)
625
626call PreBuildEvent.cmd</PreBuildEvent>
627    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
628set ProjectDir=$(ProjectDir)
629set SolutionDir=$(SolutionDir)
630set Outdir=$(Outdir)
631set Platform=$(PlatformName)
632set Configuration=$(ConfigurationName)
633
634call "$(SolutionDir)MergeConfigs.cmd"
635if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
636 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
637export Outdir=$(Outdir)
638export ProjectDir=$(ProjectDir)
639export SolutionDir=$(SolutionDir)
640
641$SolutionDir/MergeConfigs.sh
642</PostBuildEvent>
643  </PropertyGroup>
644</Project>
Note: See TracBrowser for help on using the repository browser.