Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HeuristicLab.Services.Hive.DataAccess-3.4.csproj @ 5156

Last change on this file since 5156 was 5106, checked in by cneumuel, 14 years ago

#1233

  • made MockJob to execute asynchronously with the option to spinWait
  • added methods to IHiveService
  • implemented methods for Slave handling in HiveService
  • added more tests for server
  • changed db-schema of slaves and slavegroups
File size: 6.4 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>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-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="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Core" />
61    <Reference Include="System.Data.Linq" />
62    <Reference Include="System.Transactions" />
63    <Reference Include="System.Windows.Forms" />
64    <Reference Include="System.Xml.Linq" />
65    <Reference Include="System.Data.DataSetExtensions" />
66    <Reference Include="System.Data" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="Convert.cs" />
71    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
72    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
73    <Compile Include="HiveDao.cs" />
74    <Compile Include="HiveDataContext.cs">
75      <DependentUpon>HiveDataContext.dbml</DependentUpon>
76    </Compile>
77    <Compile Include="HiveDataContext.designer.cs">
78      <AutoGen>True</AutoGen>
79      <DesignTime>True</DesignTime>
80      <DependentUpon>HiveDataContext.dbml</DependentUpon>
81    </Compile>
82    <Compile Include="Interfaces\IHiveDao.cs" />
83    <Compile Include="Properties\AssemblyInfo.cs" />
84    <None Include="Properties\AssemblyInfo.cs.frame" />
85    <Compile Include="Properties\Settings.Designer.cs">
86      <AutoGen>True</AutoGen>
87      <DesignTimeSharedInput>True</DesignTimeSharedInput>
88      <DependentUpon>Settings.settings</DependentUpon>
89    </Compile>
90    <Compile Include="Tools\CreateHiveDatabaseApplication.cs" />
91    <Compile Include="TransactionManager.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="app.config">
98      <SubType>Designer</SubType>
99    </None>
100    <None Include="HeuristicLab.snk" />
101    <None Include="HiveDataContext.dbml">
102      <Generator>MSLinqToSQLGenerator</Generator>
103      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
104      <SubType>Designer</SubType>
105    </None>
106    <None Include="Properties\Settings.settings">
107      <Generator>SettingsSingleFileGenerator</Generator>
108      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
109    </None>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HiveDataContext.dbml.layout">
113      <DependentUpon>HiveDataContext.dbml</DependentUpon>
114    </None>
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
118      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
119      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <ItemGroup>
123    <Content Include="Tools\cleanHiveDatabase.sql" />
124    <Content Include="Tools\prepareHiveDatabase.sql" />
125  </ItemGroup>
126  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127  <PropertyGroup>
128    <PostBuildEvent>set ProjectName=$(ProjectName)
129set TargetPath=$(TargetPath)
130call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
131  </PropertyGroup>
132  <PropertyGroup>
133    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
134set ProjectDir=$(ProjectDir)
135set SolutionDir=$(SolutionDir)
136set Outdir=$(Outdir)
137
138call PreBuildEvent.cmd</PreBuildEvent>
139  </PropertyGroup>
140  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141       Other similar extension points exist, see Microsoft.Common.targets.
142  <Target Name="BeforeBuild">
143  </Target>
144  <Target Name="AfterBuild">
145  </Target>
146  -->
147</Project>
Note: See TracBrowser for help on using the repository browser.