Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4153 was 4020, checked in by bfarka, 15 years ago

implemented first working authorization test!
(#1046)

File size: 5.6 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.Data.DataSetExtensions">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Data.Linq">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.IdentityModel">
48      <RequiredTargetFramework>3.0</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.IdentityModel.Selectors">
51      <RequiredTargetFramework>3.0</RequiredTargetFramework>
52    </Reference>
53    <Reference Include="System.Runtime.Serialization">
54      <RequiredTargetFramework>3.0</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.ServiceModel">
57      <RequiredTargetFramework>3.0</RequiredTargetFramework>
58    </Reference>
59    <Reference Include="System.Web" />
60    <Reference Include="System.Xml" />
61    <Reference Include="System.Xml.Linq">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="AbstractHeuristicLabTest.cs" />
67    <Compile Include="HeuristicLabMembershipProviderTest.cs" />
68    <Compile Include="HeuristicLabRoleProviderTest.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
70    <Compile Include="Service References\AuthorizationManagementServiceRemote\Reference.cs">
71      <AutoGen>True</AutoGen>
72      <DesignTime>True</DesignTime>
73      <DependentUpon>Reference.svcmap</DependentUpon>
74    </Compile>
75    <Compile Include="service\AbstractHeuristicLabServiceTest.cs" />
76    <Compile Include="service\HeuristicLabAuthorizationManagementServiceTest_old.cs" />
77    <Compile Include="service\HeuristicLabManagementServiceTest.cs" />
78    <Compile Include="service\MyX509Validator.cs" />
79  </ItemGroup>
80  <ItemGroup>
81    <Content Include="AuthoringTests.txt" />
82    <None Include="Service References\AuthorizationManagementServiceRemote\Reference.svcmap">
83      <Generator>WCF Proxy Generator</Generator>
84      <LastGenOutput>Reference.cs</LastGenOutput>
85    </None>
86    <None Include="Service References\AuthorizationManagementServiceRemote\configuration.svcinfo" />
87    <None Include="Service References\AuthorizationManagementServiceRemote\configuration91.svcinfo" />
88  </ItemGroup>
89  <ItemGroup>
90    <ProjectReference Include="..\Persistence\Persistence.csproj">
91      <Project>{0B9535EE-DB1E-4174-B6C3-692DE1D8D841}</Project>
92      <Name>Persistence</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\Service\Service.csproj">
95      <Project>{E10132CA-5E9E-41F4-A855-45E5E759790A}</Project>
96      <Name>Service</Name>
97    </ProjectReference>
98  </ItemGroup>
99  <ItemGroup>
100    <Shadow Include="Test References\Persistence.accessor" />
101  </ItemGroup>
102  <ItemGroup>
103    <WCFMetadata Include="Service References\" />
104  </ItemGroup>
105  <ItemGroup>
106    <None Include="app.config" />
107    <None Include="Service References\AuthorizationManagementServiceRemote\AuthorizationManagementService.wsdl" />
108    <None Include="Service References\AuthorizationManagementServiceRemote\metadata.xsd" />
109    <None Include="Service References\AuthorizationManagementServiceRemote\metadata1.xsd" />
110  </ItemGroup>
111  <ItemGroup>
112    <WCFMetadataStorage Include="Service References\AuthorizationManagementServiceRemote\" />
113  </ItemGroup>
114  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
115  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116       Other similar extension points exist, see Microsoft.Common.targets.
117  <Target Name="BeforeBuild">
118  </Target>
119  <Target Name="AfterBuild">
120  </Target>
121  -->
122</Project>
Note: See TracBrowser for help on using the repository browser.