Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Services.Authentication Prototyp/HeuristicLab.Services.Authentication Prototype/Service/Service.csproj @ 4427

Last change on this file since 4427 was 4427, checked in by mholper, 14 years ago
File size: 3.5 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{E10132CA-5E9E-41F4-A855-45E5E759790A}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Service</RootNamespace>
11    <AssemblyName>Service</AssemblyName>
12    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
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="System" />
35    <Reference Include="System.configuration" />
36    <Reference Include="System.Core">
37      <RequiredTargetFramework>3.5</RequiredTargetFramework>
38    </Reference>
39    <Reference Include="System.Data" />
40    <Reference Include="System.Data.Linq">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Runtime.Serialization">
44      <RequiredTargetFramework>3.0</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.ServiceModel">
47      <RequiredTargetFramework>3.0</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Web" />
50    <Reference Include="System.Xml" />
51    <Reference Include="System.Xml.Linq">
52      <RequiredTargetFramework>3.5</RequiredTargetFramework>
53    </Reference>
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="Properties\AssemblyInfo.cs" />
57    <Compile Include="Provider\HeuristicLabMembershipProvider.cs" />
58    <Compile Include="Provider\HeuristicLabRoleProvider.cs" />
59    <Compile Include="Services\Administration\AuthorizationManagementService.cs" />
60    <Compile Include="Services\Administration\IAuthorizationManagementService.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <None Include="App.config" />
64  </ItemGroup>
65  <ItemGroup>
66    <ProjectReference Include="..\Persistence\Persistence.csproj">
67      <Project>{0B9535EE-DB1E-4174-B6C3-692DE1D8D841}</Project>
68      <Name>Persistence</Name>
69    </ProjectReference>
70  </ItemGroup>
71  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
72  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73       Other similar extension points exist, see Microsoft.Common.targets.
74  <Target Name="BeforeBuild">
75  </Target>
76  <Target Name="AfterBuild">
77  </Target>
78  -->
79  <ProjectExtensions>
80    <VisualStudio>
81    </VisualStudio>
82  </ProjectExtensions>
83</Project>
Note: See TracBrowser for help on using the repository browser.