Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Benchmarking/sources/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj @ 7000

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

#1659 updated branch from trunk

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