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>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Library</OutputType>
7
    <RootNamespace>ASFLogin.Crypt</RootNamespace>
8
    <AssemblyName>ASFLogin.Crypt</AssemblyName>
9
    <RunCodeAnalysis>False</RunCodeAnalysis>
10
    <DocumentationFile>bin\Release\ASFLogin.Crypt.xml</DocumentationFile>
11
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
12
    <NoStdLib>False</NoStdLib>
13
    <WarningLevel>4</WarningLevel>
14
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
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 bonfantef 55
    <Reference Include="SecuGen.FDxSDKPro.Windows, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
56
      <SpecificVersion>False</SpecificVersion>
57
      <HintPath>lib\SecuGen.FDxSDKPro.Windows.dll</HintPath>
58
    </Reference>
6 bonfantef 59
    <Reference Include="System" />
60
    <Reference Include="System.Data" />
61
    <Reference Include="System.Drawing" />
62
    <Reference Include="System.Windows.Forms" />
63
    <Reference Include="System.Xml" />
64
  </ItemGroup>
65
  <ItemGroup>
66
    <Compile Include="AssemblyInfo.cs" />
55 bonfantef 67
    <Compile Include="FingerprintCryptProvider.cs" />
6 bonfantef 68
    <Compile Include="ICryptProvider.cs" />
69
    <Compile Include="CryptProviderFactory.cs" />
70
    <Compile Include="ASCIIStringCryptProvider.cs" />
55 bonfantef 71
    <Compile Include="SecuGenWrapper.cs" />
6 bonfantef 72
  </ItemGroup>
73
</Project>