diff options
Diffstat (limited to 'TwoStepsAuthenticator/TwoStepsAuthenticator.csproj')
-rw-r--r-- | TwoStepsAuthenticator/TwoStepsAuthenticator.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj b/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj index b628bfd..2ca64ae 100644 --- a/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj +++ b/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj @@ -41,7 +41,10 @@ <ItemGroup> <Compile Include="Base32Encoding.cs" /> <Compile Include="Authenticator.cs" /> + <Compile Include="CounterAuthenticator.cs" /> + <Compile Include="IUsedCodesManager.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="TimeAuthenticator.cs" /> <Compile Include="UsedCodesManager.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |