Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj @ 6821

Last change on this file since 6821 was 6821, checked in by ascheibe, 13 years ago

#1648 some cosmetic fixes

File size: 4.7 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  </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>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Data.Linq" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="ASPNETAuthentication.designer.cs">
51      <AutoGen>True</AutoGen>
52      <DesignTime>True</DesignTime>
53      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
54    </Compile>
55    <Compile Include="ClientManagement.designer.cs">
56      <DependentUpon>ClientManagement.dbml</DependentUpon>
57      <DesignTime>True</DesignTime>
58      <AutoGen>True</AutoGen>
59    </Compile>
60    <Compile Include="Properties\AssemblyInfo.cs" />
61    <Compile Include="Properties\Settings.Designer.cs">
62      <AutoGen>True</AutoGen>
63      <DesignTimeSharedInput>True</DesignTimeSharedInput>
64      <DependentUpon>Settings.settings</DependentUpon>
65    </Compile>
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="app.config" />
69    <None Include="ASPNETAuthentication.dbml">
70      <Generator>MSLinqToSQLGenerator</Generator>
71      <LastGenOutput>ASPNETAuthentication.designer.cs</LastGenOutput>
72      <SubType>Designer</SubType>
73    </None>
74    <None Include="ClientManagement.dbml">
75      <Generator>MSLinqToSQLGenerator</Generator>
76      <LastGenOutput>ClientManagement.designer.cs</LastGenOutput>
77      <SubType>Designer</SubType>
78    </None>
79    <None Include="HeuristicLab.snk" />
80    <None Include="Properties\AssemblyInfo.frame" />
81    <None Include="Properties\Settings.settings">
82      <Generator>SettingsSingleFileGenerator</Generator>
83      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
84    </None>
85  </ItemGroup>
86  <ItemGroup>
87    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
88  </ItemGroup>
89  <ItemGroup>
90    <None Include="ASPNETAuthentication.dbml.layout">
91      <DependentUpon>ASPNETAuthentication.dbml</DependentUpon>
92    </None>
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="ClientManagement.dbml.layout">
96      <DependentUpon>ClientManagement.dbml</DependentUpon>
97    </None>
98  </ItemGroup>
99  <ItemGroup>
100    <Content Include="SQL Scripts\Create ClientManagement.sql" />
101    <Content Include="SQL Scripts\Initialize ClientManagement.sql" />
102  </ItemGroup>
103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104  <PropertyGroup>
105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
106set ProjectDir=$(ProjectDir)
107set SolutionDir=$(SolutionDir)
108set Outdir=$(Outdir)
109call PreBuildEvent.cmd</PreBuildEvent>
110  </PropertyGroup>
111  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112       Other similar extension points exist, see Microsoft.Common.targets.
113  <Target Name="BeforeBuild">
114  </Target>
115  <Target Name="AfterBuild">
116  </Target>
117  -->
118</Project>
Note: See TracBrowser for help on using the repository browser.