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

Last change on this file since 8040 was 8040, checked in by ascheibe, 12 years ago

#1648 integrated server parts of the access service into trunk

File size: 6.6 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.0</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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup>
78    <SignAssembly>true</SignAssembly>
79  </PropertyGroup>
80  <PropertyGroup>
81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Data.Linq" />
87    <Reference Include="System.Xml.Linq" />
88    <Reference Include="System.Data.DataSetExtensions" />
89    <Reference Include="Microsoft.CSharp" />
90    <Reference Include="System.Data" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="ASPNETAuthentication.designer.cs">
95      <AutoGen>True</AutoGen>
96      <DesignTime>True</DesignTime>
97      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
98    </Compile>
99    <Compile Include="AccessService.designer.cs">
100      <DependentUpon>AccessService.dbml</DependentUpon>
101      <DesignTime>True</DesignTime>
102      <AutoGen>True</AutoGen>
103    </Compile>
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <Compile Include="Properties\Settings.Designer.cs">
106      <AutoGen>True</AutoGen>
107      <DesignTimeSharedInput>True</DesignTimeSharedInput>
108      <DependentUpon>Settings.settings</DependentUpon>
109    </Compile>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="app.config" />
113    <None Include="ASPNETAuthentication.dbml">
114      <Generator>MSLinqToSQLGenerator</Generator>
115      <LastGenOutput>ASPNETAuthentication.designer.cs</LastGenOutput>
116      <SubType>Designer</SubType>
117    </None>
118    <None Include="AccessService.dbml">
119      <Generator>MSLinqToSQLGenerator</Generator>
120      <LastGenOutput>AccessService.designer.cs</LastGenOutput>
121      <SubType>Designer</SubType>
122    </None>
123    <None Include="HeuristicLab.snk" />
124    <None Include="Properties\AssemblyInfo.cs.frame" />
125    <None Include="Properties\Settings.settings">
126      <Generator>SettingsSingleFileGenerator</Generator>
127      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
128    </None>
129  </ItemGroup>
130  <ItemGroup>
131    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="ASPNETAuthentication.dbml.layout">
135      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
136    </None>
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="AccessService.dbml.layout">
140      <DependentUpon>AccessService.dbml</DependentUpon>
141    </None>
142  </ItemGroup>
143  <ItemGroup>
144    <Content Include="SQL Scripts\Create AccessServiceDB.sql" />
145    <Content Include="SQL Scripts\Create Initial Values.sql" />
146    <Content Include="SQL Scripts\Initialize AccessServiceDB.sql" />
147  </ItemGroup>
148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149  <PropertyGroup>
150    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
151set ProjectDir=$(ProjectDir)
152set SolutionDir=$(SolutionDir)
153set Outdir=$(Outdir)
154
155call PreBuildEvent.cmd</PreBuildEvent>
156  </PropertyGroup>
157  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158       Other similar extension points exist, see Microsoft.Common.targets.
159  <Target Name="BeforeBuild">
160  </Target>
161  <Target Name="AfterBuild">
162  </Target>
163  -->
164</Project>
Note: See TracBrowser for help on using the repository browser.