Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1882 fixed collecting runs in the OptimizerHiveTaskView

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