Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7317 was 7042, checked in by abeham, 13 years ago

#1687

  • Readded the ExperimentView from r6425 and renamed it to ExperimentListView
  • Tested it briefly
File size: 16.3 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>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>
[2834]48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
[6866]52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2834]53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
[6866]56    <DocumentationFile>
57    </DocumentationFile>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2834]59  </PropertyGroup>
[2900]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]70    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]71    <DefineConstants>TRACE</DefineConstants>
[6425]72    <DocumentationFile>
73    </DocumentationFile>
[2900]74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
[4065]78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]91    <DefineConstants>TRACE</DefineConstants>
[6866]92    <DocumentationFile>
93    </DocumentationFile>
[2900]94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
[4065]98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]99  </PropertyGroup>
[2834]100  <ItemGroup>
101    <Reference Include="System" />
102    <Reference Include="System.Core">
103      <RequiredTargetFramework>3.5</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Windows.Forms" />
[5163]107    <Reference Include="System.Windows.Forms.DataVisualization" />
[2834]108    <Reference Include="System.Xml.Linq">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data.DataSetExtensions">
112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
113    </Reference>
114    <Reference Include="System.Data" />
115    <Reference Include="System.Xml" />
[3349]116    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
[2834]117  </ItemGroup>
118  <ItemGroup>
[6866]119    <None Include="Plugin.cs.frame" />
[2851]120    <Compile Include="AlgorithmView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="AlgorithmView.Designer.cs">
124      <DependentUpon>AlgorithmView.cs</DependentUpon>
125    </Compile>
[3265]126    <Compile Include="BatchRunView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="BatchRunView.Designer.cs">
130      <DependentUpon>BatchRunView.cs</DependentUpon>
131    </Compile>
[7042]132    <Compile Include="ExperimentListView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="ExperimentListView.Designer.cs">
136      <DependentUpon>ExperimentListView.cs</DependentUpon>
137    </Compile>
[6866]138    <Compile Include="Plugin.cs" />
[6693]139    <Compile Include="RunCollectionModifierListView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="RunCollectionModifierListView.Designer.cs">
143      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
144    </Compile>
[6673]145    <Compile Include="RunCollectionContentConstraintView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="RunCollectionContentConstraintView.Designer.cs">
149      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
150    </Compile>
[6471]151    <Compile Include="ExperimentTreeView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="ExperimentTreeView.Designer.cs">
155      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
156    </Compile>
[6425]157    <Compile Include="IOptimizerView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="IOptimizerView.Designer.cs">
161      <DependentUpon>IOptimizerView.cs</DependentUpon>
162    </Compile>
[5875]163    <Compile Include="ResultValueView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="ResultValueView.Designer.cs">
167      <DependentUpon>ResultValueView.cs</DependentUpon>
168    </Compile>
[4094]169    <Compile Include="RunCollectionBoxPlotView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="RunCollectionBoxPlotView.Designer.cs">
173      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
174    </Compile>
[3718]175    <Compile Include="RunCollectionComparisonConstraintView.cs">
[3614]176      <SubType>UserControl</SubType>
177    </Compile>
[3718]178    <Compile Include="RunCollectionComparisonConstraintView.Designer.cs">
179      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
[3614]180    </Compile>
181    <Compile Include="RunCollectionTypeCompatibilityConstraintView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="RunCollectionTypeCompatibilityConstraintView.Designer.cs">
185      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="RunCollectionConstraintCollectionView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="RunCollectionConstraintCollectionView.Designer.cs">
191      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
192    </Compile>
[6673]193    <Compile Include="RunCollectionColumnConstraintView.cs">
[3614]194      <SubType>UserControl</SubType>
195    </Compile>
[6673]196    <Compile Include="RunCollectionColumnConstraintView.Designer.cs">
197      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
[3614]198    </Compile>
[3274]199    <Compile Include="OptimizerListView.cs">
[3267]200      <SubType>UserControl</SubType>
201    </Compile>
[3274]202    <Compile Include="OptimizerListView.Designer.cs">
203      <DependentUpon>OptimizerListView.cs</DependentUpon>
[3267]204    </Compile>
205    <Compile Include="ExperimentView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="ExperimentView.Designer.cs">
209      <DependentUpon>ExperimentView.cs</DependentUpon>
210    </Compile>
[3349]211    <Compile Include="RunCollectionBubbleChartView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="RunCollectionBubbleChartView.Designer.cs">
215      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
216    </Compile>
[3614]217    <Compile Include="RunCollectionEqualityConstraintView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="RunCollectionEqualityConstraintView.Designer.cs">
221      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
222    </Compile>
[3332]223    <Compile Include="RunCollectionTabularView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="RunCollectionTabularView.Designer.cs">
227      <DependentUpon>RunCollectionTabularView.cs</DependentUpon>
228    </Compile>
[3260]229    <Compile Include="RunCollectionView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="RunCollectionView.Designer.cs">
233      <DependentUpon>RunCollectionView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="RunView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="RunView.Designer.cs">
239      <DependentUpon>RunView.cs</DependentUpon>
240    </Compile>
[2851]241    <Compile Include="UserDefinedAlgorithmView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
245      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="EngineAlgorithmView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="EngineAlgorithmView.Designer.cs">
251      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
252    </Compile>
[2834]253    <Compile Include="ProblemView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="ProblemView.Designer.cs">
257      <DependentUpon>ProblemView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Properties\AssemblyInfo.cs" />
[3226]260    <Compile Include="ResultCollectionView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="ResultCollectionView.Designer.cs">
264      <DependentUpon>ResultCollectionView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="ResultView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="ResultView.Designer.cs">
270      <DependentUpon>ResultView.cs</DependentUpon>
271    </Compile>
[2834]272  </ItemGroup>
273  <ItemGroup>
274    <None Include="HeuristicLab.snk" />
[6866]275    <None Include="Properties\AssemblyInfo.cs.frame" />
[2834]276  </ItemGroup>
277  <ItemGroup>
278    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
279      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
280      <Name>HeuristicLab.Collections-3.3</Name>
[6866]281      <Private>False</Private>
[2834]282    </ProjectReference>
[3702]283    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2851]284      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]285      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]286      <Private>False</Private>
[2851]287    </ProjectReference>
[3384]288    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
289      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
290      <Name>HeuristicLab.Common-3.3</Name>
[6866]291      <Private>False</Private>
[2851]292    </ProjectReference>
[2834]293    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
294      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
295      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]296      <Private>False</Private>
[2834]297    </ProjectReference>
298    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
299      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
300      <Name>HeuristicLab.Core-3.3</Name>
[6866]301      <Private>False</Private>
[2834]302    </ProjectReference>
[3332]303    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
304      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
305      <Name>HeuristicLab.Data.Views-3.3</Name>
[6866]306      <Private>False</Private>
[3332]307    </ProjectReference>
[3329]308    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
309      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
310      <Name>HeuristicLab.Data-3.3</Name>
[6866]311      <Private>False</Private>
[3329]312    </ProjectReference>
[3437]313    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2834]314      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]315      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]316      <Private>False</Private>
[2834]317    </ProjectReference>
[3437]318    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2834]319      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]320      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]321      <Private>False</Private>
[2834]322    </ProjectReference>
323    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
324      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
325      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]326      <Private>False</Private>
[2834]327    </ProjectReference>
[2851]328    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
329      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
330      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]331      <Private>False</Private>
[2851]332    </ProjectReference>
[3832]333    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2834]334      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]335      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]336      <Private>False</Private>
[2834]337    </ProjectReference>
[4635]338    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
339      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
340      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
[6866]341      <Private>False</Private>
[4635]342    </ProjectReference>
[2834]343  </ItemGroup>
[4065]344  <ItemGroup>
345    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
346      <Visible>False</Visible>
347      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
348      <Install>false</Install>
349    </BootstrapperPackage>
350    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
351      <Visible>False</Visible>
352      <ProductName>.NET Framework 3.5 SP1</ProductName>
353      <Install>true</Install>
354    </BootstrapperPackage>
355    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
356      <Visible>False</Visible>
357      <ProductName>Windows Installer 3.1</ProductName>
358      <Install>true</Install>
359    </BootstrapperPackage>
360  </ItemGroup>
[2834]361  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
362  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
363       Other similar extension points exist, see Microsoft.Common.targets.
364  <Target Name="BeforeBuild">
365  </Target>
366  <Target Name="AfterBuild">
367  </Target>
368  -->
369  <PropertyGroup>
370    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
371set ProjectDir=$(ProjectDir)
372set SolutionDir=$(SolutionDir)
373set Outdir=$(Outdir)
374
375call PreBuildEvent.cmd
[6866]376</PreBuildEvent>
[2834]377  </PropertyGroup>
378</Project>
Note: See TracBrowser for help on using the repository browser.