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

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

#1233

  • finished version change to 3.4
  • added revision number to version
File size: 6.2 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.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    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
68    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
69    <Compile Include="HiveDao.cs" />
70    <Compile Include="HiveDataContext.cs">
71      <DependentUpon>HiveDataContext.dbml</DependentUpon>
72    </Compile>
73    <Compile Include="HiveDataContext.designer.cs">
74      <AutoGen>True</AutoGen>
75      <DesignTime>True</DesignTime>
76      <DependentUpon>HiveDataContext.dbml</DependentUpon>
77    </Compile>
78    <Compile Include="Interfaces\IHiveDao.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80    <None Include="Properties\AssemblyInfo.cs.frame" />
81    <Compile Include="Properties\Settings.Designer.cs">
82      <AutoGen>True</AutoGen>
83      <DesignTimeSharedInput>True</DesignTimeSharedInput>
84      <DependentUpon>Settings.settings</DependentUpon>
85    </Compile>
86    <Compile Include="Tools\CreateHiveDatabaseApplication.cs" />
87    <Compile Include="TransactionManager.cs" />
88  </ItemGroup>
89  <ItemGroup>
90    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
91  </ItemGroup>
92  <ItemGroup>
93    <None Include="app.config">
94      <SubType>Designer</SubType>
95    </None>
96    <None Include="HeuristicLab.snk" />
97    <None Include="HiveDataContext.dbml">
98      <Generator>MSLinqToSQLGenerator</Generator>
99      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
100      <SubType>Designer</SubType>
101    </None>
102    <None Include="Properties\Settings.settings">
103      <Generator>SettingsSingleFileGenerator</Generator>
104      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105    </None>
106  </ItemGroup>
107  <ItemGroup>
108    <None Include="HiveDataContext.dbml.layout">
109      <DependentUpon>HiveDataContext.dbml</DependentUpon>
110    </None>
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
114      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
115      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <ItemGroup>
119    <Content Include="Tools\cleanHiveDatabase.sql" />
120    <Content Include="Tools\prepareHiveDatabase.sql" />
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124    <PostBuildEvent>set ProjectName=$(ProjectName)
125set TargetPath=$(TargetPath)
126call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
127  </PropertyGroup>
128  <PropertyGroup>
129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
130set ProjectDir=$(ProjectDir)
131set SolutionDir=$(SolutionDir)
132set Outdir=$(Outdir)
133
134call PreBuildEvent.cmd</PreBuildEvent>
135  </PropertyGroup>
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>
Note: See TracBrowser for help on using the repository browser.