Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6425 was 6425, checked in by mkommend, 13 years ago

#1555: Refactored optimizer views to derive from common base class IOptimizerView.

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