Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj @ 3932

Last change on this file since 3932 was 3932, checked in by bfarka, 14 years ago

Added emty projects for services and persistence (#1046)

File size: 3.4 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{90873656-FC76-4759-A451-F0FCDA35CAA4}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>UnitTests</RootNamespace>
11    <AssemblyName>UnitTests</AssemblyName>
12    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
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  <ItemGroup>
34    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
35    <Reference Include="System" />
36    <Reference Include="System.configuration" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Data" />
41    <Reference Include="System.Runtime.Serialization">
42      <RequiredTargetFramework>3.0</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.ServiceModel">
45      <RequiredTargetFramework>3.0</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Web" />
48    <Reference Include="System.Xml" />
49    <Reference Include="System.Xml.Linq">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="HeuristicLabMembershipProviderTest.cs" />
55    <Compile Include="HeuristicLabRoleProviderTest.cs" />
56    <Compile Include="Properties\AssemblyInfo.cs" />
57  </ItemGroup>
58  <ItemGroup>
59    <Content Include="AuthoringTests.txt" />
60  </ItemGroup>
61  <ItemGroup>
62    <ProjectReference Include="..\Persistence\Persistence.csproj">
63      <Project>{0B9535EE-DB1E-4174-B6C3-692DE1D8D841}</Project>
64      <Name>Persistence</Name>
65    </ProjectReference>
66    <ProjectReference Include="..\Service\Service.csproj">
67      <Project>{E10132CA-5E9E-41F4-A855-45E5E759790A}</Project>
68      <Name>Service</Name>
69    </ProjectReference>
70  </ItemGroup>
71  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
72  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73       Other similar extension points exist, see Microsoft.Common.targets.
74  <Target Name="BeforeBuild">
75  </Target>
76  <Target Name="AfterBuild">
77  </Target>
78  -->
79</Project>
Note: See TracBrowser for help on using the repository browser.