Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HLDemo/HeuristicLab.Services.DemoService/HeuristicLab.Services.DemoService.csproj @ 4731

Last change on this file since 4731 was 4731, checked in by jhaider, 13 years ago

#1197
Interface implemantation

File size: 4.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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{C1A05138-12F5-4B47-B32D-80A508D3073A}</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.DemoService</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.DemoService-3.3</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  <PropertyGroup>
35    <SignAssembly>false</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>
39    </AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Microsoft.CSharp" />
43    <Reference Include="System.Web.DynamicData" />
44    <Reference Include="System.Web.Entity" />
45    <Reference Include="System.Web.ApplicationServices" />
46    <Reference Include="System" />
47    <Reference Include="System.Configuration" />
48    <Reference Include="System.Core" />
49    <Reference Include="System.Data" />
50    <Reference Include="System.Drawing" />
51    <Reference Include="System.EnterpriseServices" />
52    <Reference Include="System.Runtime.Serialization" />
53    <Reference Include="System.ServiceModel" />
54    <Reference Include="System.ServiceModel.Web" />
55    <Reference Include="System.Web" />
56    <Reference Include="System.Web.Extensions" />
57    <Reference Include="System.Web.Services" />
58    <Reference Include="System.Xml" />
59    <Reference Include="System.Xml.Linq" />
60  </ItemGroup>
61  <ItemGroup>
62    <Content Include="Service.svc" />
63    <Content Include="Web.config">
64      <SubType>Designer</SubType>
65    </Content>
66    <Content Include="Web.Debug.config">
67      <DependentUpon>Web.config</DependentUpon>
68    </Content>
69    <Content Include="Web.Release.config">
70      <DependentUpon>Web.config</DependentUpon>
71    </Content>
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="Service.svc.cs">
75      <DependentUpon>Service.svc</DependentUpon>
76    </Compile>
77    <Compile Include="IService.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79  </ItemGroup>
80  <ItemGroup>
81    <Folder Include="App_Data\" />
82  </ItemGroup>
83  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
84  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
85  <ProjectExtensions>
86    <VisualStudio>
87      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
88        <WebProjectProperties>
89          <UseIIS>False</UseIIS>
90          <AutoAssignPort>True</AutoAssignPort>
91          <DevelopmentServerPort>34825</DevelopmentServerPort>
92          <DevelopmentServerVPath>/</DevelopmentServerVPath>
93          <IISUrl>
94          </IISUrl>
95          <NTLMAuthentication>False</NTLMAuthentication>
96          <UseCustomServer>False</UseCustomServer>
97          <CustomServerUrl>
98          </CustomServerUrl>
99          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
100          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
101        </WebProjectProperties>
102      </FlavorProperties>
103    </VisualStudio>
104  </ProjectExtensions>
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112</Project>
Note: See TracBrowser for help on using the repository browser.