Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj @ 16539

Last change on this file since 16539 was 16539, checked in by gkronber, 5 years ago

#2520: use nuget package System.Drawing.Common to allow cross-platform persistence for types from System.Drawing.

File size: 16.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)' == '' ">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.6.1</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="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
110      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
111    </Reference>
112    <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
114    </Reference>
115    <Reference Include="System" />
116    <Reference Include="System.Configuration" />
117    <Reference Include="System.Core" />
118    <Reference Include="System.Drawing" />
119    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
120      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
121    </Reference>
122    <Reference Include="System.Runtime.Remoting" />
123    <Reference Include="System.Runtime.Serialization" />
124    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
125    <Reference Include="System.ServiceModel" />
126    <Reference Include="System.ServiceModel.Web" />
127    <Reference Include="System.Xml.Linq" />
128    <Reference Include="System.Data.DataSetExtensions" />
129    <Reference Include="System.Data" />
130    <Reference Include="System.Xml" />
131  </ItemGroup>
132  <ItemGroup>
133    <Compile Include="Exceptions\AnonymousUserException.cs" />
134    <Compile Include="HiveAdminClient.cs" />
135    <Compile Include="HiveClient.cs" />
136    <Compile Include="ServiceClients\AssignedJobResource.cs" />
137    <Compile Include="ServiceClients\AssignedProjectResource.cs" />
138    <Compile Include="ServiceClients\Project.cs" />
139    <Compile Include="ServiceClients\UserPriority.cs" />
140    <Compile Include="ServiceClients\ResourcePermission.cs" />
141    <Compile Include="Settings.Designer.cs">
142      <AutoGen>True</AutoGen>
143      <DesignTimeSharedInput>True</DesignTimeSharedInput>
144      <DependentUpon>Settings.settings</DependentUpon>
145    </Compile>
146    <Compile Include="Tasks\ItemTask.cs" />
147    <Compile Include="RefreshableJob.cs" />
148    <Compile Include="ServiceClients\JobPermission.cs" />
149    <Compile Include="StateLogList.cs" />
150    <Compile Include="StateLogListList.cs" />
151    <None Include="app.config">
152      <SubType>Designer</SubType>
153    </None>
154    <None Include="packages.config" />
155    <None Include="Plugin.cs.frame" />
156    <Compile Include="Exceptions\AddTaskToHiveException.cs" />
157    <Compile Include="Exceptions\TaskResultPollingException.cs" />
158    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
159    <Compile Include="ConcurrentTaskDownloader.cs" />
160    <Compile Include="HiveTasks\EngineHiveTask.cs" />
161    <Compile Include="Exceptions\HiveException.cs" />
162    <Compile Include="TaskDownloader.cs" />
163    <Compile Include="ConcurrentTaskDownloaderException.cs" />
164    <Compile Include="TreeView\IItemTree.cs" />
165    <Compile Include="TreeView\IItemTreeAction.cs" />
166    <Compile Include="HiveTasks\OptimizerHiveTask.cs">
167      <SubType>Code</SubType>
168    </Compile>
169    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
170    <Compile Include="IHiveServiceLocator.cs" />
171    <Compile Include="Tasks\EngineTask.cs" />
172    <Compile Include="Tasks\OptimizerTask.cs" />
173    <Compile Include="Plugin.cs" />
174    <Compile Include="HiveTasks\HiveTask.cs" />
175    <Compile Include="JobResultPoller.cs" />
176    <Compile Include="Util\PersistenceUtil.cs" />
177    <Compile Include="Util\PluginUtil.cs" />
178    <Compile Include="Properties\AssemblyInfo.cs" />
179    <None Include="Properties\AssemblyInfo.cs.frame" />
180    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
181    <Compile Include="ScopeExtensions.cs" />
182    <Compile Include="ServiceClients\Downtime.cs" />
183    <Compile Include="ServiceClients\HiveItemCollection.cs" />
184    <Compile Include="ServiceClients\IHiveItem.cs" />
185    <Compile Include="ServiceClients\NamedHiveItem.cs" />
186    <Compile Include="ServiceClients\Heartbeat.cs" />
187    <Compile Include="ServiceClients\HiveItem.cs" />
188    <Compile Include="ServiceClients\TaskData.cs" />
189    <Compile Include="ServiceClients\Plugin.cs" />
190    <Compile Include="ServiceClients\PluginData.cs" />
191    <Compile Include="ServiceClients\Resource.cs" />
192    <Compile Include="ServiceClients\StateLog.cs" />
193    <Compile Include="ServiceClients\Job.cs" />
194    <Compile Include="ServiceClients\SlaveGroup.cs" />
195    <Compile Include="ServiceClients\Slave.cs" />
196    <Compile Include="ServiceClients\LightweightTask.cs" />
197    <Compile Include="ServiceClients\MessageContainer.cs" />
198    <Compile Include="ServiceClients\HiveServiceClient.cs" />
199    <Compile Include="ServiceClients\Task.cs" />
200    <Compile Include="HiveServiceLocator.cs" />
201    <None Include="HeuristicLab.snk" />
202    <None Include="ServiceClients\GenerateServiceClients.cmd" />
203    <None Include="Settings.settings">
204      <Generator>SettingsSingleFileGenerator</Generator>
205      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
206    </None>
207  </ItemGroup>
208  <ItemGroup>
209    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
210      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
211      <Name>HeuristicLab.Clients.Access-3.3</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
214      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
215      <Name>HeuristicLab.Clients.Common-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
219      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
220      <Name>HeuristicLab.Collections-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
224      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
225      <Name>HeuristicLab.Common.Resources-3.3</Name>
226      <Private>False</Private>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
229      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
230      <Name>HeuristicLab.Common-3.3</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
234      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
235      <Name>HeuristicLab.Core-3.3</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
239      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
240      <Name>HeuristicLab.Data-3.3</Name>
241      <Private>False</Private>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
244      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
245      <Name>HeuristicLab.Hive-3.3</Name>
246      <Private>False</Private>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
249      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
250      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
251      <Private>False</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
254      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
255      <Name>HeuristicLab.MainForm-3.3</Name>
256      <Private>False</Private>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
259      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
260      <Name>HeuristicLab.Optimization-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
264      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
265      <Name>HeuristicLab.Persistence-3.3</Name>
266      <Private>False</Private>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
269      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
270      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
271      <Private>False</Private>
272    </ProjectReference>
273  </ItemGroup>
274  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
275  <PropertyGroup>
276    <PostBuildEvent>
277    </PostBuildEvent>
278  </PropertyGroup>
279  <PropertyGroup>
280    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
281set ProjectDir=$(ProjectDir)
282set SolutionDir=$(SolutionDir)
283set Outdir=$(Outdir)
284call PreBuildEvent.cmd</PreBuildEvent>
285    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
286export ProjectDir=$(ProjectDir)
287export SolutionDir=$(SolutionDir)
288
289$SolutionDir/PreBuildEvent.sh
290</PreBuildEvent>
291  </PropertyGroup>
292  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
293       Other similar extension points exist, see Microsoft.Common.targets.
294  <Target Name="BeforeBuild">
295  </Target>
296  <Target Name="AfterBuild">
297  </Target>
298  -->
299</Project>
Note: See TracBrowser for help on using the repository browser.