Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/HeuristicLab.Services.Hive.Common-3.4.csproj @ 6463

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

#1233

  • renamed UptimeCalendar and Appointment to Downtime
  • added service methods to delete plugins and get plugin by hash
  • made reverted TransactionManager change, made it non-static and added interface
  • moved magic numbers to application settings
File size: 8.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>{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.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.Common-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Services.Hive.Common-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="HeuristicLab.Common-3.3">
74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Core-3.3">
77      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Persistence-3.3">
80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Runtime.Serialization" />
88    <Reference Include="System.ServiceModel" />
89    <Reference Include="System.Transactions" />
90    <Reference Include="System.Xml.Linq" />
91    <Reference Include="System.Data.DataSetExtensions" />
92    <Reference Include="System.Data" />
93    <Reference Include="System.Xml" />
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="DataTransfer\SlaveStatistics.cs" />
97    <Compile Include="DataTransfer\Statistics.cs" />
98    <Compile Include="DataTransfer\UserStatistics.cs" />
99    <Compile Include="ITransactionManager.cs" />
100    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
101    <Compile Include="Settings.Designer.cs">
102      <AutoGen>True</AutoGen>
103      <DesignTimeSharedInput>True</DesignTimeSharedInput>
104      <DependentUpon>Settings.settings</DependentUpon>
105    </Compile>
106    <None Include="app.config" />
107    <None Include="HeuristicLabServicesHiveCommonPlugin.cs.frame" />
108    <Compile Include="DataTransfer\Downtime.cs" />
109    <Compile Include="DataTransfer\Command.cs" />
110    <Compile Include="DataTransfer\HiveExperimentPermission.cs" />
111    <Compile Include="DataTransfer\StateLog.cs" />
112    <Compile Include="DataTransfer\HeartBeat.cs" />
113    <Compile Include="DataTransfer\HiveExperiment.cs" />
114    <Compile Include="DataTransfer\HiveItem.cs" />
115    <Compile Include="DataTransfer\Permission.cs" />
116    <Compile Include="DataTransfer\PluginData.cs" />
117    <Compile Include="DataTransfer\Plugin.cs" />
118    <Compile Include="DataTransfer\Job.cs" />
119    <Compile Include="DataTransfer\LightweightJob.cs" />
120    <Compile Include="DataTransfer\JobState.cs" />
121    <Compile Include="Logger.cs" />
122    <Compile Include="MessageContainer.cs" />
123    <Compile Include="DataTransfer\NamedHiveItem.cs" />
124    <Compile Include="DataTransfer\Resource.cs" />
125    <Compile Include="DataTransfer\JobData.cs" />
126    <Compile Include="DataTransfer\Slave.cs" />
127    <Compile Include="DataTransfer\SlaveGroup.cs" />
128    <Compile Include="DataTransfer\SlaveState.cs" />
129    <Compile Include="HeuristicLabServicesHiveCommonPlugin.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132    <Compile Include="ServiceContracts\IHiveService.cs" />
133    <None Include="Settings.settings">
134      <Generator>PublicSettingsSingleFileGenerator</Generator>
135      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
136    </None>
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="HeuristicLab.snk" />
140  </ItemGroup>
141  <ItemGroup />
142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <PropertyGroup>
144    <PostBuildEvent>set ProjectName=$(ProjectName)
145set TargetPath=$(TargetPath)
146call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
147  </PropertyGroup>
148  <PropertyGroup>
149    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
150set ProjectDir=$(ProjectDir)
151set SolutionDir=$(SolutionDir)
152set Outdir=$(Outdir)
153
154call PreBuildEvent.cmd</PreBuildEvent>
155  </PropertyGroup>
156  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157       Other similar extension points exist, see Microsoft.Common.targets.
158  <Target Name="BeforeBuild">
159  </Target>
160  <Target Name="AfterBuild">
161  </Target>
162  -->
163</Project>
Note: See TracBrowser for help on using the repository browser.