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 @ 6886

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

#1233

  • updated server and client configuration files
  • removed outdated binaries
File size: 9.6 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>..\..\..\..\core\sources\bin\</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>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Core-3.3">
78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Persistence-3.3">
81      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Core" />
88    <Reference Include="System.Data.Linq" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Runtime.Serialization" />
91    <Reference Include="System.ServiceModel" />
92    <Reference Include="System.Transactions" />
93    <Reference Include="System.Web" />
94    <Reference Include="System.Web.ApplicationServices" />
95    <Reference Include="System.Windows.Forms" />
96    <Reference Include="System.Xml.Linq" />
97    <Reference Include="System.Data.DataSetExtensions" />
98    <Reference Include="System.Data" />
99    <Reference Include="System.Xml" />
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="Convert.cs" />
103    <Compile Include="DataTransfer\Command.cs" />
104    <Compile Include="DataTransfer\Downtime.cs" />
105    <Compile Include="DataTransfer\Heartbeat.cs" />
106    <Compile Include="DataTransfer\Job.cs" />
107    <Compile Include="DataTransfer\JobPermission.cs" />
108    <Compile Include="DataTransfer\HiveItem.cs" />
109    <Compile Include="DataTransfer\Task.cs" />
110    <Compile Include="DataTransfer\TaskData.cs" />
111    <Compile Include="DataTransfer\TaskState.cs" />
112    <Compile Include="DataTransfer\LightweightTask.cs" />
113    <Compile Include="DataTransfer\NamedHiveItem.cs" />
114    <Compile Include="DataTransfer\Permission.cs" />
115    <Compile Include="DataTransfer\Plugin.cs" />
116    <Compile Include="DataTransfer\PluginData.cs" />
117    <Compile Include="DataTransfer\Resource.cs" />
118    <Compile Include="DataTransfer\Slave.cs" />
119    <Compile Include="DataTransfer\SlaveGroup.cs" />
120    <Compile Include="DataTransfer\SlaveState.cs" />
121    <Compile Include="DataTransfer\SlaveStatistics.cs" />
122    <Compile Include="DataTransfer\StateLog.cs" />
123    <Compile Include="DataTransfer\Statistics.cs" />
124    <Compile Include="DataTransfer\UserStatistics.cs" />
125    <Compile Include="HiveDao.cs" />
126    <Compile Include="Interfaces\IHiveDao.cs" />
127    <Compile Include="Interfaces\IUserManager.cs" />
128    <Compile Include="Manager\UserManager.cs" />
129    <Compile Include="Settings.cs" />
130    <None Include="Plugin.cs.frame" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132    <Compile Include="Manager\AuthenticationManager.cs" />
133    <Compile Include="Manager\HeartbeatManager.cs" />
134    <Compile Include="Interfaces\IAuthenticationManager.cs" />
135    <Compile Include="Interfaces\IEventManager.cs" />
136    <Compile Include="Interfaces\IServiceLocator.cs" />
137    <Compile Include="Manager\AuthorizationManager.cs" />
138    <Compile Include="Plugin.cs" />
139    <Compile Include="Manager\EventManager.cs" />
140    <Compile Include="HiveRoles.cs" />
141    <Compile Include="HiveService.cs" />
142    <Compile Include="Interfaces\IAuthorizationManager.cs" />
143    <Compile Include="MessageContainer.cs" />
144    <Compile Include="Properties\AssemblyInfo.cs" />
145    <Compile Include="Properties\Settings.Designer.cs">
146      <DependentUpon>Settings.settings</DependentUpon>
147      <AutoGen>True</AutoGen>
148      <DesignTimeSharedInput>True</DesignTimeSharedInput>
149    </Compile>
150    <Compile Include="ServiceContracts\IHiveService.cs" />
151    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
152    <Compile Include="ServiceLocator.cs" />
153    <None Include="Properties\Settings.settings">
154      <Generator>PublicSettingsSingleFileGenerator</Generator>
155      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
156    </None>
157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
160      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
161      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
162    </ProjectReference>
163  </ItemGroup>
164  <ItemGroup>
165    <None Include="HeuristicLab.snk" />
166  </ItemGroup>
167  <ItemGroup />
168  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169  <ProjectExtensions>
170    <VisualStudio>
171      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
172        <WcfProjectProperties>
173          <AutoStart>False</AutoStart>
174        </WcfProjectProperties>
175      </FlavorProperties>
176    </VisualStudio>
177  </ProjectExtensions>
178  <PropertyGroup>
179    <PostBuildEvent>
180    </PostBuildEvent>
181  </PropertyGroup>
182  <PropertyGroup>
183    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
184set ProjectDir=$(ProjectDir)
185set SolutionDir=$(SolutionDir)
186set Outdir=$(Outdir)
187
188call PreBuildEvent.cmd</PreBuildEvent>
189  </PropertyGroup>
190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191       Other similar extension points exist, see Microsoft.Common.targets.
192  <Target Name="BeforeBuild">
193  </Target>
194  <Target Name="AfterBuild">
195  </Target>
196  -->
197</Project>
Note: See TracBrowser for help on using the repository browser.