Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/HeuristicLab.Services.Authentication.ServiceClient.csproj @ 5257

Last change on this file since 5257 was 5257, checked in by mjesner, 13 years ago

#1196

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>{8E698904-936D-4C7A-AB0D-6225778D2968}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Authentication</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Authentication.ServiceClients</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    <StartupObject />
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="HeuristicLab.Collections-3.3">
38      <HintPath>..\HeuristicLab.Collections-3.3.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common.Resources-3.3">
44      <HintPath>..\HeuristicLab.Common.Resources-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3">
47      <HintPath>..\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="System" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.Data.Linq" />
52    <Reference Include="System.Drawing" />
53    <Reference Include="System.Runtime.Serialization" />
54    <Reference Include="System.ServiceModel" />
55    <Reference Include="System.Xml.Linq" />
56    <Reference Include="System.Data.DataSetExtensions" />
57    <Reference Include="Microsoft.CSharp" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Xml" />
60  </ItemGroup>
61  <ItemGroup>
62    <Compile Include="AuthenticationClient.cs" />
63    <Compile Include="ClientFactory.cs" />
64    <Compile Include="ServiceClients\Application.cs" />
65    <Compile Include="ServiceClients\AuthenticationItem.cs" />
66    <Compile Include="ServiceClients\AuthenticationServiceClient.cs" />
67    <Compile Include="Properties\AssemblyInfo.cs" />
68    <Compile Include="ServiceClients\Role.cs" />
69    <Compile Include="ServiceClients\User.cs" />
70  </ItemGroup>
71  <ItemGroup>
72    <None Include="app.config" />
73    <None Include="HeuristicLab.snk" />
74    <None Include="ServiceClients\GenerateServiceClients.cmd" />
75  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj">
78      <Project>{0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}</Project>
79      <Name>HeuristicLab.Services.Authentication</Name>
80    </ProjectReference>
81  </ItemGroup>
82  <ItemGroup>
83    <WCFMetadata Include="Service References\" />
84  </ItemGroup>
85  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87       Other similar extension points exist, see Microsoft.Common.targets.
88  <Target Name="BeforeBuild">
89  </Target>
90  <Target Name="AfterBuild">
91  </Target>
92  -->
93</Project>
Note: See TracBrowser for help on using the repository browser.