Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.csproj @ 4592

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

#1197

File size: 5.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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{ED8DC6E8-57C6-49E0-8CDF-25703AC52350}</ProjectGuid>
10    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HeuristicLab.Services.Authentication</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.Authentication</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="Microsoft.CSharp" />
36    <Reference Include="System.Data.Linq" />
37    <Reference Include="System.Web.DynamicData" />
38    <Reference Include="System.Web.Entity" />
39    <Reference Include="System.Web.ApplicationServices" />
40    <Reference Include="System" />
41    <Reference Include="System.Configuration" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Data" />
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.EnterpriseServices" />
46    <Reference Include="System.Runtime.Serialization" />
47    <Reference Include="System.ServiceModel" />
48    <Reference Include="System.ServiceModel.Web" />
49    <Reference Include="System.Web" />
50    <Reference Include="System.Web.Extensions" />
51    <Reference Include="System.Web.Services" />
52    <Reference Include="System.Xml" />
53    <Reference Include="System.Xml.Linq" />
54  </ItemGroup>
55  <ItemGroup>
56    <Content Include="Service1.svc" />
57    <Content Include="Web.config" />
58    <Content Include="Web.Debug.config">
59      <DependentUpon>Web.config</DependentUpon>
60    </Content>
61    <Content Include="Web.Release.config">
62      <DependentUpon>Web.config</DependentUpon>
63    </Content>
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="Convert.cs" />
67    <Compile Include="Service1.svc.cs">
68      <DependentUpon>Service1.svc</DependentUpon>
69    </Compile>
70    <Compile Include="IService1.cs" />
71    <Compile Include="Properties\AssemblyInfo.cs" />
72  </ItemGroup>
73  <ItemGroup>
74    <Folder Include="App_Data\" />
75  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataAccess\HeuristicLab.Services.Authentication.DataAccess.csproj">
78      <Project>{AC7C2117-034E-4301-8A43-C869930D404E}</Project>
79      <Name>HeuristicLab.Services.Authentication.DataAccess</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataTransfer\HeuristicLab.Services.Authentication.DataTransfer.csproj">
82      <Project>{73E5113E-A293-4384-8B16-3CE38F2CFDC9}</Project>
83      <Name>HeuristicLab.Services.Authentication.DataTransfer</Name>
84    </ProjectReference>
85  </ItemGroup>
86  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
87  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
88  <ProjectExtensions>
89    <VisualStudio>
90      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
91        <WebProjectProperties>
92          <UseIIS>False</UseIIS>
93          <AutoAssignPort>True</AutoAssignPort>
94          <DevelopmentServerPort>49170</DevelopmentServerPort>
95          <DevelopmentServerVPath>/</DevelopmentServerVPath>
96          <IISUrl>
97          </IISUrl>
98          <NTLMAuthentication>False</NTLMAuthentication>
99          <UseCustomServer>False</UseCustomServer>
100          <CustomServerUrl>
101          </CustomServerUrl>
102          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
103          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
104        </WebProjectProperties>
105      </FlavorProperties>
106    </VisualStudio>
107  </ProjectExtensions>
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>
Note: See TracBrowser for help on using the repository browser.