Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 17712

Last change on this file since 17712 was 16956, checked in by abeham, 6 years ago

#2457: merged trunk into branch

File size: 20.2 KB
RevLine 
[2834]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2834]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>
[16956]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[5163]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2834]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[2834]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[15694]43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2834]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[2834]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[15694]53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2834]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[6866]57    <DocumentationFile>
58    </DocumentationFile>
[4065]59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]60    <Prefer32Bit>false</Prefer32Bit>
[2834]61  </PropertyGroup>
[2900]62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
[15694]64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]70    <Prefer32Bit>false</Prefer32Bit>
[2900]71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15694]73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]74    <DefineConstants>TRACE</DefineConstants>
[6425]75    <DocumentationFile>
76    </DocumentationFile>
[2900]77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]82    <Prefer32Bit>false</Prefer32Bit>
[2900]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
[15694]86    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]92    <Prefer32Bit>false</Prefer32Bit>
[2900]93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15694]95    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]96    <DefineConstants>TRACE</DefineConstants>
[6866]97    <DocumentationFile>
98    </DocumentationFile>
[2900]99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
[4065]103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]104    <Prefer32Bit>false</Prefer32Bit>
[2900]105  </PropertyGroup>
[2834]106  <ItemGroup>
[15694]107    <Reference Include="HeuristicLab.Collections-3.3">
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[12764]109      <Private>False</Private>
110    </Reference>
[15694]111    <Reference Include="HeuristicLab.Common-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[12764]113      <Private>False</Private>
114    </Reference>
[15694]115    <Reference Include="HeuristicLab.Common.Resources-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[12764]117      <Private>False</Private>
118    </Reference>
[15694]119    <Reference Include="HeuristicLab.Core-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[12764]121      <Private>False</Private>
122    </Reference>
[15694]123    <Reference Include="HeuristicLab.Core.Views-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
[12764]125      <Private>False</Private>
126    </Reference>
[15694]127    <Reference Include="HeuristicLab.Data-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[12764]129      <Private>False</Private>
130    </Reference>
[15694]131    <Reference Include="HeuristicLab.Data.Views-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
[12764]133      <Private>False</Private>
134    </Reference>
[15694]135    <Reference Include="HeuristicLab.MainForm-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
[12764]137      <Private>False</Private>
138    </Reference>
[15694]139    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
[12764]141      <Private>False</Private>
142    </Reference>
[15694]143    <Reference Include="HeuristicLab.Operators-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[13475]145      <Private>False</Private>
146    </Reference>
[15694]147    <Reference Include="HeuristicLab.Parameters-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[12764]149      <Private>False</Private>
150    </Reference>
[15694]151    <Reference Include="HeuristicLab.Parameters.Views-3.3">
152      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
[12764]153      <Private>False</Private>
154    </Reference>
[15694]155    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[12764]157      <Private>False</Private>
158    </Reference>
[15694]159    <Reference Include="HeuristicLab.Problems.Instances-3.3">
160      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[12764]161      <Private>False</Private>
162    </Reference>
[15694]163    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
164      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
[12764]165      <Private>False</Private>
166    </Reference>
[15694]167    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
168      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
[12764]169      <Private>False</Private>
170    </Reference>
[7558]171    <Reference Include="Microsoft.CSharp" />
[2834]172    <Reference Include="System" />
173    <Reference Include="System.Core">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
176    <Reference Include="System.Drawing" />
177    <Reference Include="System.Windows.Forms" />
[5163]178    <Reference Include="System.Windows.Forms.DataVisualization" />
[2834]179    <Reference Include="System.Xml.Linq">
180      <RequiredTargetFramework>3.5</RequiredTargetFramework>
181    </Reference>
182    <Reference Include="System.Data.DataSetExtensions">
183      <RequiredTargetFramework>3.5</RequiredTargetFramework>
184    </Reference>
185    <Reference Include="System.Data" />
186    <Reference Include="System.Xml" />
187  </ItemGroup>
188  <ItemGroup>
[6866]189    <None Include="Plugin.cs.frame" />
[2851]190    <Compile Include="AlgorithmView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="AlgorithmView.Designer.cs">
194      <DependentUpon>AlgorithmView.cs</DependentUpon>
195    </Compile>
[11790]196    <Compile Include="BasicAlgorithmView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="BasicAlgorithmView.Designer.cs">
200      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
201    </Compile>
[3265]202    <Compile Include="BatchRunView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="BatchRunView.Designer.cs">
206      <DependentUpon>BatchRunView.cs</DependentUpon>
207    </Compile>
[11963]208    <Compile Include="CreateNewSingleEncodingDialog.cs">
209      <SubType>Form</SubType>
210    </Compile>
211    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
212      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
213    </Compile>
[13667]214    <Compile Include="ICharacteristicCalculatorView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="ICharacteristicCalculatorView.Designer.cs">
218      <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
219    </Compile>
[12102]220    <Compile Include="ISolutionSimilarityCalculatorView.cs">
[8721]221      <SubType>UserControl</SubType>
222    </Compile>
[12102]223    <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
224      <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
[8721]225    </Compile>
[7042]226    <Compile Include="ExperimentListView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="ExperimentListView.Designer.cs">
230      <DependentUpon>ExperimentListView.cs</DependentUpon>
231    </Compile>
[12764]232    <Compile Include="ResultParameterView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="ResultParameterView.Designer.cs">
236      <DependentUpon>ResultParameterView.cs</DependentUpon>
237    </Compile>
[11963]238    <Compile Include="MultiEncodingView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="MultiEncodingView.Designer.cs">
242      <DependentUpon>MultiEncodingView.cs</DependentUpon>
243    </Compile>
[6866]244    <Compile Include="Plugin.cs" />
[7558]245    <Compile Include="ProblemView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
[8587]248    <Compile Include="ProblemView.Designer.cs">
[7558]249      <DependentUpon>ProblemView.cs</DependentUpon>
250    </Compile>
[6693]251    <Compile Include="RunCollectionModifierListView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="RunCollectionModifierListView.Designer.cs">
255      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
256    </Compile>
[7469]257    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
[6673]258      <SubType>UserControl</SubType>
259    </Compile>
[7469]260    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
[6673]261      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
262    </Compile>
[6471]263    <Compile Include="ExperimentTreeView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="ExperimentTreeView.Designer.cs">
267      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
268    </Compile>
[6425]269    <Compile Include="IOptimizerView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="IOptimizerView.Designer.cs">
273      <DependentUpon>IOptimizerView.cs</DependentUpon>
274    </Compile>
[5875]275    <Compile Include="ResultValueView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="ResultValueView.Designer.cs">
279      <DependentUpon>ResultValueView.cs</DependentUpon>
280    </Compile>
[7469]281    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
[4094]282      <SubType>UserControl</SubType>
283    </Compile>
[7469]284    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
[4094]285      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
286    </Compile>
[7469]287    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
[3614]288      <SubType>UserControl</SubType>
289    </Compile>
[7469]290    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
[3718]291      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
[3614]292    </Compile>
[7469]293    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
[3614]294      <SubType>UserControl</SubType>
295    </Compile>
[7469]296    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
[3614]297      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
298    </Compile>
[7469]299    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
[3614]300      <SubType>UserControl</SubType>
301    </Compile>
[7469]302    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
[3614]303      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
304    </Compile>
[7469]305    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
[3614]306      <SubType>UserControl</SubType>
307    </Compile>
[7469]308    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
[6673]309      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
[3614]310    </Compile>
[3274]311    <Compile Include="OptimizerListView.cs">
[3267]312      <SubType>UserControl</SubType>
313    </Compile>
[3274]314    <Compile Include="OptimizerListView.Designer.cs">
315      <DependentUpon>OptimizerListView.cs</DependentUpon>
[3267]316    </Compile>
317    <Compile Include="ExperimentView.cs">
318      <SubType>UserControl</SubType>
319    </Compile>
320    <Compile Include="ExperimentView.Designer.cs">
321      <DependentUpon>ExperimentView.cs</DependentUpon>
322    </Compile>
[7469]323    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
[3349]324      <SubType>UserControl</SubType>
325    </Compile>
[7469]326    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
[3349]327      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
328    </Compile>
[7469]329    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
[3614]330      <SubType>UserControl</SubType>
331    </Compile>
[7469]332    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
[3614]333      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
334    </Compile>
[12803]335    <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
[12771]336      <SubType>UserControl</SubType>
337    </Compile>
[12803]338    <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs">
339      <DependentUpon>RunCollectionRLDView.cs</DependentUpon>
[12771]340    </Compile>
[9910]341    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
[3332]342      <SubType>UserControl</SubType>
343    </Compile>
[9910]344    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
345      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
[3332]346    </Compile>
[7469]347    <Compile Include="RunCollectionViews\RunCollectionView.cs">
[3260]348      <SubType>UserControl</SubType>
349    </Compile>
[7469]350    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
[3260]351      <DependentUpon>RunCollectionView.cs</DependentUpon>
352    </Compile>
353    <Compile Include="RunView.cs">
354      <SubType>UserControl</SubType>
355    </Compile>
356    <Compile Include="RunView.Designer.cs">
357      <DependentUpon>RunView.cs</DependentUpon>
358    </Compile>
[9910]359    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
[7980]360      <SubType>UserControl</SubType>
361    </Compile>
[9910]362    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
363      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
[7980]364    </Compile>
[12627]365    <Compile Include="TimeLimitRunView.cs">
366      <SubType>UserControl</SubType>
367    </Compile>
368    <Compile Include="TimeLimitRunView.Designer.cs">
369      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
370    </Compile>
[13475]371    <Compile Include="ThresholdTerminatorView.cs">
372      <SubType>UserControl</SubType>
373    </Compile>
374    <Compile Include="ThresholdTerminatorView.Designer.cs">
375      <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
376    </Compile>
[2851]377    <Compile Include="UserDefinedAlgorithmView.cs">
378      <SubType>UserControl</SubType>
379    </Compile>
380    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
381      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
382    </Compile>
383    <Compile Include="EngineAlgorithmView.cs">
384      <SubType>UserControl</SubType>
385    </Compile>
386    <Compile Include="EngineAlgorithmView.Designer.cs">
387      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
388    </Compile>
[2834]389    <Compile Include="Properties\AssemblyInfo.cs" />
[3226]390    <Compile Include="ResultCollectionView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="ResultCollectionView.Designer.cs">
394      <DependentUpon>ResultCollectionView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="ResultView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="ResultView.Designer.cs">
400      <DependentUpon>ResultView.cs</DependentUpon>
401    </Compile>
[2834]402  </ItemGroup>
403  <ItemGroup>
404    <None Include="HeuristicLab.snk" />
[6866]405    <None Include="Properties\AssemblyInfo.cs.frame" />
[2834]406  </ItemGroup>
407  <ItemGroup>
[7825]408    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
409      <Visible>False</Visible>
410      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
411      <Install>false</Install>
412    </BootstrapperPackage>
413    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
414      <Visible>False</Visible>
415      <ProductName>.NET Framework 3.5 SP1</ProductName>
416      <Install>true</Install>
417    </BootstrapperPackage>
418    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
419      <Visible>False</Visible>
420      <ProductName>Windows Installer 3.1</ProductName>
421      <Install>true</Install>
422    </BootstrapperPackage>
423  </ItemGroup>
424  <ItemGroup>
[7980]425    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
426      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
427      <Name>HeuristicLab.Analysis.Views-3.3</Name>
428      <Private>False</Private>
429    </ProjectReference>
[2834]430    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
431      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
432      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]433      <Private>False</Private>
[2834]434    </ProjectReference>
[8587]435    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
436      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
437      <Name>HeuristicLab.Analysis-3.3</Name>
438      <Private>False</Private>
439    </ProjectReference>
[2834]440  </ItemGroup>
[11963]441  <ItemGroup>
442    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
443      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
444    </EmbeddedResource>
445  </ItemGroup>
[2834]446  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
447  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
448       Other similar extension points exist, see Microsoft.Common.targets.
449  <Target Name="BeforeBuild">
450  </Target>
451  <Target Name="AfterBuild">
452  </Target>
453  -->
454  <PropertyGroup>
[8617]455    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2834]456set ProjectDir=$(ProjectDir)
457set SolutionDir=$(SolutionDir)
458set Outdir=$(Outdir)
459
460call PreBuildEvent.cmd
[6866]461</PreBuildEvent>
[8617]462    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]463export ProjectDir=$(ProjectDir)
464export SolutionDir=$(SolutionDir)
465
466$SolutionDir/PreBuildEvent.sh
467</PreBuildEvent>
[2834]468  </PropertyGroup>
[8617]469</Project>
Note: See TracBrowser for help on using the repository browser.