Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 7615

Last change on this file since 7615 was 7615, checked in by gkronber, 12 years ago

#1081 merged r7462:7609 from trunk into time series branch

File size: 17.7 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    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="Plugin.cs.frame" />
121    <Compile Include="AlgorithmView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="AlgorithmView.Designer.cs">
125      <DependentUpon>AlgorithmView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="BatchRunView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="BatchRunView.Designer.cs">
131      <DependentUpon>BatchRunView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="ExperimentListView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="ExperimentListView.Designer.cs">
137      <DependentUpon>ExperimentListView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Plugin.cs" />
140    <Compile Include="ProblemInstanceProviderView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="ProblemInstanceProviderView.Designer.cs">
144      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="ProblemView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="ProblemView.designer.cs">
150      <DependentUpon>ProblemView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="RunCollectionModifierListView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="RunCollectionModifierListView.Designer.cs">
156      <DependentUpon>RunCollectionModifierListView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="RunCollectionConstraintViews\RunCollectionContentConstraintView.Designer.cs">
162      <DependentUpon>RunCollectionContentConstraintView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="ExperimentTreeView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="ExperimentTreeView.Designer.cs">
168      <DependentUpon>ExperimentTreeView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="IOptimizerView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="IOptimizerView.Designer.cs">
174      <DependentUpon>IOptimizerView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="ResultValueView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="ResultValueView.Designer.cs">
180      <DependentUpon>ResultValueView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="RunCollectionViews\RunCollectionBoxPlotView.Designer.cs">
186      <DependentUpon>RunCollectionBoxPlotView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="RunCollectionConstraintViews\RunCollectionComparisonConstraintView.Designer.cs">
192      <DependentUpon>RunCollectionComparisonConstraintView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="RunCollectionConstraintViews\RunCollectionTypeCompatibilityConstraintView.Designer.cs">
198      <DependentUpon>RunCollectionTypeCompatibilityConstraintView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="RunCollectionConstraintViews\RunCollectionConstraintCollectionView.Designer.cs">
204      <DependentUpon>RunCollectionConstraintCollectionView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="RunCollectionConstraintViews\RunCollectionColumnConstraintView.Designer.cs">
210      <DependentUpon>RunCollectionColumnConstraintView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="OptimizerListView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="OptimizerListView.Designer.cs">
216      <DependentUpon>OptimizerListView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="ExperimentView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="ExperimentView.Designer.cs">
222      <DependentUpon>ExperimentView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="RunCollectionViews\RunCollectionBubbleChartView.Designer.cs">
228      <DependentUpon>RunCollectionBubbleChartView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.cs">
231      <SubType>UserControl</SubType>
232    </Compile>
233    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
234      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
235    </Compile>
236    <Compile Include="RunCollectionViews\RunCollectionTabularView.cs">
237      <SubType>UserControl</SubType>
238    </Compile>
239    <Compile Include="RunCollectionViews\RunCollectionTabularView.Designer.cs">
240      <DependentUpon>RunCollectionTabularView.cs</DependentUpon>
241    </Compile>
242    <Compile Include="RunCollectionViews\RunCollectionView.cs">
243      <SubType>UserControl</SubType>
244    </Compile>
245    <Compile Include="RunCollectionViews\RunCollectionView.Designer.cs">
246      <DependentUpon>RunCollectionView.cs</DependentUpon>
247    </Compile>
248    <Compile Include="RunView.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="RunView.Designer.cs">
252      <DependentUpon>RunView.cs</DependentUpon>
253    </Compile>
254    <Compile Include="UserDefinedAlgorithmView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
258      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="EngineAlgorithmView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="EngineAlgorithmView.Designer.cs">
264      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="HeuristicOptimizationProblemView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="HeuristicOptimizationProblemView.Designer.cs">
270      <DependentUpon>HeuristicOptimizationProblemView.cs</DependentUpon>
271    </Compile>
272    <Compile Include="Properties\AssemblyInfo.cs" />
273    <Compile Include="ResultCollectionView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="ResultCollectionView.Designer.cs">
277      <DependentUpon>ResultCollectionView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="ResultView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="ResultView.Designer.cs">
283      <DependentUpon>ResultView.cs</DependentUpon>
284    </Compile>
285  </ItemGroup>
286  <ItemGroup>
287    <None Include="HeuristicLab.snk" />
288    <None Include="Properties\AssemblyInfo.cs.frame" />
289  </ItemGroup>
290  <ItemGroup>
291    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
292      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
293      <Name>HeuristicLab.Collections-3.3</Name>
294      <Private>False</Private>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
297      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
298      <Name>HeuristicLab.Common.Resources-3.3</Name>
299      <Private>False</Private>
300    </ProjectReference>
301    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
302      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
303      <Name>HeuristicLab.Common-3.3</Name>
304      <Private>False</Private>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
307      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
308      <Name>HeuristicLab.Core.Views-3.3</Name>
309      <Private>False</Private>
310    </ProjectReference>
311    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
312      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
313      <Name>HeuristicLab.Core-3.3</Name>
314      <Private>False</Private>
315    </ProjectReference>
316    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
317      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
318      <Name>HeuristicLab.Data.Views-3.3</Name>
319      <Private>False</Private>
320    </ProjectReference>
321    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
322      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
323      <Name>HeuristicLab.Data-3.3</Name>
324      <Private>False</Private>
325    </ProjectReference>
326    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
327      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
328      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
329      <Private>False</Private>
330    </ProjectReference>
331    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
332      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
333      <Name>HeuristicLab.MainForm-3.3</Name>
334      <Private>False</Private>
335    </ProjectReference>
336    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
337      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
338      <Name>HeuristicLab.Optimization-3.3</Name>
339      <Private>False</Private>
340    </ProjectReference>
341    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
342      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
343      <Name>HeuristicLab.Persistence-3.3</Name>
344      <Private>False</Private>
345    </ProjectReference>
346    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
347      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
348      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
349      <Private>False</Private>
350    </ProjectReference>
351    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
352      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
353      <Name>HeuristicLab.Problems.Instances-3.3</Name>
354    </ProjectReference>
355    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
356      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
357      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
358      <Private>False</Private>
359    </ProjectReference>
360  </ItemGroup>
361  <ItemGroup>
362    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
363      <Visible>False</Visible>
364      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
365      <Install>false</Install>
366    </BootstrapperPackage>
367    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
368      <Visible>False</Visible>
369      <ProductName>.NET Framework 3.5 SP1</ProductName>
370      <Install>true</Install>
371    </BootstrapperPackage>
372    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
373      <Visible>False</Visible>
374      <ProductName>Windows Installer 3.1</ProductName>
375      <Install>true</Install>
376    </BootstrapperPackage>
377  </ItemGroup>
378  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
379  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
380       Other similar extension points exist, see Microsoft.Common.targets.
381  <Target Name="BeforeBuild">
382  </Target>
383  <Target Name="AfterBuild">
384  </Target>
385  -->
386  <PropertyGroup>
387    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
388set ProjectDir=$(ProjectDir)
389set SolutionDir=$(SolutionDir)
390set Outdir=$(Outdir)
391
392call PreBuildEvent.cmd
393</PreBuildEvent>
394  </PropertyGroup>
395</Project>
Note: See TracBrowser for help on using the repository browser.