Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 17956

Last change on this file since 17956 was 17956, checked in by abeham, 3 years ago

#2521: Create view for solution context

File size: 22.1 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>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Optimization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Optimization.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <DocumentationFile>
58    </DocumentationFile>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
95    <OutputPath>$(SolutionDir)\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <DocumentationFile>
98    </DocumentationFile>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="Microsoft.CSharp" />
108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Windows.Forms" />
114    <Reference Include="System.Windows.Forms.DataVisualization" />
115    <Reference Include="System.Xml.Linq">
116      <RequiredTargetFramework>3.5</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.Data.DataSetExtensions">
119      <RequiredTargetFramework>3.5</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Data" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="Plugin.cs.frame" />
126    <Compile Include="AlgorithmView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="AlgorithmView.Designer.cs">
130      <DependentUpon>AlgorithmView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="BasicAlgorithmView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="BasicAlgorithmView.Designer.cs">
136      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="BatchRunView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="BatchRunView.Designer.cs">
142      <DependentUpon>BatchRunView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="CreateNewSingleEncodingDialog.cs">
145      <SubType>Form</SubType>
146    </Compile>
147    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
148      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
149    </Compile>
150    <Compile Include="ICharacteristicCalculatorView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="ICharacteristicCalculatorView.Designer.cs">
154      <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="ISolutionSimilarityCalculatorView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
160      <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="ExperimentListView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="ExperimentListView.Designer.cs">
166      <DependentUpon>ExperimentListView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="ProblemInstanceProvidersControl.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="ProblemInstanceProvidersControl.Designer.cs">
172      <DependentUpon>ProblemInstanceProvidersControl.cs</DependentUpon>
173    </Compile>
174    <Compile Include="ResultParameterView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="ResultParameterView.Designer.cs">
178      <DependentUpon>ResultParameterView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="MultiEncodingView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="MultiEncodingView.Designer.cs">
184      <DependentUpon>MultiEncodingView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="Plugin.cs" />
187    <Compile Include="ProblemView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="ProblemView.Designer.cs">
191      <DependentUpon>ProblemView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="ResultsProducingItemView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="ResultsProducingItemView.Designer.cs">
197      <DependentUpon>ResultsProducingItemView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="RunCollectionModifierListView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="RunCollectionModifierListView.Designer.cs">
203      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
209      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="ExperimentTreeView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="ExperimentTreeView.Designer.cs">
215      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="IOptimizerView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="IOptimizerView.Designer.cs">
221      <DependentUpon>IOptimizerView.cs</DependentUpon>
222    </Compile>
223    <Compile Include="ResultValueView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="ResultValueView.Designer.cs">
227      <DependentUpon>ResultValueView.cs</DependentUpon>
228    </Compile>
229    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
233      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
239      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
245      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
251      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
257      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="OptimizerListView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="OptimizerListView.Designer.cs">
263      <DependentUpon>OptimizerListView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="ExperimentView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="ExperimentView.Designer.cs">
269      <DependentUpon>ExperimentView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
275      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
276    </Compile>
277    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
281      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs">
287      <DependentUpon>RunCollectionRLDView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
293      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="RunCollectionViews\RunCollectionView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
299      <DependentUpon>RunCollectionView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="RunView.cs">
302      <SubType>UserControl</SubType>
303    </Compile>
304    <Compile Include="RunView.Designer.cs">
305      <DependentUpon>RunView.cs</DependentUpon>
306    </Compile>
307    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
308      <SubType>UserControl</SubType>
309    </Compile>
310    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
311      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
312    </Compile>
313    <Compile Include="SolutionContextView.cs">
314      <SubType>UserControl</SubType>
315    </Compile>
316    <Compile Include="SolutionContextView.Designer.cs">
317      <DependentUpon>SolutionContextView.cs</DependentUpon>
318    </Compile>
319    <Compile Include="TimeLimitRunView.cs">
320      <SubType>UserControl</SubType>
321    </Compile>
322    <Compile Include="TimeLimitRunView.Designer.cs">
323      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
324    </Compile>
325    <Compile Include="ThresholdTerminatorView.cs">
326      <SubType>UserControl</SubType>
327    </Compile>
328    <Compile Include="ThresholdTerminatorView.Designer.cs">
329      <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
330    </Compile>
331    <Compile Include="UserDefinedAlgorithmView.cs">
332      <SubType>UserControl</SubType>
333    </Compile>
334    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
335      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
336    </Compile>
337    <Compile Include="EngineAlgorithmView.cs">
338      <SubType>UserControl</SubType>
339    </Compile>
340    <Compile Include="EngineAlgorithmView.Designer.cs">
341      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
342    </Compile>
343    <Compile Include="Properties\AssemblyInfo.cs" />
344    <Compile Include="ResultCollectionView.cs">
345      <SubType>UserControl</SubType>
346    </Compile>
347    <Compile Include="ResultCollectionView.Designer.cs">
348      <DependentUpon>ResultCollectionView.cs</DependentUpon>
349    </Compile>
350    <Compile Include="ResultView.cs">
351      <SubType>UserControl</SubType>
352    </Compile>
353    <Compile Include="ResultView.Designer.cs">
354      <DependentUpon>ResultView.cs</DependentUpon>
355    </Compile>
356  </ItemGroup>
357  <ItemGroup>
358    <None Include="HeuristicLab.snk" />
359    <None Include="Properties\AssemblyInfo.cs.frame" />
360  </ItemGroup>
361  <ItemGroup>
362    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
363      <Visible>False</Visible>
364      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
365      <Install>false</Install>
366    </BootstrapperPackage>
367    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
368      <Visible>False</Visible>
369      <ProductName>.NET Framework 3.5 SP1</ProductName>
370      <Install>true</Install>
371    </BootstrapperPackage>
372    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
373      <Visible>False</Visible>
374      <ProductName>Windows Installer 3.1</ProductName>
375      <Install>true</Install>
376    </BootstrapperPackage>
377  </ItemGroup>
378  <ItemGroup>
379    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
380      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
381      <Name>HeuristicLab.Analysis.Views-3.3</Name>
382      <Private>False</Private>
383    </ProjectReference>
384    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
385      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
386      <Name>HeuristicLab.Collections-3.3</Name>
387      <Private>False</Private>
388    </ProjectReference>
389    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
390      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
391      <Name>HeuristicLab.Common.Resources-3.3</Name>
392      <Private>False</Private>
393    </ProjectReference>
394    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
395      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
396      <Name>HeuristicLab.Common-3.3</Name>
397      <Private>False</Private>
398    </ProjectReference>
399    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
400      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
401      <Name>HeuristicLab.Core.Views-3.3</Name>
402      <Private>False</Private>
403    </ProjectReference>
404    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
405      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
406      <Name>HeuristicLab.Core-3.3</Name>
407      <Private>False</Private>
408    </ProjectReference>
409    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
410      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
411      <Name>HeuristicLab.Data.Views-3.3</Name>
412      <Private>False</Private>
413    </ProjectReference>
414    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
415      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
416      <Name>HeuristicLab.Data-3.3</Name>
417      <Private>False</Private>
418    </ProjectReference>
419    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
420      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
421      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
422      <Private>False</Private>
423    </ProjectReference>
424    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
425      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
426      <Name>HeuristicLab.MainForm-3.3</Name>
427      <Private>False</Private>
428    </ProjectReference>
429    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
430      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
431      <Name>HeuristicLab.Operators-3.3</Name>
432      <Private>False</Private>
433    </ProjectReference>
434    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
435      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
436      <Name>HeuristicLab.Optimization-3.3</Name>
437      <Private>False</Private>
438    </ProjectReference>
439    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
440      <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project>
441      <Name>HeuristicLab.Parameters.Views-3.3</Name>
442      <Private>False</Private>
443    </ProjectReference>
444    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
445      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
446      <Name>HeuristicLab.Parameters-3.3</Name>
447      <Private>False</Private>
448    </ProjectReference>
449    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
450      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
451      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
452      <Private>False</Private>
453    </ProjectReference>
454    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
455      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
456      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
457      <Private>False</Private>
458    </ProjectReference>
459    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
460      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
461      <Name>HeuristicLab.Problems.Instances-3.3</Name>
462      <Private>False</Private>
463    </ProjectReference>
464    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
465      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
466      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
467      <Private>False</Private>
468    </ProjectReference>
469    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
470      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
471      <Name>HeuristicLab.Analysis-3.3</Name>
472      <Private>False</Private>
473    </ProjectReference>
474  </ItemGroup>
475  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
476  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
477       Other similar extension points exist, see Microsoft.Common.targets.
478  <Target Name="BeforeBuild">
479  </Target>
480  <Target Name="AfterBuild">
481  </Target>
482  -->
483  <PropertyGroup>
484    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
485set ProjectDir=$(ProjectDir)
486set SolutionDir=$(SolutionDir)
487set Outdir=$(Outdir)
488
489call PreBuildEvent.cmd
490</PreBuildEvent>
491    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
492export ProjectDir=$(ProjectDir)
493export SolutionDir=$(SolutionDir)
494
495$SolutionDir/PreBuildEvent.sh
496</PreBuildEvent>
497  </PropertyGroup>
498</Project>
Note: See TracBrowser for help on using the repository browser.