Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj @ 8440

Last change on this file since 8440 was 8440, checked in by ascheibe, 12 years ago

#1861 made prebuild events os dependent

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