diff options
Diffstat (limited to 'TwoStepsAuthenticator/TwoStepsAuthenticator.csproj')
-rw-r--r-- | TwoStepsAuthenticator/TwoStepsAuthenticator.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj b/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj index 0f7341e..6a37cfe 100644 --- a/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj +++ b/TwoStepsAuthenticator/TwoStepsAuthenticator.csproj @@ -40,7 +40,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Base32Encoding.cs" /> - <Compile Include="TwoStepsAuthenticator.cs" /> + <Compile Include="Authenticator.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UnixTimeHelper.cs" /> </ItemGroup> |