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

Last change on this file since 5264 was 5264, checked in by ascheibe, 14 years ago

#1233 switch to .NET 4

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