Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj @ 4423

Last change on this file since 4423 was 4423, checked in by cneumuel, 14 years ago
  • Refactored HL.Hive.Experiment. JobItems are not called HiveJobs and OptimizerJobs do not contain a hierarchy anymore.
  • Dynamic generation of jobs on a slave are not reflected on the client user interface.
  • Optimizer-Trees are now strictly synchronized with the HiveJob-Trees (also the ComputeInParallel property is taken into account when the Child HiveJobs are created)
  • Improved the way a class can report progress and lock the UI (IProgressReporter, IProgress, Progress, ProgressView)
  • Changes were made to the config-files, so that server and clients work with blade12.hpc.fh-hagenberg.at
  • Lots of small changes and bugfixes
File size: 12.0 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{4F15BEA2-F494-4584-A0E5-6BA85377B313}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Experiment.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Experiment.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x64</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30    <PlatformTarget>x86</PlatformTarget>
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
39    <PlatformTarget>AnyCPU</PlatformTarget>
40    <OutputPath>bin\Debug\</OutputPath>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
44    <PlatformTarget>AnyCPU</PlatformTarget>
45    <OutputPath>bin\Release\</OutputPath>
46  </PropertyGroup>
47  <PropertyGroup>
48    <StartupObject />
49  </PropertyGroup>
50  <PropertyGroup>
51    <SignAssembly>true</SignAssembly>
52  </PropertyGroup>
53  <PropertyGroup>
54    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <PlatformTarget>x64</PlatformTarget>
60    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Hive.Experiment.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
61    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
62    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
70    <OutputPath>bin\x64\Release\</OutputPath>
71    <PlatformTarget>x64</PlatformTarget>
72    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Hive.Experiment.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
73    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
77    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
78    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
79    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="HeuristicLab.Collections-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Common-3.3">
86      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Common.Resources-3.3">
89      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Core-3.3">
92      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Core.Views-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Data-3.3">
98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Hive.Server.Console-3.3">
101      <HintPath>..\..\HeuristicLab.Hive.Server.Console\3.3\obj\Debug\HeuristicLab.Hive.Server.Console-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.MainForm-3.3">
104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
107      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Operators.Views-3.3">
110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Optimization-3.3">
113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Optimization.Views-3.3">
116      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Optimizer-3.3">
119      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Persistence-3.3">
122      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
125      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="System" />
128    <Reference Include="System.Core" />
129    <Reference Include="System.Drawing" />
130    <Reference Include="System.Windows.Forms" />
131    <Reference Include="System.Xml.Linq" />
132    <Reference Include="System.Data.DataSetExtensions" />
133    <Reference Include="System.Data" />
134    <Reference Include="System.Xml" />
135  </ItemGroup>
136  <ItemGroup>
137    <Compile Include="ConnectionSetupView.cs">
138      <SubType>Form</SubType>
139    </Compile>
140    <Compile Include="ConnectionSetupView.Designer.cs">
141      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="ControlExtensions.cs" />
144    <Compile Include="HiveJobListView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="HiveJobListView.Designer.cs">
148      <DependentUpon>HiveJobListView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="HiveJobView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="HiveJobView.Designer.cs">
154      <DependentUpon>HiveJobView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="HiveExperimentListView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="HiveExperimentListView.Designer.cs">
160      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="HiveClientView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="HiveClientView.Designer.cs">
166      <DependentUpon>HiveClientView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="HeuristicLabHiveExperimentViewsPlugin.cs" />
169    <Compile Include="HiveExperimentView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="HiveExperimentView.Designer.cs">
173      <DependentUpon>HiveExperimentView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="MenuItems\ConnectionSetupMenuItem.cs" />
176    <Compile Include="ProgressView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="ProgressView.Designer.cs">
180      <DependentUpon>ProgressView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="Properties\AssemblyInfo.cs" />
183    <Compile Include="Properties\Resources.Designer.cs">
184      <AutoGen>True</AutoGen>
185      <DesignTime>True</DesignTime>
186      <DependentUpon>Resources.resx</DependentUpon>
187    </Compile>
188  </ItemGroup>
189  <ItemGroup>
190    <None Include="HeuristicLab.snk" />
191    <None Include="Properties\AssemblyInfo.frame" />
192  </ItemGroup>
193  <ItemGroup>
194    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
195      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
196      <Name>HeuristicLab.DataAccess-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
199      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
200      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Hive.Experiment\3.3\HeuristicLab.Hive.Experiment-3.3.csproj">
203      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
204      <Name>HeuristicLab.Hive.Experiment-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
207      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
208      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
209    </ProjectReference>
210  </ItemGroup>
211  <ItemGroup>
212    <EmbeddedResource Include="ConnectionSetupView.resx">
213      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
214    </EmbeddedResource>
215    <EmbeddedResource Include="HiveJobView.resx">
216      <DependentUpon>HiveJobView.cs</DependentUpon>
217    </EmbeddedResource>
218    <EmbeddedResource Include="HiveClientView.resx">
219      <DependentUpon>HiveClientView.cs</DependentUpon>
220    </EmbeddedResource>
221    <EmbeddedResource Include="HiveExperimentView.resx">
222      <DependentUpon>HiveExperimentView.cs</DependentUpon>
223      <SubType>Designer</SubType>
224    </EmbeddedResource>
225    <EmbeddedResource Include="ProgressView.resx">
226      <DependentUpon>ProgressView.cs</DependentUpon>
227    </EmbeddedResource>
228    <EmbeddedResource Include="Properties\Resources.resx">
229      <Generator>ResXFileCodeGenerator</Generator>
230      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
231    </EmbeddedResource>
232  </ItemGroup>
233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
234  <PropertyGroup>
235    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
236set ProjectDir=$(ProjectDir)
237set SolutionDir=$(SolutionDir)
238set Outdir=$(Outdir)
239
240call PreBuildEvent.cmd</PreBuildEvent>
241  </PropertyGroup>
242  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
243       Other similar extension points exist, see Microsoft.Common.targets.
244  <Target Name="BeforeBuild">
245  </Target>
246  <Target Name="AfterBuild">
247  </Target>
248  -->
249</Project>
Note: See TracBrowser for help on using the repository browser.