Subversion Repositories ASFLogin

Rev

Rev 55 | Details | Compare with Previous | 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>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Library</OutputType>
7
    <RootNamespace>ASFLogin.Data</RootNamespace>
8
    <AssemblyName>ASFLogin.Data</AssemblyName>
9
    <RunCodeAnalysis>False</RunCodeAnalysis>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11
    <NoStdLib>False</NoStdLib>
12
    <WarningLevel>4</WarningLevel>
13
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14
    <DocumentationFile>bin\Release\ASFLogin.Data.xml</DocumentationFile>
15
    <FileUpgradeFlags>
16
    </FileUpgradeFlags>
17
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <OldToolsVersion>2.0</OldToolsVersion>
20
  </PropertyGroup>
21
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DebugSymbols>true</DebugSymbols>
24
    <DebugType>Full</DebugType>
25
    <Optimize>False</Optimize>
26
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
27
    <DefineConstants>DEBUG;TRACE</DefineConstants>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DebugSymbols>false</DebugSymbols>
32
    <DebugType>None</DebugType>
33
    <Optimize>True</Optimize>
34
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
35
    <DefineConstants>TRACE</DefineConstants>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
38
    <RegisterForComInterop>False</RegisterForComInterop>
39
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
40
    <BaseAddress>4194304</BaseAddress>
41
    <PlatformTarget>AnyCPU</PlatformTarget>
42
    <FileAlignment>4096</FileAlignment>
43
  </PropertyGroup>
59 xraver 44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <OutputPath>..\..\exe\</OutputPath>
46
    <DocumentationFile>
47
    </DocumentationFile>
48
  </PropertyGroup>
49
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50
    <DocumentationFile>
51
    </DocumentationFile>
52
  </PropertyGroup>
6 bonfantef 53
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
54
  <ItemGroup>
55
    <Reference Include="System" />
56
    <Reference Include="System.Data" />
57
    <Reference Include="System.Drawing" />
58
    <Reference Include="System.Windows.Forms" />
59
    <Reference Include="System.Xml" />
60
  </ItemGroup>
61
  <ItemGroup>
62
    <Compile Include="Account.cs" />
63
    <Compile Include="AccountCRUDService.cs" />
64
    <Compile Include="ASFLoginDataException.cs" />
65
    <Compile Include="AccountParser.cs" />
66
    <Compile Include="AccountListFileDao.cs" />
67
    <Compile Include="AssemblyInfo.cs" />
55 bonfantef 68
    <Compile Include="FingerprintAuthCredential.cs" />
6 bonfantef 69
    <Compile Include="IAuthCredential.cs" />
70
    <Compile Include="PinAuthCredential.cs" />
71
  </ItemGroup>
72
</Project>