Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4728 was 4728, checked in by fruehrli, 13 years ago

#1197
removed obsulate signings

File size: 4.9 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  <ItemGroup>
84    <ProjectReference Include="..\..\HeuristicLab.Services.Authentication.AdminMethods\HeuristicLab.Services.Authentication.AdminMethods.csproj">
85      <Project>{2DC20235-6A91-4ABC-8E3E-660B43EAD23B}</Project>
86      <Name>HeuristicLab.Services.Authentication.AdminMethods</Name>
87    </ProjectReference>
88  </ItemGroup>
89  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
90  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
91  <ProjectExtensions>
92    <VisualStudio>
93      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
94        <WebProjectProperties>
95          <UseIIS>False</UseIIS>
96          <AutoAssignPort>True</AutoAssignPort>
97          <DevelopmentServerPort>34825</DevelopmentServerPort>
98          <DevelopmentServerVPath>/</DevelopmentServerVPath>
99          <IISUrl>
100          </IISUrl>
101          <NTLMAuthentication>False</NTLMAuthentication>
102          <UseCustomServer>False</UseCustomServer>
103          <CustomServerUrl>
104          </CustomServerUrl>
105          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
106          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
107        </WebProjectProperties>
108      </FlavorProperties>
109    </VisualStudio>
110  </ProjectExtensions>
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.