Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9079 was 9079, checked in by abeham, 11 years ago

#1985: Trunk integration

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