Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj @ 8800

Last change on this file since 8800 was 8242, checked in by spimming, 12 years ago

#1888:

  • slave worker role initial commit
  • start client communication service optionally
  • make slave client communication interchangeable ('PipeCom', 'TraceCom')
File size: 8.9 KB
RevLine 
[6983]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>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.SlaveCore-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>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>$(SolutionDir)\bin\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>
51    </DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>
71    </DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup>
79    <SignAssembly>true</SignAssembly>
80  </PropertyGroup>
81  <PropertyGroup>
82    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="HeuristicLab.Clients.Common-3.3">
86      <HintPath>..\..\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Common-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Core-3.3">
98      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Persistence-3.3">
102      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
106      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Clients.Hive-3.3">
110      <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Hive-3.3">
114      <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="System" />
118    <Reference Include="System.Core" />
119    <Reference Include="System.Drawing" />
120    <Reference Include="System.Management" />
121    <Reference Include="System.Runtime.Serialization" />
122    <Reference Include="System.ServiceModel" />
123    <Reference Include="System.Xml.Linq" />
124    <Reference Include="System.Data.DataSetExtensions" />
125    <Reference Include="System.Data" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="Exceptions\TaskFailedException.cs" />
[8242]130    <Compile Include="IClientCom.cs" />
[6983]131    <Compile Include="Manager\ConfigManager.cs" />
132    <Compile Include="Exceptions\SerializationException.cs" />
133    <Compile Include="Exceptions\OutOfMemoryException.cs" />
134    <Compile Include="Exceptions\TaskNotRunningException.cs" />
135    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
136    <Compile Include="Exceptions\TaskNotFoundException.cs" />
137    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
138    <Compile Include="ExecutorMessage.cs" />
139    <Compile Include="ExecutorQueue.cs" />
140    <Compile Include="IPluginProvider.cs" />
141    <Compile Include="Manager\EventLogManager.cs" />
142    <Compile Include="Manager\TaskManager.cs" />
143    <Compile Include="Exceptions\OutOfCoresException.cs" />
144    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
[8242]145    <Compile Include="PipeCom.cs" />
[6983]146    <Compile Include="SlaveClientCom.cs" />
147    <Compile Include="Core.cs" />
148    <Compile Include="DummyListener.cs" />
149    <Compile Include="Executor.cs" />
150    <Compile Include="Manager\HeartbeatManager.cs" />
151    <Compile Include="Exceptions\InvalidStateException.cs" />
152    <Compile Include="TaskStatus.cs" />
153    <Compile Include="MessageQueue.cs" />
154    <Compile Include="NetworkEnum.cs" />
155    <Compile Include="Manager\PluginManager.cs" />
156    <Compile Include="Properties\Settings.Designer.cs">
157      <AutoGen>True</AutoGen>
158      <DesignTimeSharedInput>True</DesignTimeSharedInput>
159      <DependentUpon>Settings.settings</DependentUpon>
160    </Compile>
161    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
162    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
163    <Compile Include="SlaveCommunicationService.cs" />
164    <Compile Include="SlaveTask.cs" />
165    <Compile Include="SlaveStatusInfo.cs" />
166    <Compile Include="StatusCommons.cs" />
[8242]167    <Compile Include="TraceCom.cs" />
[6983]168    <Compile Include="WcfService.cs" />
169    <None Include="app.config" />
170    <None Include="Plugin.cs.frame" />
171    <Compile Include="Plugin.cs" />
172    <Compile Include="Properties\AssemblyInfo.cs" />
173    <None Include="Properties\AssemblyInfo.cs.frame" />
174    <None Include="Properties\Settings.settings">
175      <Generator>PublicSettingsSingleFileGenerator</Generator>
176      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
177    </None>
178  </ItemGroup>
179  <ItemGroup>
180    <None Include="HeuristicLab.snk" />
181  </ItemGroup>
182  <ItemGroup>
183    <Content Include="ICSharpCode.SharpZipLib License.txt">
184      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185    </Content>
186  </ItemGroup>
187  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
188  <PropertyGroup>
189    <PostBuildEvent>
190    </PostBuildEvent>
191  </PropertyGroup>
192  <PropertyGroup>
193    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
194set ProjectDir=$(ProjectDir)
195set SolutionDir=$(SolutionDir)
196set Outdir=$(Outdir)
197
198call PreBuildEvent.cmd</PreBuildEvent>
199  </PropertyGroup>
200  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
201       Other similar extension points exist, see Microsoft.Common.targets.
202  <Target Name="BeforeBuild">
203  </Target>
204  <Target Name="AfterBuild">
205  </Target>
206  -->
207</Project>
Note: See TracBrowser for help on using the repository browser.