diff --git a/Google Authenticator Backup Tool.sln b/Google Authenticator Backup Tool.sln new file mode 100644 index 0000000..877a04e --- /dev/null +++ b/Google Authenticator Backup Tool.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28729.10 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google Authenticator Backup Tool", "Google Authenticator Backup Tool\Google Authenticator Backup Tool.csproj", "{A87AE739-6EA3-48E7-A990-B666E372E78F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A87AE739-6EA3-48E7-A990-B666E372E78F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A87AE739-6EA3-48E7-A990-B666E372E78F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A87AE739-6EA3-48E7-A990-B666E372E78F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A87AE739-6EA3-48E7-A990-B666E372E78F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9B34D881-E589-4EAD-B502-5D3456FB0E23} + EndGlobalSection +EndGlobal diff --git a/Google Authenticator Backup Tool/App.config b/Google Authenticator Backup Tool/App.config new file mode 100644 index 0000000..10586df --- /dev/null +++ b/Google Authenticator Backup Tool/App.config @@ -0,0 +1,24 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Google Authenticator Backup Tool/App.xaml b/Google Authenticator Backup Tool/App.xaml new file mode 100644 index 0000000..380d0b8 --- /dev/null +++ b/Google Authenticator Backup Tool/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Google Authenticator Backup Tool/App.xaml.cs b/Google Authenticator Backup Tool/App.xaml.cs new file mode 100644 index 0000000..a5ac032 --- /dev/null +++ b/Google Authenticator Backup Tool/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace Google_Authenticator_Backup_Tool +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Google Authenticator Backup Tool/Google Authenticator Backup Tool.csproj b/Google Authenticator Backup Tool/Google Authenticator Backup Tool.csproj new file mode 100644 index 0000000..d63f9c8 --- /dev/null +++ b/Google Authenticator Backup Tool/Google Authenticator Backup Tool.csproj @@ -0,0 +1,123 @@ + + + + + Debug + AnyCPU + {A87AE739-6EA3-48E7-A990-B666E372E78F} + WinExe + Google_Authenticator_Backup_Tool + Google Authenticator Backup Tool + v4.0 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll + + + ..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll + + + ..\packages\QrCode.Net.0.4.0.0\lib\net40\Gma.QrCodeNet.Encoding.dll + + + + + + ..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll + + + ..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll + + + ..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/Google Authenticator Backup Tool/MainWindow.xaml b/Google Authenticator Backup Tool/MainWindow.xaml new file mode 100644 index 0000000..e8191b5 --- /dev/null +++ b/Google Authenticator Backup Tool/MainWindow.xaml @@ -0,0 +1,45 @@ + + + + + + + + + + + + +