Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess.csproj @ 3072

Last change on this file since 3072 was 3072, checked in by gkronber, 14 years ago

Copied projects related to the deployment service from the feature branch. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{EBEBA863-DD05-4331-BE25-5758B15F7407}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Deployment.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Deployment.DataAccess</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  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Data.Linq">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Runtime.Serialization">
42      <RequiredTargetFramework>3.0</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Transactions" />
45    <Reference Include="System.Xml.Linq">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data.DataSetExtensions">
49      <RequiredTargetFramework>3.5</RequiredTargetFramework>
50    </Reference>
51    <Reference Include="System.Data" />
52    <Reference Include="System.Xml" />
53  </ItemGroup>
54  <ItemGroup>
55    <Compile Include="PluginStoreClasses.cs">
56      <DependentUpon>PluginStoreClasses.dbml</DependentUpon>
57    </Compile>
58    <Compile Include="PluginStoreClasses.designer.cs">
59      <AutoGen>True</AutoGen>
60      <DesignTime>True</DesignTime>
61      <DependentUpon>PluginStoreClasses.dbml</DependentUpon>
62    </Compile>
63    <Compile Include="Properties\AssemblyInfo.cs" />
64    <Compile Include="Properties\Settings.Designer.cs">
65      <AutoGen>True</AutoGen>
66      <DesignTimeSharedInput>True</DesignTimeSharedInput>
67      <DependentUpon>Settings.settings</DependentUpon>
68    </Compile>
69  </ItemGroup>
70  <ItemGroup>
71    <None Include="PluginStoreClasses.dbml">
72      <Generator>MSLinqToSQLGenerator</Generator>
73      <LastGenOutput>PluginStoreClasses.designer.cs</LastGenOutput>
74      <SubType>Designer</SubType>
75    </None>
76  </ItemGroup>
77  <ItemGroup>
78    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
79  </ItemGroup>
80  <ItemGroup>
81    <None Include="app.config" />
82    <None Include="PluginStoreClasses.dbml.layout">
83      <DependentUpon>PluginStoreClasses.dbml</DependentUpon>
84    </None>
85    <None Include="Properties\Settings.settings">
86      <Generator>SettingsSingleFileGenerator</Generator>
87      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
88    </None>
89  </ItemGroup>
90  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92       Other similar extension points exist, see Microsoft.Common.targets.
93  <Target Name="BeforeBuild">
94  </Target>
95  <Target Name="AfterBuild">
96  </Target>
97  -->
98</Project>
Note: See TracBrowser for help on using the repository browser.