Subversion Repositories ASFLogin

Rev

Rev 55 | 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>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Library</OutputType>
7
    <RootNamespace>ASFLogin.Authentication</RootNamespace>
8
    <AssemblyName>ASFLogin.Authentication</AssemblyName>
9
    <DocumentationFile>bin\Release\ASFLogin.Authentication.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="System" />
46
    <Reference Include="System.Xml" />
47
  </ItemGroup>
48
  <ItemGroup>
49
    <Compile Include="AssemblyInfo.cs" />
50
    <Compile Include="AuthException.cs" />
51
    <Compile Include="AuthResult.cs" />
52
    <Compile Include="AuthDirector.cs" />
53
    <Compile Include="PinAuthDirector.cs" />
54
  </ItemGroup>
55
  <ItemGroup>
56
    <ProjectReference Include="..\Crypt\Crypt.csproj">
57
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
58
      <Name>Crypt</Name>
59
    </ProjectReference>
60
    <ProjectReference Include="..\Data\Data.csproj">
61
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
62
      <Name>Data</Name>
63
    </ProjectReference>
64
  </ItemGroup>
65
</Project>