Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/HeuristicLab.Hive.Slave.Core-3.3.csproj @ 4772

Last change on this file since 4772 was 4772, checked in by cneumuel, 13 years ago

#1260

  • added LogServiceReader to display log for slave without writing to local files
  • aborted jobs with childjobs now got back to state WaitForChildJob (instead of Offline)
  • lifecyclemanager now knows about available plugins (does not yet work perfectly)
File size: 9.8 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5010BD86-23B7-4F8C-888A-76D21AD5266A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Core-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <TargetFrameworkProfile />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
81    <Reference Include="HeuristicLab.Common-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3">
85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core">
92      <RequiredTargetFramework>3.5</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.Runtime.Serialization">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.ServiceModel">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Logger.cs" />
111    <Compile Include="SlaveConsoleService\SlaveConsoleCommunicator.cs" />
112    <Compile Include="SlaveConsoleService\SlaveConsoleServer.cs" />
113    <Compile Include="SlaveConsoleService\Interfaces\ISlaveConsoleCommunicator.cs" />
114    <Compile Include="SlaveConsoleService\TransferObjects\ConnectionContainer.cs" />
115    <Compile Include="SlaveConsoleService\TransferObjects\JobStatus.cs" />
116    <Compile Include="SlaveConsoleService\TransferObjects\StatusCommons.cs" />
117    <Compile Include="ConfigurationManager\AppointmentContainer.cs" />
118    <Compile Include="ConfigurationManager\SlaveStatusInfo.cs" />
119    <Compile Include="ConfigurationManager\ConfigManager.cs" />
120    <Compile Include="ConfigurationManager\UptimeManager.cs" />
121    <Compile Include="Core.cs" />
122    <Compile Include="HeuristicLabHiveSlaveCoreApplication.cs" />
123    <Compile Include="HeuristicLabHiveSlaveCorePlugin.cs" />
124    <Compile Include="HeartbeatManager.cs" />
125    <Compile Include="JobStorage\JobStorageInfo.cs" />
126    <Compile Include="JobStorage\JobStorageManager.cs" />
127    <Compile Include="PluginCache.cs" />
128    <Compile Include="Properties\AssemblyInfo.cs" />
129    <Compile Include="Properties\Settings.Designer.cs">
130      <AutoGen>True</AutoGen>
131      <DesignTimeSharedInput>True</DesignTimeSharedInput>
132      <DependentUpon>Settings.settings</DependentUpon>
133    </Compile>
134    <Compile Include="Settings.cs" />
135  </ItemGroup>
136  <ItemGroup>
137    <None Include="app.config" />
138    <None Include="HeuristicLab.snk" />
139    <None Include="Properties\AssemblyInfo.frame" />
140    <None Include="Properties\Settings.settings">
141      <Generator>PublicSettingsSingleFileGenerator</Generator>
142      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143    </None>
144  </ItemGroup>
145  <ItemGroup>
146    <WCFMetadata Include="Service References\" />
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
150      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
151      <Name>HeuristicLab.Calendar-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
154      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
155      <Name>HeuristicLab.DataAccess-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
158      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
159      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
162      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
163      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
166      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
167      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Communication\3.3\HeuristicLab.Hive.Slave.Communication-3.3.csproj">
170      <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project>
171      <Name>HeuristicLab.Hive.Slave.Communication-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.ExecutionEngine\3.3\HeuristicLab.Hive.Slave.ExecutionEngine-3.3.csproj">
174      <Project>{1605256A-1CB3-44AB-AAFF-577093EE5789}</Project>
175      <Name>HeuristicLab.Hive.Slave.ExecutionEngine-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
178      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
179      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
180    </ProjectReference>
181  </ItemGroup>
182  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
183  <ProjectExtensions>
184    <VisualStudio>
185      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
186        <WcfProjectProperties>
187          <AutoStart>False</AutoStart>
188        </WcfProjectProperties>
189      </FlavorProperties>
190    </VisualStudio>
191  </ProjectExtensions>
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199  <PropertyGroup>
200    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204
205call PreBuildEvent.cmd</PreBuildEvent>
206  </PropertyGroup>
207</Project>
Note: See TracBrowser for help on using the repository browser.