Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.Common/3.3/HeuristicLab.Services.Hive.Common-3.3.csproj @ 4905

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

#1233

  • added plugin management features
  • took over client-GUI from old branch
  • merged with bugfixes from old branch
  • added hive-web (for IIS)
File size: 4.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>{14424A16-48D4-445E-80BF-DDF617548BBB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.Common</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.Common-3.3</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.Common-3.3">
41      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3">
44      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Persistence-3.3">
47      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
50      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Runtime.Serialization" />
55    <Reference Include="System.ServiceModel" />
56    <Reference Include="System.Transactions" />
57    <Reference Include="System.Xml.Linq" />
58    <Reference Include="System.Data.DataSetExtensions" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Xml" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="ApplicationConstants.cs" />
64    <Compile Include="DataTransfer\Appointment.cs" />
65    <Compile Include="DataTransfer\CalendarState.cs" />
66    <Compile Include="DataTransfer\HeartBeat.cs" />
67    <Compile Include="DataTransfer\HiveExperiment.cs" />
68    <Compile Include="DataTransfer\HiveItem.cs" />
69    <Compile Include="DataTransfer\HiveItemBase.cs" />
70    <Compile Include="DataTransfer\PluginData.cs" />
71    <Compile Include="DataTransfer\Plugin.cs" />
72    <Compile Include="DataTransfer\Job.cs" />
73    <Compile Include="DataTransfer\LightweightJob.cs" />
74    <Compile Include="DataTransfer\JobState.cs" />
75    <Compile Include="Disposable.cs" />
76    <Compile Include="MessageContainer.cs" />
77    <Compile Include="DataTransfer\NamedHiveItem.cs" />
78    <Compile Include="DataTransfer\Project.cs" />
79    <Compile Include="DataTransfer\Resource.cs" />
80    <Compile Include="DataTransfer\JobData.cs" />
81    <Compile Include="DataTransfer\SlaveConfig.cs" />
82    <Compile Include="DataTransfer\Slave.cs" />
83    <Compile Include="DataTransfer\SlaveGroup.cs" />
84    <Compile Include="DataTransfer\SlaveState.cs" />
85    <Compile Include="DataTransfer\UpTimeStatistics.cs" />
86    <Compile Include="HeuristicLabServicesHiveCommonPlugin.cs" />
87    <Compile Include="Properties\AssemblyInfo.cs" />
88    <Compile Include="ServiceContracts\IHiveService.cs" />
89  </ItemGroup>
90  <ItemGroup>
91    <None Include="HeuristicLab.snk" />
92  </ItemGroup>
93  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94  <PropertyGroup>
95    <PostBuildEvent>set ProjectName=$(ProjectName)
96set TargetPath=$(TargetPath)
97call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
98  </PropertyGroup>
99  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100       Other similar extension points exist, see Microsoft.Common.targets.
101  <Target Name="BeforeBuild">
102  </Target>
103  <Target Name="AfterBuild">
104  </Target>
105  -->
106</Project>
Note: See TracBrowser for help on using the repository browser.