Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1762 moved ProgressView from Hive to MainForms

File size: 13.9 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="Settings.Designer.cs">
122      <AutoGen>True</AutoGen>
123      <DesignTimeSharedInput>True</DesignTimeSharedInput>
124      <DependentUpon>Settings.settings</DependentUpon>
125    </Compile>
126    <Compile Include="Tasks\ItemTask.cs" />
127    <Compile Include="RefreshableJob.cs" />
128    <Compile Include="ServiceClients\JobPermission.cs" />
129    <Compile Include="StateLogList.cs" />
130    <Compile Include="StateLogListList.cs" />
131    <None Include="app.config">
132      <SubType>Designer</SubType>
133    </None>
134    <None Include="Plugin.cs.frame" />
135    <Compile Include="Exceptions\AddTaskToHiveException.cs" />
136    <Compile Include="Exceptions\TaskResultPollingException.cs" />
137    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
138    <Compile Include="ConcurrentTaskDownloader.cs" />
139    <Compile Include="HiveTasks\EngineHiveTask.cs" />
140    <Compile Include="Exceptions\HiveException.cs" />
141    <Compile Include="TaskDownloader.cs" />
142    <Compile Include="ConcurrentTaskDownloaderException.cs" />
143    <Compile Include="TreeView\IItemTree.cs" />
144    <Compile Include="TreeView\IItemTreeAction.cs" />
145    <Compile Include="HiveTasks\OptimizerHiveTask.cs">
146      <SubType>Code</SubType>
147    </Compile>
148    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
149    <Compile Include="IHiveServiceLocator.cs" />
150    <Compile Include="Tasks\EngineTask.cs" />
151    <Compile Include="Tasks\OptimizerTask.cs" />
152    <Compile Include="Plugin.cs" />
153    <Compile Include="HiveTasks\HiveTask.cs" />
154    <Compile Include="JobResultPoller.cs" />
155    <Compile Include="Util\PersistenceUtil.cs" />
156    <Compile Include="Util\PluginUtil.cs" />
157    <Compile Include="Properties\AssemblyInfo.cs" />
158    <None Include="Properties\AssemblyInfo.cs.frame" />
159    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
160    <Compile Include="ScopeExtensions.cs" />
161    <Compile Include="ServiceClients\Downtime.cs" />
162    <Compile Include="ServiceClients\HiveItemCollection.cs" />
163    <Compile Include="ServiceClients\IHiveItem.cs" />
164    <Compile Include="ServiceClients\NamedHiveItem.cs" />
165    <Compile Include="ServiceClients\Heartbeat.cs" />
166    <Compile Include="ServiceClients\HiveItem.cs" />
167    <Compile Include="ServiceClients\TaskData.cs" />
168    <Compile Include="ServiceClients\Plugin.cs" />
169    <Compile Include="ServiceClients\PluginData.cs" />
170    <Compile Include="ServiceClients\Resource.cs" />
171    <Compile Include="ServiceClients\StateLog.cs" />
172    <Compile Include="ServiceClients\Job.cs" />
173    <Compile Include="ServiceClients\SlaveGroup.cs" />
174    <Compile Include="ServiceClients\Slave.cs" />
175    <Compile Include="ServiceClients\LightweightTask.cs" />
176    <Compile Include="ServiceClients\MessageContainer.cs" />
177    <Compile Include="ServiceClients\HiveServiceClient.cs" />
178    <Compile Include="ServiceClients\Task.cs" />
179    <Compile Include="HiveServiceLocator.cs" />
180    <None Include="HeuristicLab.snk" />
181    <None Include="ServiceClients\GenerateServiceClients.cmd" />
182    <None Include="Settings.settings">
183      <Generator>SettingsSingleFileGenerator</Generator>
184      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
185    </None>
186  </ItemGroup>
187  <ItemGroup>
188    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
189      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
190      <Name>HeuristicLab.Clients.Common-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
194      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
195      <Name>HeuristicLab.Collections-3.3</Name>
196      <Private>False</Private>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
199      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
200      <Name>HeuristicLab.Common.Resources-3.3</Name>
201      <Private>False</Private>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
204      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
205      <Name>HeuristicLab.Common-3.3</Name>
206      <Private>False</Private>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
209      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
210      <Name>HeuristicLab.Core-3.3</Name>
211      <Private>False</Private>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
214      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
215      <Name>HeuristicLab.Data-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
219      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
220      <Name>HeuristicLab.Hive-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
224      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
225      <Name>HeuristicLab.MainForm-3.3</Name>
226      <Private>False</Private>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
229      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
230      <Name>HeuristicLab.Optimization-3.3</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
234      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
235      <Name>HeuristicLab.Persistence-3.3</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
239      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
240      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
241      <Private>False</Private>
242    </ProjectReference>
243  </ItemGroup>
244  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
245  <PropertyGroup>
246    <PostBuildEvent>
247    </PostBuildEvent>
248  </PropertyGroup>
249  <PropertyGroup>
250    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
251set ProjectDir=$(ProjectDir)
252set SolutionDir=$(SolutionDir)
253set Outdir=$(Outdir)
254call PreBuildEvent.cmd</PreBuildEvent>
255  </PropertyGroup>
256  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
257       Other similar extension points exist, see Microsoft.Common.targets.
258  <Target Name="BeforeBuild">
259  </Target>
260  <Target Name="AfterBuild">
261  </Target>
262  -->
263</Project>
Note: See TracBrowser for help on using the repository browser.