Subversion Repositories ASFLogin

Rev

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>{6BE1B53B-F5DF-4A1F-BC47-3E22E14CF5AA}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Library</OutputType>
7
    <RootNamespace>ASFLogin.Crypt.Test</RootNamespace>
8
    <AssemblyName>ASFLogin.Crypt.Tests</AssemblyName>
9
    <DocumentationFile>bin\Release\ASFLogin.Crypt.Tests.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="PINAuthProviderTest.cs" />
51
  </ItemGroup>
52
  <ItemGroup>
53
    <ProjectReference Include="..\Crypt\Crypt.csproj">
54
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
55
      <Name>Crypt</Name>
56
    </ProjectReference>
57
  </ItemGroup>
58
</Project>