Subversion Repositories ASFLogin

Rev

Rev 6 | Rev 59 | 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
    <FileAlignment>4096</FileAlignment>
41
    <FileAlignment>4096</FileAlignment>
42
  </PropertyGroup>
42
  </PropertyGroup>
43
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
43
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
44
  <ItemGroup>
44
  <ItemGroup>
45
    <Reference Include="System" />
45
    <Reference Include="System" />
-
 
46
    <Reference Include="System.configuration" />
46
    <Reference Include="System.Xml" />
47
    <Reference Include="System.Xml" />
47
  </ItemGroup>
48
  </ItemGroup>
48
  <ItemGroup>
49
  <ItemGroup>
49
    <Compile Include="AssemblyInfo.cs" />
50
    <Compile Include="AssemblyInfo.cs" />
50
    <Compile Include="AuthException.cs" />
51
    <Compile Include="AuthException.cs" />
51
    <Compile Include="AuthResult.cs" />
52
    <Compile Include="AuthResult.cs" />
52
    <Compile Include="AuthDirector.cs" />
53
    <Compile Include="AuthDirector.cs" />
-
 
54
    <Compile Include="FingerprintAuthDirector.cs" />
53
    <Compile Include="PinAuthDirector.cs" />
55
    <Compile Include="PinAuthDirector.cs" />
54
  </ItemGroup>
56
  </ItemGroup>
55
  <ItemGroup>
57
  <ItemGroup>
56
    <ProjectReference Include="..\Crypt\Crypt.csproj">
58
    <ProjectReference Include="..\Crypt\Crypt.csproj">
57
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
59
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
Line 60... Line 62...
60
    <ProjectReference Include="..\Data\Data.csproj">
62
    <ProjectReference Include="..\Data\Data.csproj">
61
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
63
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
62
      <Name>Data</Name>
64
      <Name>Data</Name>
63
    </ProjectReference>
65
    </ProjectReference>
64
  </ItemGroup>
66
  </ItemGroup>
-
 
67
  <ItemGroup>
-
 
68
    <None Include="App.config" />
-
 
69
  </ItemGroup>
65
</Project>
70
</Project>
66
 
71