Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj @ 6717

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

#1233

  • moved DTO's to Services.Hive project
  • removed Services.Hive.Common project
  • some cleanups
  • added DTO's for enums
File size: 10.1 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>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <TargetFrameworkProfile />
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58    <OutputPath>bin\x86\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Services.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="HeuristicLab.Common-3.3">
75      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <SpecificVersion>False</SpecificVersion>
79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Core-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Persistence-3.3">
85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-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    <Reference Include="System.Data.Linq" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Runtime.Serialization" />
95    <Reference Include="System.ServiceModel" />
96    <Reference Include="System.Transactions" />
97    <Reference Include="System.Web" />
98    <Reference Include="System.Web.ApplicationServices" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Xml.Linq" />
101    <Reference Include="System.Data.DataSetExtensions" />
102    <Reference Include="System.Data" />
103    <Reference Include="System.Xml" />
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="Convert.cs" />
107    <Compile Include="DataTransfer\Command.cs" />
108    <Compile Include="DataTransfer\Downtime.cs" />
109    <Compile Include="DataTransfer\Heartbeat.cs" />
110    <Compile Include="DataTransfer\HiveExperiment.cs" />
111    <Compile Include="DataTransfer\HiveExperimentPermission.cs" />
112    <Compile Include="DataTransfer\HiveItem.cs" />
113    <Compile Include="DataTransfer\Job.cs" />
114    <Compile Include="DataTransfer\JobData.cs" />
115    <Compile Include="DataTransfer\JobState.cs" />
116    <Compile Include="DataTransfer\LightweightJob.cs" />
117    <Compile Include="DataTransfer\NamedHiveItem.cs" />
118    <Compile Include="DataTransfer\Permission.cs" />
119    <Compile Include="DataTransfer\Plugin.cs" />
120    <Compile Include="DataTransfer\PluginData.cs" />
121    <Compile Include="DataTransfer\Resource.cs" />
122    <Compile Include="DataTransfer\Slave.cs" />
123    <Compile Include="DataTransfer\SlaveGroup.cs" />
124    <Compile Include="DataTransfer\SlaveState.cs" />
125    <Compile Include="DataTransfer\SlaveStatistics.cs" />
126    <Compile Include="DataTransfer\StateLog.cs" />
127    <Compile Include="DataTransfer\Statistics.cs" />
128    <Compile Include="DataTransfer\UserStatistics.cs" />
129    <Compile Include="HiveDao.cs" />
130    <Compile Include="Interfaces\IHiveDao.cs" />
131    <Compile Include="Interfaces\IUserManager.cs" />
132    <Compile Include="Manager\UserManager.cs" />
133    <None Include="HeuristicLabServicesHivePlugin.cs.frame" />
134    <None Include="Properties\AssemblyInfo.cs.frame" />
135    <Compile Include="Manager\AuthenticationManager.cs" />
136    <Compile Include="Manager\HeartbeatManager.cs" />
137    <Compile Include="Interfaces\IAuthenticationManager.cs" />
138    <Compile Include="Interfaces\IEventManager.cs" />
139    <Compile Include="Interfaces\IServiceLocator.cs" />
140    <Compile Include="Manager\AuthorizationManager.cs" />
141    <Compile Include="HeuristicLabServicesHivePlugin.cs" />
142    <Compile Include="Manager\EventManager.cs" />
143    <Compile Include="HiveRoles.cs" />
144    <Compile Include="HiveService.cs" />
145    <Compile Include="Interfaces\IAuthorizationManager.cs" />
146    <Compile Include="MessageContainer.cs" />
147    <Compile Include="Properties\AssemblyInfo.cs" />
148    <Compile Include="Properties\Settings.Designer.cs">
149      <DependentUpon>Settings.settings</DependentUpon>
150      <AutoGen>True</AutoGen>
151      <DesignTimeSharedInput>True</DesignTimeSharedInput>
152    </Compile>
153    <Compile Include="ServiceContracts\IHiveService.cs" />
154    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
155    <Compile Include="ServiceLocator.cs" />
156    <None Include="Properties\Settings.settings">
157      <Generator>PublicSettingsSingleFileGenerator</Generator>
158      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
159    </None>
160  </ItemGroup>
161  <ItemGroup>
162    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
163      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
164      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
165    </ProjectReference>
166  </ItemGroup>
167  <ItemGroup>
168    <None Include="HeuristicLab.snk" />
169  </ItemGroup>
170  <ItemGroup />
171  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172  <ProjectExtensions>
173    <VisualStudio>
174      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
175        <WcfProjectProperties>
176          <AutoStart>False</AutoStart>
177        </WcfProjectProperties>
178      </FlavorProperties>
179    </VisualStudio>
180  </ProjectExtensions>
181  <PropertyGroup>
182    <PostBuildEvent>set ProjectName=$(ProjectName)
183set TargetPath=$(TargetPath)
184call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
185  </PropertyGroup>
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd</PreBuildEvent>
193  </PropertyGroup>
194  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195       Other similar extension points exist, see Microsoft.Common.targets.
196  <Target Name="BeforeBuild">
197  </Target>
198  <Target Name="AfterBuild">
199  </Target>
200  -->
201</Project>
Note: See TracBrowser for help on using the repository browser.