Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 55 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | <PlatformTarget>AnyCPU</PlatformTarget> |
41 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 42 | <FileAlignment>4096</FileAlignment> |
42 | <FileAlignment>4096</FileAlignment> |
| 43 | </PropertyGroup> |
43 | </PropertyGroup> |
| 44 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
44 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 45 | <ItemGroup> |
45 | <ItemGroup> |
| - | 46 | <Reference Include="SecuGen.FDxSDKPro.Windows, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
|
| - | 47 | <SpecificVersion>False</SpecificVersion> |
|
| - | 48 | <HintPath>lib\SecuGen.FDxSDKPro.Windows.dll</HintPath> |
|
| - | 49 | </Reference> |
|
| 46 | <Reference Include="System" /> |
50 | <Reference Include="System" /> |
| 47 | <Reference Include="System.Data" /> |
51 | <Reference Include="System.Data" /> |
| 48 | <Reference Include="System.Drawing" /> |
52 | <Reference Include="System.Drawing" /> |
| 49 | <Reference Include="System.Windows.Forms" /> |
53 | <Reference Include="System.Windows.Forms" /> |
| 50 | <Reference Include="System.Xml" /> |
54 | <Reference Include="System.Xml" /> |
| 51 | </ItemGroup> |
55 | </ItemGroup> |
| 52 | <ItemGroup> |
56 | <ItemGroup> |
| 53 | <Compile Include="AssemblyInfo.cs" /> |
57 | <Compile Include="AssemblyInfo.cs" /> |
| - | 58 | <Compile Include="FingerprintCryptProvider.cs" /> |
|
| 54 | <Compile Include="ICryptProvider.cs" /> |
59 | <Compile Include="ICryptProvider.cs" /> |
| 55 | <Compile Include="CryptProviderFactory.cs" /> |
60 | <Compile Include="CryptProviderFactory.cs" /> |
| 56 | <Compile Include="ASCIIStringCryptProvider.cs" /> |
61 | <Compile Include="ASCIIStringCryptProvider.cs" /> |
| - | 62 | <Compile Include="SecuGenWrapper.cs" /> |
|
| 57 | </ItemGroup> |
63 | </ItemGroup> |
| 58 | </Project> |
64 | </Project> |
| 59 | 65 | ||