Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataAccess/HeuristicLab.Services.Authentication.DataAccess.csproj @ 6956

Last change on this file since 6956 was 4728, checked in by fruehrli, 14 years ago

#1197
removed obsulate signings

File size: 3.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>{AC7C2117-034E-4301-8A43-C869930D404E}</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  <PropertyGroup>
34    <SignAssembly>false</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>
38    </AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Data.Linq" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="ClientManagment.designer.cs">
52      <AutoGen>True</AutoGen>
53      <DesignTime>True</DesignTime>
54      <DependentUpon>ClientManagment.dbml</DependentUpon>
55    </Compile>
56    <Compile Include="Properties\AssemblyInfo.cs" />
57    <Compile Include="Properties\Settings.Designer.cs">
58      <AutoGen>True</AutoGen>
59      <DesignTimeSharedInput>True</DesignTimeSharedInput>
60      <DependentUpon>Settings.settings</DependentUpon>
61    </Compile>
62  </ItemGroup>
63  <ItemGroup>
64    <None Include="app.config" />
65    <None Include="ClientManagment.dbml">
66      <Generator>MSLinqToSQLGenerator</Generator>
67      <LastGenOutput>ClientManagment.designer.cs</LastGenOutput>
68      <SubType>Designer</SubType>
69    </None>
70    <None Include="Properties\Settings.settings">
71      <Generator>SettingsSingleFileGenerator</Generator>
72      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
73    </None>
74  </ItemGroup>
75  <ItemGroup>
76    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
77  </ItemGroup>
78  <ItemGroup>
79    <None Include="ClientManagment.dbml.layout">
80      <DependentUpon>ClientManagment.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.