Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.DataAccess/HeuristicLab.Services.Authentication.DataAccess.csproj @ 4584

Last change on this file since 4584 was 4584, checked in by jwolfing, 13 years ago

#1196 startup solution

File size: 3.9 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>{8700A834-561F-44F0-86B4-F220245A6BC8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Authentication.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Authentication.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  </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="Microsoft.Data.Schema, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
35    <Reference Include="Microsoft.Data.Schema.UnitTesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37    <Reference Include="System" />
38    <Reference Include="System.Configuration" />
39    <Reference Include="System.Core" />
40    <Reference Include="System.Data.Linq" />
41    <Reference Include="System.Xml.Linq" />
42    <Reference Include="System.Data.DataSetExtensions" />
43    <Reference Include="Microsoft.CSharp" />
44    <Reference Include="System.Data" />
45    <Reference Include="System.Xml" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="Properties\AssemblyInfo.cs" />
49    <Compile Include="Properties\Settings.Designer.cs">
50      <AutoGen>True</AutoGen>
51      <DesignTimeSharedInput>True</DesignTimeSharedInput>
52      <DependentUpon>Settings.settings</DependentUpon>
53    </Compile>
54    <Compile Include="UserManagement.designer.cs">
55      <AutoGen>True</AutoGen>
56      <DesignTime>True</DesignTime>
57      <DependentUpon>UserManagement.dbml</DependentUpon>
58    </Compile>
59  </ItemGroup>
60  <ItemGroup>
61    <None Include="app.config" />
62    <None Include="Properties\Settings.settings">
63      <Generator>SettingsSingleFileGenerator</Generator>
64      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
65    </None>
66    <None Include="UserManagement.dbml">
67      <Generator>MSLinqToSQLGenerator</Generator>
68      <LastGenOutput>UserManagement.designer.cs</LastGenOutput>
69      <SubType>Designer</SubType>
70    </None>
71  </ItemGroup>
72  <ItemGroup>
73    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
74  </ItemGroup>
75  <ItemGroup>
76    <None Include="UserManagement.dbml.layout">
77      <DependentUpon>UserManagement.dbml</DependentUpon>
78    </None>
79  </ItemGroup>
80  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82       Other similar extension points exist, see Microsoft.Common.targets.
83  <Target Name="BeforeBuild">
84  </Target>
85  <Target Name="AfterBuild">
86  </Target>
87  -->
88</Project>
Note: See TracBrowser for help on using the repository browser.