Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj @ 11623

Last change on this file since 11623 was 11623, checked in by ascheibe, 9 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File size: 7.0 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>{0F652437-998A-4EAB-8BF1-444B5FE8CE97}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Access.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Access.DataAccess</AssemblyName>
13    <TargetFrameworkVersion>v4.5</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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>
54    </DocumentationFile>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>bin\Release\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup>
85    <SignAssembly>true</SignAssembly>
86  </PropertyGroup>
87  <PropertyGroup>
88    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Core" />
93    <Reference Include="System.Data.Linq" />
94    <Reference Include="System.Xml.Linq" />
95    <Reference Include="System.Data.DataSetExtensions" />
96    <Reference Include="Microsoft.CSharp" />
97    <Reference Include="System.Data" />
98    <Reference Include="System.Xml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="ASPNETAuthentication.designer.cs">
102      <AutoGen>True</AutoGen>
103      <DesignTime>True</DesignTime>
104      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
105    </Compile>
106    <Compile Include="AccessService.designer.cs">
107      <DependentUpon>AccessService.dbml</DependentUpon>
108      <DesignTime>True</DesignTime>
109      <AutoGen>True</AutoGen>
110    </Compile>
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <Compile Include="Properties\Settings.Designer.cs">
113      <AutoGen>True</AutoGen>
114      <DesignTimeSharedInput>True</DesignTimeSharedInput>
115      <DependentUpon>Settings.settings</DependentUpon>
116    </Compile>
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="app.config" />
120    <None Include="ASPNETAuthentication.dbml">
121      <Generator>MSLinqToSQLGenerator</Generator>
122      <LastGenOutput>ASPNETAuthentication.designer.cs</LastGenOutput>
123      <SubType>Designer</SubType>
124    </None>
125    <None Include="AccessService.dbml">
126      <Generator>MSLinqToSQLGenerator</Generator>
127      <LastGenOutput>AccessService.designer.cs</LastGenOutput>
128      <SubType>Designer</SubType>
129    </None>
130    <None Include="HeuristicLab.snk" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132    <None Include="Properties\Settings.settings">
133      <Generator>SettingsSingleFileGenerator</Generator>
134      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
135    </None>
136  </ItemGroup>
137  <ItemGroup>
138    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="ASPNETAuthentication.dbml.layout">
142      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
143    </None>
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="AccessService.dbml.layout">
147      <DependentUpon>AccessService.dbml</DependentUpon>
148    </None>
149  </ItemGroup>
150  <ItemGroup>
151    <Content Include="SQL Scripts\Create AccessServiceDB.sql" />
152    <Content Include="SQL Scripts\Create Initial Values.sql" />
153    <Content Include="SQL Scripts\Initialize AccessServiceDB.sql" />
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <PropertyGroup>
157    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd</PreBuildEvent>
163    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
164export ProjectDir=$(ProjectDir)
165export SolutionDir=$(SolutionDir)
166
167$SolutionDir/PreBuildEvent.sh
168</PreBuildEvent>
169  </PropertyGroup>
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</Project>
Note: See TracBrowser for help on using the repository browser.