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.4.csproj @ 5038

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

#1233

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