Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj @ 5137

Last change on this file since 5137 was 5137, checked in by ascheibe, 13 years ago

#1233

  • more tests for the hive slave
  • implemented a better way to write tests for the slave
  • get rid of MessageTypes for core and executor
  • various improvements in core and executor (better communication, bugfixes,...)
File size: 6.0 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>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Clients.Common-3.3">
41      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3">
47      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Persistence-3.3">
50      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
53      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="System" />
56    <Reference Include="System.Core" />
57    <Reference Include="System.Runtime.Serialization" />
58    <Reference Include="System.ServiceModel" />
59    <Reference Include="System.Xml.Linq" />
60    <Reference Include="System.Data.DataSetExtensions" />
61    <Reference Include="System.Data" />
62    <Reference Include="System.Xml" />
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="ConfigManager.cs" />
66    <Compile Include="Core.cs" />
67    <Compile Include="Executor.cs" />
68    <Compile Include="HeartbeatManager.cs" />
69    <Compile Include="InvalidStateException.cs" />
70    <Compile Include="JobStatus.cs" />
71    <Compile Include="Logger.cs">
72      <SubType>Code</SubType>
73    </Compile>
74    <Compile Include="ExecutorMessageContainer.cs" />
75    <Compile Include="MessageQueue.cs" />
76    <Compile Include="NetworkEnum.cs" />
77    <Compile Include="PluginCache.cs" />
78    <Compile Include="PluginUtil.cs" />
79    <Compile Include="Properties\Settings.Designer.cs">
80      <AutoGen>True</AutoGen>
81      <DesignTimeSharedInput>True</DesignTimeSharedInput>
82      <DependentUpon>Settings.settings</DependentUpon>
83    </Compile>
84    <Compile Include="SlaveStatusInfo.cs" />
85    <Compile Include="StatusCommons.cs" />
86    <Compile Include="WcfService.cs" />
87    <None Include="app.config" />
88    <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
89    <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91    <None Include="Properties\AssemblyInfo.cs.frame" />
92    <None Include="Properties\Settings.settings">
93      <Generator>PublicSettingsSingleFileGenerator</Generator>
94      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
95    </None>
96  </ItemGroup>
97  <ItemGroup>
98    <None Include="HeuristicLab.snk" />
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
102      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
103      <Name>HeuristicLab.Clients.Hive-3.4</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
106      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
107      <Name>HeuristicLab.Hive-3.4</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
110      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
111      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
112    </ProjectReference>
113  </ItemGroup>
114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115  <PropertyGroup>
116    <PostBuildEvent>set ProjectName=$(ProjectName)
117set TargetPath=$(TargetPath)
118call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
119  </PropertyGroup>
120  <PropertyGroup>
121    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
122set ProjectDir=$(ProjectDir)
123set SolutionDir=$(SolutionDir)
124set Outdir=$(Outdir)
125
126call PreBuildEvent.cmd</PreBuildEvent>
127  </PropertyGroup>
128  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129       Other similar extension points exist, see Microsoft.Common.targets.
130  <Target Name="BeforeBuild">
131  </Target>
132  <Target Name="AfterBuild">
133  </Target>
134  -->
135</Project>
Note: See TracBrowser for help on using the repository browser.