Subversion Repositories ASFLogin

Rev

Rev 59 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 bonfantef 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <ProjectGuid>{970084C0-BA97-45EF-BDB4-82CDC401112C}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Library</OutputType>
7
    <RootNamespace>ASFLogin.Authentication.Test</RootNamespace>
8
    <AssemblyName>ASFLogin.Authentication.Test</AssemblyName>
9
    <DocumentationFile>bin\Release\ASFLogin.Authentication.Test.xml</DocumentationFile>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11
    <NoStdLib>False</NoStdLib>
12
    <WarningLevel>4</WarningLevel>
13
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14
    <FileUpgradeFlags>
15
    </FileUpgradeFlags>
16
    <UpgradeBackupLocation>
17
    </UpgradeBackupLocation>
18
    <OldToolsVersion>2.0</OldToolsVersion>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DebugSymbols>True</DebugSymbols>
23
    <DebugType>Full</DebugType>
24
    <Optimize>False</Optimize>
25
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DebugSymbols>false</DebugSymbols>
31
    <DebugType>None</DebugType>
32
    <Optimize>True</Optimize>
33
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
34
    <DefineConstants>TRACE</DefineConstants>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
37
    <RegisterForComInterop>False</RegisterForComInterop>
38
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
39
    <BaseAddress>4194304</BaseAddress>
40
    <PlatformTarget>AnyCPU</PlatformTarget>
41
    <FileAlignment>4096</FileAlignment>
42
  </PropertyGroup>
43
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
44
  <ItemGroup>
45
    <Reference Include="nunit.framework" />
46
    <Reference Include="System" />
47
    <Reference Include="System.Xml" />
48
  </ItemGroup>
49
  <ItemGroup>
50
    <Compile Include="AssemblyInfo.cs" />
51
    <Compile Include="PinAuthDirectorTest.cs" />
52
  </ItemGroup>
53
  <ItemGroup>
54
    <ProjectReference Include="..\Authentication\Authentication.csproj">
55
      <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project>
56
      <Name>Authentication</Name>
57
    </ProjectReference>
58
    <ProjectReference Include="..\Data\Data.csproj">
59
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
60
      <Name>Data</Name>
61
    </ProjectReference>
62
  </ItemGroup>
63
</Project>