Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1196 Changed DataTransfer Structure factoring in abstract class. Added new TestClient2 only to test the new method. All other comment lines, are lines they should be changed to the new structure.

File size: 4.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>{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.cs">
55      <DependentUpon>UserManagement.dbml</DependentUpon>
56    </Compile>
57    <Compile Include="UserManagement.designer.cs">
58      <AutoGen>True</AutoGen>
59      <DesignTime>True</DesignTime>
60      <DependentUpon>UserManagement.dbml</DependentUpon>
61    </Compile>
62  </ItemGroup>
63  <ItemGroup>
64    <None Include="app.config" />
65    <None Include="Properties\Settings.settings">
66      <Generator>SettingsSingleFileGenerator</Generator>
67      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
68    </None>
69    <None Include="UserManagement.dbml">
70      <Generator>MSLinqToSQLGenerator</Generator>
71      <LastGenOutput>UserManagement.designer.cs</LastGenOutput>
72      <SubType>Designer</SubType>
73    </None>
74  </ItemGroup>
75  <ItemGroup>
76    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
77  </ItemGroup>
78  <ItemGroup>
79    <None Include="UserManagement.dbml.layout">
80      <DependentUpon>UserManagement.dbml</DependentUpon>
81    </None>
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>
Note: See TracBrowser for help on using the repository browser.