Free cookie consent management tool by TermsFeed Policy Generator

source: branches/TimeLimitRunOptimizer/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 12147

Last change on this file since 12147 was 12118, checked in by abeham, 10 years ago

#1985:

  • Restored compilable state of TimeLimitRunOptimizer branch
  • Updated changes from trunk
File size: 19.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>
[12118]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>
[12118]43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[2834]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[12118]48    <Prefer32Bit>false</Prefer32Bit>
[2834]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[12118]53    <OutputPath>..\..\..\..\trunk\sources\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>
[12118]60    <Prefer32Bit>false</Prefer32Bit>
[2834]61  </PropertyGroup>
[2900]62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
[12118]64    <OutputPath>..\..\..\..\trunk\sources\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>
[12118]70    <Prefer32Bit>false</Prefer32Bit>
[2900]71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[12118]73    <OutputPath>..\..\..\..\trunk\sources\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>
[12118]82    <Prefer32Bit>false</Prefer32Bit>
[2900]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
[12118]86    <OutputPath>..\..\..\..\trunk\sources\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>
[12118]92    <Prefer32Bit>false</Prefer32Bit>
[2900]93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[12118]95    <OutputPath>..\..\..\..\trunk\sources\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>
[12118]104    <Prefer32Bit>false</Prefer32Bit>
[2900]105  </PropertyGroup>
[2834]106  <ItemGroup>
[12118]107    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Collections-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Common-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Common.Resources-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Core-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Core.Views-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.MainForm-3.3">
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
172      <Private>False</Private>
173    </Reference>
[7558]174    <Reference Include="Microsoft.CSharp" />
[2834]175    <Reference Include="System" />
176    <Reference Include="System.Core">
177      <RequiredTargetFramework>3.5</RequiredTargetFramework>
178    </Reference>
179    <Reference Include="System.Drawing" />
180    <Reference Include="System.Windows.Forms" />
[5163]181    <Reference Include="System.Windows.Forms.DataVisualization" />
[2834]182    <Reference Include="System.Xml.Linq">
183      <RequiredTargetFramework>3.5</RequiredTargetFramework>
184    </Reference>
185    <Reference Include="System.Data.DataSetExtensions">
186      <RequiredTargetFramework>3.5</RequiredTargetFramework>
187    </Reference>
188    <Reference Include="System.Data" />
189    <Reference Include="System.Xml" />
190  </ItemGroup>
191  <ItemGroup>
[6866]192    <None Include="Plugin.cs.frame" />
[2851]193    <Compile Include="AlgorithmView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="AlgorithmView.Designer.cs">
197      <DependentUpon>AlgorithmView.cs</DependentUpon>
198    </Compile>
[12118]199    <Compile Include="BasicAlgorithmView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="BasicAlgorithmView.Designer.cs">
203      <DependentUpon>BasicAlgorithmView.cs</DependentUpon>
204    </Compile>
[3265]205    <Compile Include="BatchRunView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="BatchRunView.Designer.cs">
209      <DependentUpon>BatchRunView.cs</DependentUpon>
210    </Compile>
[12118]211    <Compile Include="CreateNewSingleEncodingDialog.cs">
212      <SubType>Form</SubType>
213    </Compile>
214    <Compile Include="CreateNewSingleEncodingDialog.Designer.cs">
215      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
216    </Compile>
217    <Compile Include="ISolutionSimilarityCalculatorView.cs">
[8721]218      <SubType>UserControl</SubType>
219    </Compile>
[12118]220    <Compile Include="ISolutionSimilarityCalculatorView.Designer.cs">
221      <DependentUpon>ISolutionSimilarityCalculatorView.cs</DependentUpon>
[8721]222    </Compile>
[7042]223    <Compile Include="ExperimentListView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="ExperimentListView.Designer.cs">
227      <DependentUpon>ExperimentListView.cs</DependentUpon>
228    </Compile>
[12118]229    <Compile Include="MultiEncodingView.cs">
[8334]230      <SubType>UserControl</SubType>
231    </Compile>
[12118]232    <Compile Include="MultiEncodingView.Designer.cs">
233      <DependentUpon>MultiEncodingView.cs</DependentUpon>
[8334]234    </Compile>
[6866]235    <Compile Include="Plugin.cs" />
[7558]236    <Compile Include="ProblemView.cs">
237      <SubType>UserControl</SubType>
238    </Compile>
[8587]239    <Compile Include="ProblemView.Designer.cs">
[7558]240      <DependentUpon>ProblemView.cs</DependentUpon>
241    </Compile>
[6693]242    <Compile Include="RunCollectionModifierListView.cs">
243      <SubType>UserControl</SubType>
244    </Compile>
245    <Compile Include="RunCollectionModifierListView.Designer.cs">
246      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
247    </Compile>
[7469]248    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
[6673]249      <SubType>UserControl</SubType>
250    </Compile>
[7469]251    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
[6673]252      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
253    </Compile>
[6471]254    <Compile Include="ExperimentTreeView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="ExperimentTreeView.Designer.cs">
258      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
259    </Compile>
[6425]260    <Compile Include="IOptimizerView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="IOptimizerView.Designer.cs">
264      <DependentUpon>IOptimizerView.cs</DependentUpon>
265    </Compile>
[5875]266    <Compile Include="ResultValueView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="ResultValueView.Designer.cs">
270      <DependentUpon>ResultValueView.cs</DependentUpon>
271    </Compile>
[7469]272    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
[4094]273      <SubType>UserControl</SubType>
274    </Compile>
[7469]275    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
[4094]276      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
277    </Compile>
[7469]278    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
[3614]279      <SubType>UserControl</SubType>
280    </Compile>
[7469]281    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
[3718]282      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
[3614]283    </Compile>
[7469]284    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
[3614]285      <SubType>UserControl</SubType>
286    </Compile>
[7469]287    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
[3614]288      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
289    </Compile>
[7469]290    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
[3614]291      <SubType>UserControl</SubType>
292    </Compile>
[7469]293    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
[3614]294      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
295    </Compile>
[7469]296    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
[3614]297      <SubType>UserControl</SubType>
298    </Compile>
[7469]299    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
[6673]300      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
[3614]301    </Compile>
[3274]302    <Compile Include="OptimizerListView.cs">
[3267]303      <SubType>UserControl</SubType>
304    </Compile>
[3274]305    <Compile Include="OptimizerListView.Designer.cs">
306      <DependentUpon>OptimizerListView.cs</DependentUpon>
[3267]307    </Compile>
308    <Compile Include="ExperimentView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="ExperimentView.Designer.cs">
312      <DependentUpon>ExperimentView.cs</DependentUpon>
313    </Compile>
[7469]314    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
[3349]315      <SubType>UserControl</SubType>
316    </Compile>
[7469]317    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
[3349]318      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
319    </Compile>
[7469]320    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
[3614]321      <SubType>UserControl</SubType>
322    </Compile>
[7469]323    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
[3614]324      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
325    </Compile>
[12118]326    <Compile Include="RunCollectionViews\RunCollectionTableView.cs">
[3332]327      <SubType>UserControl</SubType>
328    </Compile>
[12118]329    <Compile Include="RunCollectionViews\RunCollectionTableView.Designer.cs">
330      <DependentUpon>RunCollectionTableView.cs</DependentUpon>
[3332]331    </Compile>
[7469]332    <Compile Include="RunCollectionViews\RunCollectionView.cs">
[3260]333      <SubType>UserControl</SubType>
334    </Compile>
[7469]335    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
[3260]336      <DependentUpon>RunCollectionView.cs</DependentUpon>
337    </Compile>
338    <Compile Include="RunView.cs">
339      <SubType>UserControl</SubType>
340    </Compile>
341    <Compile Include="RunView.Designer.cs">
342      <DependentUpon>RunView.cs</DependentUpon>
343    </Compile>
[12118]344    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.cs">
[7980]345      <SubType>UserControl</SubType>
346    </Compile>
[12118]347    <Compile Include="RunCollectionViews\RunCollectionChartAggregationView.Designer.cs">
348      <DependentUpon>RunCollectionChartAggregationView.cs</DependentUpon>
[7980]349    </Compile>
[9079]350    <Compile Include="TimeLimitRunView.cs">
351      <SubType>UserControl</SubType>
352    </Compile>
353    <Compile Include="TimeLimitRunView.Designer.cs">
354      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
355    </Compile>
[2851]356    <Compile Include="UserDefinedAlgorithmView.cs">
357      <SubType>UserControl</SubType>
358    </Compile>
359    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
360      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
361    </Compile>
362    <Compile Include="EngineAlgorithmView.cs">
363      <SubType>UserControl</SubType>
364    </Compile>
365    <Compile Include="EngineAlgorithmView.Designer.cs">
366      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
367    </Compile>
[2834]368    <Compile Include="Properties\AssemblyInfo.cs" />
[3226]369    <Compile Include="ResultCollectionView.cs">
370      <SubType>UserControl</SubType>
371    </Compile>
372    <Compile Include="ResultCollectionView.Designer.cs">
373      <DependentUpon>ResultCollectionView.cs</DependentUpon>
374    </Compile>
375    <Compile Include="ResultView.cs">
376      <SubType>UserControl</SubType>
377    </Compile>
378    <Compile Include="ResultView.Designer.cs">
379      <DependentUpon>ResultView.cs</DependentUpon>
380    </Compile>
[2834]381  </ItemGroup>
382  <ItemGroup>
383    <None Include="HeuristicLab.snk" />
[6866]384    <None Include="Properties\AssemblyInfo.cs.frame" />
[2834]385  </ItemGroup>
386  <ItemGroup>
[7825]387    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
388      <Visible>False</Visible>
389      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
390      <Install>false</Install>
391    </BootstrapperPackage>
392    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
393      <Visible>False</Visible>
394      <ProductName>.NET Framework 3.5 SP1</ProductName>
395      <Install>true</Install>
396    </BootstrapperPackage>
397    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
398      <Visible>False</Visible>
399      <ProductName>Windows Installer 3.1</ProductName>
400      <Install>true</Install>
401    </BootstrapperPackage>
402  </ItemGroup>
403  <ItemGroup>
[2834]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>
[6866]407      <Private>False</Private>
[2834]408    </ProjectReference>
409  </ItemGroup>
[12118]410  <ItemGroup>
411    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
412      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
413    </EmbeddedResource>
414  </ItemGroup>
[2834]415  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
416  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
417       Other similar extension points exist, see Microsoft.Common.targets.
418  <Target Name="BeforeBuild">
419  </Target>
420  <Target Name="AfterBuild">
421  </Target>
422  -->
423  <PropertyGroup>
[8617]424    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2834]425set ProjectDir=$(ProjectDir)
426set SolutionDir=$(SolutionDir)
427set Outdir=$(Outdir)
428
429call PreBuildEvent.cmd
[6866]430</PreBuildEvent>
[8617]431    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]432export ProjectDir=$(ProjectDir)
433export SolutionDir=$(SolutionDir)
434
435$SolutionDir/PreBuildEvent.sh
436</PreBuildEvent>
[2834]437  </PropertyGroup>
[8617]438</Project>
Note: See TracBrowser for help on using the repository browser.