Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5163 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

File size: 7.6 KB
RevLine 
[3084]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3084]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>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[3084]15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
[3084]37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
[4065]55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
[4065]64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[4065]73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x64\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
[4065]82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
85    <OutputPath>bin\x64\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3084]92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Data.Linq">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Runtime.Serialization">
102      <RequiredTargetFramework>3.0</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Transactions" />
105    <Reference Include="System.Xml.Linq">
106      <RequiredTargetFramework>3.5</RequiredTargetFramework>
107    </Reference>
108    <Reference Include="System.Data.DataSetExtensions">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data" />
112    <Reference Include="System.Xml" />
113  </ItemGroup>
114  <ItemGroup>
[4494]115    <Compile Include="Deployment.designer.cs">
[3084]116      <AutoGen>True</AutoGen>
117      <DesignTime>True</DesignTime>
[4494]118      <DependentUpon>Deployment.dbml</DependentUpon>
[3084]119    </Compile>
120    <Compile Include="Properties\AssemblyInfo.cs" />
121    <Compile Include="Properties\Settings.Designer.cs">
122      <AutoGen>True</AutoGen>
123      <DesignTimeSharedInput>True</DesignTimeSharedInput>
124      <DependentUpon>Settings.settings</DependentUpon>
125    </Compile>
126  </ItemGroup>
127  <ItemGroup>
128    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
129  </ItemGroup>
130  <ItemGroup>
131    <None Include="app.config" />
[4494]132    <None Include="Deployment.dbml">
133      <Generator>MSLinqToSQLGenerator</Generator>
134      <LastGenOutput>Deployment.designer.cs</LastGenOutput>
135      <SubType>Designer</SubType>
136    </None>
[3084]137    <None Include="HeuristicLab.snk" />
138    <None Include="Properties\AssemblyInfo.frame" />
139    <None Include="Properties\Settings.settings">
140      <Generator>SettingsSingleFileGenerator</Generator>
141      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
142    </None>
143  </ItemGroup>
[4065]144  <ItemGroup>
145    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
146      <Visible>False</Visible>
147      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
148      <Install>false</Install>
149    </BootstrapperPackage>
150    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
151      <Visible>False</Visible>
152      <ProductName>.NET Framework 3.5 SP1</ProductName>
153      <Install>true</Install>
154    </BootstrapperPackage>
155    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
156      <Visible>False</Visible>
157      <ProductName>Windows Installer 3.1</ProductName>
158      <Install>true</Install>
159    </BootstrapperPackage>
160  </ItemGroup>
[4494]161  <ItemGroup>
162    <None Include="SQL Scripts\Initialize Deployment Database.sql" />
163  </ItemGroup>
164  <ItemGroup>
165    <None Include="Deployment.dbml.layout">
166      <DependentUpon>Deployment.dbml</DependentUpon>
167    </None>
168  </ItemGroup>
[3084]169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171       Other similar extension points exist, see Microsoft.Common.targets.
172  <Target Name="BeforeBuild">
173  </Target>
174  <Target Name="AfterBuild">
175  </Target>
176  -->
177  <PropertyGroup>
178    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
179set ProjectDir=$(ProjectDir)
180set SolutionDir=$(SolutionDir)
181set Outdir=$(Outdir)
182
183call PreBuildEvent.cmd
184</PreBuildEvent>
185  </PropertyGroup>
186</Project>
Note: See TracBrowser for help on using the repository browser.