Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj @ 10150

Last change on this file since 10150 was 10150, checked in by ascheibe, 10 years ago

#2117

  • improved creation of ItemTasks from Items and moved common functionality to ItemTask
  • added a MenuItem for directly uploading tasks (e.g. from experiments, batchruns,...)
  • added a MenuItem for creating RefreshableHiveJobs
File size: 11.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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.JobManager</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.JobManager-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>$(SolutionDir)\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup>
78    <SignAssembly>true</SignAssembly>
79  </PropertyGroup>
80  <PropertyGroup>
81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="System" />
85    <Reference Include="System.Configuration" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Data.DataSetExtensions" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Runtime.Serialization" />
91    <Reference Include="System.ServiceModel" />
92    <Reference Include="System.Windows.Forms" />
93    <Reference Include="System.Windows.Forms.DataVisualization" />
94    <Reference Include="System.Xml" />
95    <Reference Include="System.Xml.Linq" />
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="ExtensionMethods\TreeNodeExtensions.cs" />
99    <Compile Include="ListViewItemDateComparer.cs" />
100    <Compile Include="MenuItems\CreateHiveJobMenuItem.cs" />
101    <Compile Include="MenuItems\RunInHiveMenuItem.cs" />
102    <Compile Include="Plugin.cs" />
103    <Compile Include="Views\HiveJobManagerView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="Views\HiveJobManagerView.Designer.cs">
107      <DependentUpon>HiveJobManagerView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="MenuItems\JobManagerMenuItem.cs" />
110    <Compile Include="Views\HiveJobPermissionListView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="Views\HiveJobPermissionListView.Designer.cs">
114      <DependentUpon>HiveJobPermissionListView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="Views\HiveJobPermissionView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Views\HiveJobPermissionView.Designer.cs">
120      <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Views\HiveResourceSelector.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Views\HiveResourceSelector.Designer.cs">
126      <DependentUpon>HiveResourceSelector.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Views\HiveResourceSelectorDialog.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="Views\HiveResourceSelectorDialog.Designer.cs">
132      <DependentUpon>HiveResourceSelectorDialog.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Views\RefreshableHiveJobListView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Views\RefreshableHiveJobListView.Designer.cs">
138      <DependentUpon>RefreshableHiveJobListView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Views\RefreshableHiveJobView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Views\RefreshableHiveJobView.Designer.cs">
144      <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
145    </Compile>
146    <None Include="Plugin.cs.frame" />
147    <Compile Include="Properties\AssemblyInfo.cs" />
148    <None Include="Properties\AssemblyInfo.cs.frame" />
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="HeuristicLab.snk" />
152  </ItemGroup>
153  <ItemGroup>
154    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
155      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
156      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
160      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
161      <Name>HeuristicLab.Clients.Hive-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
165      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
166      <Name>HeuristicLab.Collections-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
170      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
171      <Name>HeuristicLab.Common.Resources-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
175      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
176      <Name>HeuristicLab.Common-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
180      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
181      <Name>HeuristicLab.Core.Views-3.3</Name>
182      <Private>False</Private>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
185      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
186      <Name>HeuristicLab.Core-3.3</Name>
187      <Private>False</Private>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
190      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
191      <Name>HeuristicLab.Data-3.3</Name>
192      <Private>False</Private>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
195      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
196      <Name>HeuristicLab.Hive-3.3</Name>
197      <Private>False</Private>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
200      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
201      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
202      <Private>False</Private>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
205      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
206      <Name>HeuristicLab.MainForm-3.3</Name>
207      <Private>False</Private>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
210      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
211      <Name>HeuristicLab.Optimization-3.3</Name>
212      <Private>False</Private>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
215      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
216      <Name>HeuristicLab.Optimizer-3.3</Name>
217      <Private>False</Private>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
220      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
221      <Name>HeuristicLab.Persistence-3.3</Name>
222      <Private>False</Private>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
225      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
226      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
227      <Private>False</Private>
228    </ProjectReference>
229  </ItemGroup>
230  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231  <PropertyGroup>
232    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
233set ProjectDir=$(ProjectDir)
234set SolutionDir=$(SolutionDir)
235set Outdir=$(Outdir)
236
237call PreBuildEvent.cmd</PreBuildEvent>
238    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
239export ProjectDir=$(ProjectDir)
240export SolutionDir=$(SolutionDir)
241
242$SolutionDir/PreBuildEvent.sh
243</PreBuildEvent>
244  </PropertyGroup>
245  <PropertyGroup>
246    <PostBuildEvent>
247    </PostBuildEvent>
248  </PropertyGroup>
249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250       Other similar extension points exist, see Microsoft.Common.targets.
251  <Target Name="BeforeBuild">
252  </Target>
253  <Target Name="AfterBuild">
254  </Target>
255  -->
256</Project>
Note: See TracBrowser for help on using the repository browser.