Subversion Repositories ASFLogin

Rev

Rev 59 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 69
Line 51... Line 51...
51
  </PropertyGroup>
51
  </PropertyGroup>
52
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
52
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
53
  <ItemGroup>
53
  <ItemGroup>
54
    <Reference Include="System" />
54
    <Reference Include="System" />
55
    <Reference Include="System.configuration" />
55
    <Reference Include="System.configuration" />
-
 
56
    <Reference Include="System.Data" />
56
    <Reference Include="System.Xml" />
57
    <Reference Include="System.Xml" />
57
  </ItemGroup>
58
  </ItemGroup>
58
  <ItemGroup>
59
  <ItemGroup>
59
    <Compile Include="AssemblyInfo.cs" />
60
    <Compile Include="AssemblyInfo.cs" />
60
    <Compile Include="AuthException.cs" />
61
    <Compile Include="AuthException.cs" />
61
    <Compile Include="AuthResult.cs" />
62
    <Compile Include="AuthResult.cs" />
62
    <Compile Include="AuthDirector.cs" />
63
    <Compile Include="AuthDirector.cs" />
63
    <Compile Include="FingerprintAuthDirector.cs" />
64
    <Compile Include="FingerprintAuthDirector.cs" />
-
 
65
    <Compile Include="IEventNotifier.cs" />
64
    <Compile Include="PinAuthDirector.cs" />
66
    <Compile Include="PinAuthDirector.cs" />
-
 
67
    <Compile Include="Utils.cs" />
65
  </ItemGroup>
68
  </ItemGroup>
66
  <ItemGroup>
69
  <ItemGroup>
67
    <ProjectReference Include="..\Crypt\Crypt.csproj">
70
    <ProjectReference Include="..\Crypt\Crypt.csproj">
68
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
71
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
69
      <Name>Crypt</Name>
72
      <Name>Crypt</Name>