Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 14124

Last change on this file since 14124 was 14124, checked in by bburlacu, 8 years ago

#1087: Fix PreBuildEvent for Linux in project file

File size: 21.6 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>
[11623]13    <TargetFrameworkVersion>v4.5</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>
[6866]43    <OutputPath>$(SolutionDir)\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>
[6866]53    <OutputPath>$(SolutionDir)\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>
[6866]64    <OutputPath>$(SolutionDir)\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' ">
[6866]73    <OutputPath>$(SolutionDir)\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>
[6866]86    <OutputPath>$(SolutionDir)\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' ">
[6866]95    <OutputPath>$(SolutionDir)\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>
[7558]107    <Reference Include="Microsoft.CSharp" />
[2834]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" />
[14124]114    <Reference Include="System.Windows.Forms.DataVisualization" >
115 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
116 </Reference>
[2834]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.Xml" />
125  </ItemGroup>
126  <ItemGroup>
[6866]127    <None Include="Plugin.cs.frame" />
[2851]128    <Compile Include="AlgorithmView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="AlgorithmView.Designer.cs">
132      <DependentUpon>AlgorithmView.cs</DependentUpon>
133    </Compile>
[11790]134    <Compile Include="BasicAlgorithmView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="BasicAlgorithmView.Designer.cs">
138      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
139    </Compile>
[3265]140    <Compile Include="BatchRunView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="BatchRunView.Designer.cs">
144      <DependentUpon>BatchRunView.cs</DependentUpon>
145    </Compile>
[11963]146    <Compile Include="CreateNewSingleEncodingDialog.cs">
147      <SubType>Form</SubType>
148    </Compile>
149    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
150      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
151    </Compile>
[13666]152    <Compile Include="ICharacteristicCalculatorView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="ICharacteristicCalculatorView.Designer.cs">
156      <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
157    </Compile>
[12102]158    <Compile Include="ISolutionSimilarityCalculatorView.cs">
[8721]159      <SubType>UserControl</SubType>
160    </Compile>
[12102]161    <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
162      <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
[8721]163    </Compile>
[7042]164    <Compile Include="ExperimentListView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="ExperimentListView.Designer.cs">
168      <DependentUpon>ExperimentListView.cs</DependentUpon>
169    </Compile>
[14071]170    <Compile Include="ResultParameterView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="ResultParameterView.Designer.cs">
174      <DependentUpon>ResultParameterView.cs</DependentUpon>
175    </Compile>
[11963]176    <Compile Include="MultiEncodingView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="MultiEncodingView.Designer.cs">
180      <DependentUpon>MultiEncodingView.cs</DependentUpon>
181    </Compile>
[6866]182    <Compile Include="Plugin.cs" />
[7558]183    <Compile Include="ProblemView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
[8587]186    <Compile Include="ProblemView.Designer.cs">
[7558]187      <DependentUpon>ProblemView.cs</DependentUpon>
188    </Compile>
[6693]189    <Compile Include="RunCollectionModifierListView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="RunCollectionModifierListView.Designer.cs">
193      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
194    </Compile>
[7469]195    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
[6673]196      <SubType>UserControl</SubType>
197    </Compile>
[7469]198    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
[6673]199      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
200    </Compile>
[6471]201    <Compile Include="ExperimentTreeView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="ExperimentTreeView.Designer.cs">
205      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
206    </Compile>
[6425]207    <Compile Include="IOptimizerView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="IOptimizerView.Designer.cs">
211      <DependentUpon>IOptimizerView.cs</DependentUpon>
212    </Compile>
[5875]213    <Compile Include="ResultValueView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="ResultValueView.Designer.cs">
217      <DependentUpon>ResultValueView.cs</DependentUpon>
218    </Compile>
[7469]219    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
[4094]220      <SubType>UserControl</SubType>
221    </Compile>
[7469]222    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
[4094]223      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
224    </Compile>
[7469]225    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
[3614]226      <SubType>UserControl</SubType>
227    </Compile>
[7469]228    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
[3718]229      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
[3614]230    </Compile>
[7469]231    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
[3614]232      <SubType>UserControl</SubType>
233    </Compile>
[7469]234    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
[3614]235      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
236    </Compile>
[7469]237    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
[3614]238      <SubType>UserControl</SubType>
239    </Compile>
[7469]240    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
[3614]241      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
242    </Compile>
[7469]243    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
[3614]244      <SubType>UserControl</SubType>
245    </Compile>
[7469]246    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
[6673]247      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
[3614]248    </Compile>
[3274]249    <Compile Include="OptimizerListView.cs">
[3267]250      <SubType>UserControl</SubType>
251    </Compile>
[3274]252    <Compile Include="OptimizerListView.Designer.cs">
253      <DependentUpon>OptimizerListView.cs</DependentUpon>
[3267]254    </Compile>
255    <Compile Include="ExperimentView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="ExperimentView.Designer.cs">
259      <DependentUpon>ExperimentView.cs</DependentUpon>
260    </Compile>
[7469]261    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
[3349]262      <SubType>UserControl</SubType>
263    </Compile>
[7469]264    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
[3349]265      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
266    </Compile>
[7469]267    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
[3614]268      <SubType>UserControl</SubType>
269    </Compile>
[7469]270    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
[3614]271      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
272    </Compile>
[14102]273    <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="RunCollectionViews\RunCollectionRLDView.Designer.cs">
277      <DependentUpon>RunCollectionRLDView.cs</DependentUpon>
278    </Compile>
[9910]279    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
[3332]280      <SubType>UserControl</SubType>
281    </Compile>
[9910]282    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
283      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
[3332]284    </Compile>
[7469]285    <Compile Include="RunCollectionViews\RunCollectionView.cs">
[3260]286      <SubType>UserControl</SubType>
287    </Compile>
[7469]288    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
[3260]289      <DependentUpon>RunCollectionView.cs</DependentUpon>
290    </Compile>
291    <Compile Include="RunView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="RunView.Designer.cs">
295      <DependentUpon>RunView.cs</DependentUpon>
296    </Compile>
[9910]297    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
[7980]298      <SubType>UserControl</SubType>
299    </Compile>
[9910]300    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
301      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
[7980]302    </Compile>
[12627]303    <Compile Include="TimeLimitRunView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="TimeLimitRunView.Designer.cs">
307      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
308    </Compile>
[12975]309    <Compile Include="ThresholdTerminatorView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="ThresholdTerminatorView.Designer.cs">
313      <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
314    </Compile>
[2851]315    <Compile Include="UserDefinedAlgorithmView.cs">
316      <SubType>UserControl</SubType>
317    </Compile>
318    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
319      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
320    </Compile>
321    <Compile Include="EngineAlgorithmView.cs">
322      <SubType>UserControl</SubType>
323    </Compile>
324    <Compile Include="EngineAlgorithmView.Designer.cs">
325      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
326    </Compile>
[2834]327    <Compile Include="Properties\AssemblyInfo.cs" />
[3226]328    <Compile Include="ResultCollectionView.cs">
329      <SubType>UserControl</SubType>
330    </Compile>
331    <Compile Include="ResultCollectionView.Designer.cs">
332      <DependentUpon>ResultCollectionView.cs</DependentUpon>
333    </Compile>
334    <Compile Include="ResultView.cs">
335      <SubType>UserControl</SubType>
336    </Compile>
337    <Compile Include="ResultView.Designer.cs">
338      <DependentUpon>ResultView.cs</DependentUpon>
339    </Compile>
[2834]340  </ItemGroup>
341  <ItemGroup>
342    <None Include="HeuristicLab.snk" />
[6866]343    <None Include="Properties\AssemblyInfo.cs.frame" />
[2834]344  </ItemGroup>
345  <ItemGroup>
[7825]346    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
347      <Visible>False</Visible>
348      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
349      <Install>false</Install>
350    </BootstrapperPackage>
351    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
352      <Visible>False</Visible>
353      <ProductName>.NET Framework 3.5 SP1</ProductName>
354      <Install>true</Install>
355    </BootstrapperPackage>
356    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
357      <Visible>False</Visible>
358      <ProductName>Windows Installer 3.1</ProductName>
359      <Install>true</Install>
360    </BootstrapperPackage>
361  </ItemGroup>
362  <ItemGroup>
[7980]363    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
364      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
365      <Name>HeuristicLab.Analysis.Views-3.3</Name>
366      <Private>False</Private>
367    </ProjectReference>
[2834]368    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
369      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
370      <Name>HeuristicLab.Collections-3.3</Name>
[6866]371      <Private>False</Private>
[2834]372    </ProjectReference>
[3702]373    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2851]374      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]375      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]376      <Private>False</Private>
[2851]377    </ProjectReference>
[3384]378    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
379      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
380      <Name>HeuristicLab.Common-3.3</Name>
[6866]381      <Private>False</Private>
[2851]382    </ProjectReference>
[2834]383    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
384      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
385      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]386      <Private>False</Private>
[2834]387    </ProjectReference>
388    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
389      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
390      <Name>HeuristicLab.Core-3.3</Name>
[6866]391      <Private>False</Private>
[2834]392    </ProjectReference>
[3332]393    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
394      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
395      <Name>HeuristicLab.Data.Views-3.3</Name>
[6866]396      <Private>False</Private>
[3332]397    </ProjectReference>
[3329]398    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
399      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
400      <Name>HeuristicLab.Data-3.3</Name>
[6866]401      <Private>False</Private>
[3329]402    </ProjectReference>
[3437]403    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2834]404      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]405      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]406      <Private>False</Private>
[2834]407    </ProjectReference>
[3437]408    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2834]409      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]410      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]411      <Private>False</Private>
[2834]412    </ProjectReference>
[12975]413    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
414      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
415      <Name>HeuristicLab.Operators-3.3</Name>
416      <Private>False</Private>
417    </ProjectReference>
[2834]418    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
419      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
420      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]421      <Private>False</Private>
[2834]422    </ProjectReference>
[14071]423    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
424      <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project>
425      <Name>HeuristicLab.Parameters.Views-3.3</Name>
426      <Private>False</Private>
427    </ProjectReference>
428    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
429      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
430      <Name>HeuristicLab.Parameters-3.3</Name>
431      <Private>False</Private>
432    </ProjectReference>
[3832]433    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2834]434      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]435      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]436      <Private>False</Private>
[2834]437    </ProjectReference>
[7830]438    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
[7823]439      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
[7830]440      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
[7960]441      <Private>False</Private>
[7823]442    </ProjectReference>
[7558]443    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
444      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
445      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7646]446      <Private>False</Private>
[7558]447    </ProjectReference>
[4635]448    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
449      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
450      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
[6866]451      <Private>False</Private>
[4635]452    </ProjectReference>
[8587]453    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
454      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
455      <Name>HeuristicLab.Analysis-3.3</Name>
456      <Private>False</Private>
457    </ProjectReference>
[2834]458  </ItemGroup>
[11963]459  <ItemGroup>
460    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
461      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
462    </EmbeddedResource>
463  </ItemGroup>
[2834]464  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
465  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
466       Other similar extension points exist, see Microsoft.Common.targets.
467  <Target Name="BeforeBuild">
468  </Target>
469  <Target Name="AfterBuild">
470  </Target>
471  -->
472  <PropertyGroup>
[8617]473    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2834]474set ProjectDir=$(ProjectDir)
475set SolutionDir=$(SolutionDir)
476set Outdir=$(Outdir)
477
478call PreBuildEvent.cmd
[6866]479</PreBuildEvent>
[8617]480    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]481export ProjectDir=$(ProjectDir)
482export SolutionDir=$(SolutionDir)
483
484$SolutionDir/PreBuildEvent.sh
485</PreBuildEvent>
[2834]486  </PropertyGroup>
[8617]487</Project>
Note: See TracBrowser for help on using the repository browser.