Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj @ 4649

Last change on this file since 4649 was 4649, checked in by cneumuel, 13 years ago
  • moved db-context into datalayer
  • businesslayer only defines the transaction-scope
  • removed contextfactory
  • implemented convert-methods
  • made naming in db and domainobjects more consistent
  • changed wcf-service to be http-only (for now)

(#1233)

File size: 5.7 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.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="HeuristicLab.Tracing-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
53    <Reference Include="System" />
54    <Reference Include="System.Core" />
55    <Reference Include="System.Data.Linq" />
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="Convert.cs" />
64    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
65    <Compile Include="HiveDao.cs" />
66    <Compile Include="HiveDataContext.cs">
67      <DependentUpon>HiveDataContext.dbml</DependentUpon>
68    </Compile>
69    <Compile Include="HiveDataContext.designer.cs">
70      <AutoGen>True</AutoGen>
71      <DesignTime>True</DesignTime>
72      <DependentUpon>HiveDataContext.dbml</DependentUpon>
73    </Compile>
74    <Compile Include="Interfaces\IContextFactory.cs" />
75    <Compile Include="Interfaces\IHiveDao.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <Compile Include="Properties\Settings.Designer.cs">
78      <AutoGen>True</AutoGen>
79      <DesignTimeSharedInput>True</DesignTimeSharedInput>
80      <DependentUpon>Settings.settings</DependentUpon>
81    </Compile>
82    <Compile Include="Tools\CreateHiveDatabaseApplication.cs" />
83    <Compile Include="TransactionManager.cs" />
84  </ItemGroup>
85  <ItemGroup>
86    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="app.config">
90      <SubType>Designer</SubType>
91    </None>
92    <None Include="HeuristicLab.snk" />
93    <None Include="HiveDataContext.dbml">
94      <Generator>MSLinqToSQLGenerator</Generator>
95      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
96      <SubType>Designer</SubType>
97    </None>
98    <None Include="Properties\Settings.settings">
99      <Generator>SettingsSingleFileGenerator</Generator>
100      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
101    </None>
102  </ItemGroup>
103  <ItemGroup>
104    <None Include="HiveDataContext.dbml.layout">
105      <DependentUpon>HiveDataContext.dbml</DependentUpon>
106    </None>
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
110      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
111      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
112    </ProjectReference>
113  </ItemGroup>
114  <ItemGroup>
115    <Content Include="Tools\cleanHiveDatabase.sql" />
116    <Content Include="Tools\prepareHiveDatabase.sql" />
117  </ItemGroup>
118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119  <PropertyGroup>
120    <PostBuildEvent>set ProjectName=$(ProjectName)
121set TargetPath=$(TargetPath)
122call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
123  </PropertyGroup>
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>
Note: See TracBrowser for help on using the repository browser.