Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/TestWebService/TestWebService.csproj @ 6873

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

#1197
modified and new service methods

File size: 3.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>{01C496AF-00BE-4C51-9AA1-A9EBBE780003}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>TestWebService</RootNamespace>
13    <AssemblyName>TestWebService</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Data" />
42    <Reference Include="System.Data.Linq" />
43  </ItemGroup>
44  <ItemGroup>
45    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
46      <Visible>False</Visible>
47    </CodeAnalysisDependentAssemblyPaths>
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="Properties\AssemblyInfo.cs" />
51    <Compile Include="TestWebServiec.cs" />
52  </ItemGroup>
53  <ItemGroup>
54    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataAccess\HeuristicLab.Services.Authentication.DataAccess.csproj">
55      <Project>{AC7C2117-034E-4301-8A43-C869930D404E}</Project>
56      <Name>HeuristicLab.Services.Authentication.DataAccess</Name>
57    </ProjectReference>
58    <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataTransfer\HeuristicLab.Services.Authentication.DataTransfer.csproj">
59      <Project>{73E5113E-A293-4384-8B16-3CE38F2CFDC9}</Project>
60      <Name>HeuristicLab.Services.Authentication.DataTransfer</Name>
61    </ProjectReference>
62    <ProjectReference Include="..\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj">
63      <Project>{ED8DC6E8-57C6-49E0-8CDF-25703AC52350}</Project>
64      <Name>HeuristicLab.Services.Authentication</Name>
65    </ProjectReference>
66  </ItemGroup>
67  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69       Other similar extension points exist, see Microsoft.Common.targets.
70  <Target Name="BeforeBuild">
71  </Target>
72  <Target Name="AfterBuild">
73  </Target>
74  -->
75</Project>
Note: See TracBrowser for help on using the repository browser.