Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj @ 15401

Last change on this file since 15401 was 15401, checked in by jkarder, 7 years ago

#2839:

  • worked on hive administrator view
  • updated service clients
File size: 14.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>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60    <OutputPath>..\..\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
72    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
74    <Prefer32Bit>false</Prefer32Bit>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>..\..\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
83    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
84    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
88    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
89    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
90    <Prefer32Bit>false</Prefer32Bit>
91  </PropertyGroup>
92  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
93    <OutputPath>..\..\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
99    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
100    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
101    <ErrorReport>prompt</ErrorReport>
102    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
104    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
106    <Prefer32Bit>false</Prefer32Bit>
107  </PropertyGroup>
108  <ItemGroup>
109    <Reference Include="System" />
110    <Reference Include="System.Configuration" />
111    <Reference Include="System.Core" />
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Runtime.Remoting" />
114    <Reference Include="System.Runtime.Serialization" />
115    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
116    <Reference Include="System.ServiceModel" />
117    <Reference Include="System.ServiceModel.Web" />
118    <Reference Include="System.Xml.Linq" />
119    <Reference Include="System.Data.DataSetExtensions" />
120    <Reference Include="System.Data" />
121    <Reference Include="System.Xml" />
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="Exceptions\AnonymousUserException.cs" />
125    <Compile Include="HiveAdminClient.cs" />
126    <Compile Include="HiveClient.cs" />
127    <Compile Include="ServiceClients\Project.cs" />
128    <Compile Include="ServiceClients\UserPriority.cs" />
129    <Compile Include="ServiceClients\ResourcePermission.cs" />
130    <Compile Include="Settings.Designer.cs">
131      <AutoGen>True</AutoGen>
132      <DesignTimeSharedInput>True</DesignTimeSharedInput>
133      <DependentUpon>Settings.settings</DependentUpon>
134    </Compile>
135    <Compile Include="Tasks\ItemTask.cs" />
136    <Compile Include="RefreshableJob.cs" />
137    <Compile Include="ServiceClients\JobPermission.cs" />
138    <Compile Include="StateLogList.cs" />
139    <Compile Include="StateLogListList.cs" />
140    <None Include="app.config">
141      <SubType>Designer</SubType>
142    </None>
143    <None Include="Plugin.cs.frame" />
144    <Compile Include="Exceptions\AddTaskToHiveException.cs" />
145    <Compile Include="Exceptions\TaskResultPollingException.cs" />
146    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
147    <Compile Include="ConcurrentTaskDownloader.cs" />
148    <Compile Include="HiveTasks\EngineHiveTask.cs" />
149    <Compile Include="Exceptions\HiveException.cs" />
150    <Compile Include="TaskDownloader.cs" />
151    <Compile Include="ConcurrentTaskDownloaderException.cs" />
152    <Compile Include="TreeView\IItemTree.cs" />
153    <Compile Include="TreeView\IItemTreeAction.cs" />
154    <Compile Include="HiveTasks\OptimizerHiveTask.cs">
155      <SubType>Code</SubType>
156    </Compile>
157    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
158    <Compile Include="IHiveServiceLocator.cs" />
159    <Compile Include="Tasks\EngineTask.cs" />
160    <Compile Include="Tasks\OptimizerTask.cs" />
161    <Compile Include="Plugin.cs" />
162    <Compile Include="HiveTasks\HiveTask.cs" />
163    <Compile Include="JobResultPoller.cs" />
164    <Compile Include="Util\PersistenceUtil.cs" />
165    <Compile Include="Util\PluginUtil.cs" />
166    <Compile Include="Properties\AssemblyInfo.cs" />
167    <None Include="Properties\AssemblyInfo.cs.frame" />
168    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
169    <Compile Include="ScopeExtensions.cs" />
170    <Compile Include="ServiceClients\Downtime.cs" />
171    <Compile Include="ServiceClients\HiveItemCollection.cs" />
172    <Compile Include="ServiceClients\IHiveItem.cs" />
173    <Compile Include="ServiceClients\NamedHiveItem.cs" />
174    <Compile Include="ServiceClients\Heartbeat.cs" />
175    <Compile Include="ServiceClients\HiveItem.cs" />
176    <Compile Include="ServiceClients\TaskData.cs" />
177    <Compile Include="ServiceClients\Plugin.cs" />
178    <Compile Include="ServiceClients\PluginData.cs" />
179    <Compile Include="ServiceClients\Resource.cs" />
180    <Compile Include="ServiceClients\StateLog.cs" />
181    <Compile Include="ServiceClients\Job.cs" />
182    <Compile Include="ServiceClients\SlaveGroup.cs" />
183    <Compile Include="ServiceClients\Slave.cs" />
184    <Compile Include="ServiceClients\LightweightTask.cs" />
185    <Compile Include="ServiceClients\MessageContainer.cs" />
186    <Compile Include="ServiceClients\HiveServiceClient.cs" />
187    <Compile Include="ServiceClients\Task.cs" />
188    <Compile Include="HiveServiceLocator.cs" />
189    <None Include="HeuristicLab.snk" />
190    <None Include="ServiceClients\GenerateServiceClients.cmd" />
191    <None Include="Settings.settings">
192      <Generator>SettingsSingleFileGenerator</Generator>
193      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
194    </None>
195  </ItemGroup>
196  <ItemGroup>
197    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
198      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
199      <Name>HeuristicLab.Clients.Common-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
203      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
204      <Name>HeuristicLab.Collections-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
208      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
209      <Name>HeuristicLab.Common.Resources-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
213      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
214      <Name>HeuristicLab.Common-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
218      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
219      <Name>HeuristicLab.Core-3.3</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
223      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
224      <Name>HeuristicLab.Data-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
228      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
229      <Name>HeuristicLab.Hive-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
233      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
234      <Name>HeuristicLab.MainForm-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
238      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
239      <Name>HeuristicLab.Optimization-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
243      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
244      <Name>HeuristicLab.Persistence-3.3</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
248      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
249      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
250      <Private>False</Private>
251    </ProjectReference>
252  </ItemGroup>
253  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
254  <PropertyGroup>
255    <PostBuildEvent>
256    </PostBuildEvent>
257  </PropertyGroup>
258  <PropertyGroup>
259    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
260set ProjectDir=$(ProjectDir)
261set SolutionDir=$(SolutionDir)
262set Outdir=$(Outdir)
263call PreBuildEvent.cmd</PreBuildEvent>
264    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
265export ProjectDir=$(ProjectDir)
266export SolutionDir=$(SolutionDir)
267
268$SolutionDir/PreBuildEvent.sh
269</PreBuildEvent>
270  </PropertyGroup>
271  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
272       Other similar extension points exist, see Microsoft.Common.targets.
273  <Target Name="BeforeBuild">
274  </Target>
275  <Target Name="AfterBuild">
276  </Target>
277  -->
278</Project>
Note: See TracBrowser for help on using the repository browser.