From b560b7ea79aef7520b25adfc52c28fc27a290a8c Mon Sep 17 00:00:00 2001 From: Cinorid Date: Tue, 10 Sep 2019 18:03:04 +0430 Subject: [PATCH] Add project files. --- Google Authenticator Backup Tool.sln | 25 +++ Google Authenticator Backup Tool/App.config | 24 +++ Google Authenticator Backup Tool/App.xaml | 9 + Google Authenticator Backup Tool/App.xaml.cs | 16 ++ .../Google Authenticator Backup Tool.csproj | 123 +++++++++++++ .../MainWindow.xaml | 45 +++++ .../MainWindow.xaml.cs | 173 ++++++++++++++++++ .../Properties/AssemblyInfo.cs | 55 ++++++ .../Properties/Resources.Designer.cs | 71 +++++++ .../Properties/Resources.resx | 117 ++++++++++++ .../Properties/Settings.Designer.cs | 30 +++ .../Properties/Settings.settings | 7 + .../packages.config | 9 + 13 files changed, 704 insertions(+) create mode 100644 Google Authenticator Backup Tool.sln create mode 100644 Google Authenticator Backup Tool/App.config create mode 100644 Google Authenticator Backup Tool/App.xaml create mode 100644 Google Authenticator Backup Tool/App.xaml.cs create mode 100644 Google Authenticator Backup Tool/Google Authenticator Backup Tool.csproj create mode 100644 Google Authenticator Backup Tool/MainWindow.xaml create mode 100644 Google Authenticator Backup Tool/MainWindow.xaml.cs create mode 100644 Google Authenticator Backup Tool/Properties/AssemblyInfo.cs create mode 100644 Google Authenticator Backup Tool/Properties/Resources.Designer.cs create mode 100644 Google Authenticator Backup Tool/Properties/Resources.resx create mode 100644 Google Authenticator Backup Tool/Properties/Settings.Designer.cs create mode 100644 Google Authenticator Backup Tool/Properties/Settings.settings create mode 100644 Google Authenticator Backup Tool/packages.config 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 @@ + + + + + + + + + + + + +