diff --git a/Common/Common.csproj b/Common/Common.csproj
new file mode 100644
index 0000000..f02677b
--- /dev/null
+++ b/Common/Common.csproj
@@ -0,0 +1,10 @@
+
+
+
+ Exe
+ net7.0
+ enable
+ enable
+
+
+
diff --git a/Common/Program.cs b/Common/Program.cs
new file mode 100644
index 0000000..3751555
--- /dev/null
+++ b/Common/Program.cs
@@ -0,0 +1,2 @@
+// See https://aka.ms/new-console-template for more information
+Console.WriteLine("Hello, World!");
diff --git a/Common/obj/Common.csproj.nuget.dgspec.json b/Common/obj/Common.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..da74bbc
--- /dev/null
+++ b/Common/obj/Common.csproj.nuget.dgspec.json
@@ -0,0 +1,62 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
+ "projectName": "Common",
+ "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
+ "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Common/obj/Common.csproj.nuget.g.props b/Common/obj/Common.csproj.nuget.g.props
new file mode 100644
index 0000000..adb2bed
--- /dev/null
+++ b/Common/obj/Common.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Typo\.nuget\packages\
+ PackageReference
+ 6.5.0
+
+
+
+
+
\ No newline at end of file
diff --git a/Common/obj/Common.csproj.nuget.g.targets b/Common/obj/Common.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/Common/obj/Common.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Common/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/Common/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..4257f4b
--- /dev/null
+++ b/Common/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/Common/obj/Debug/net7.0/Common.AssemblyInfo.cs b/Common/obj/Debug/net7.0/Common.AssemblyInfo.cs
new file mode 100644
index 0000000..dad5f3d
--- /dev/null
+++ b/Common/obj/Debug/net7.0/Common.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Common")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Common")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Common")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Common/obj/Debug/net7.0/Common.AssemblyInfoInputs.cache b/Common/obj/Debug/net7.0/Common.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..5fc468c
--- /dev/null
+++ b/Common/obj/Debug/net7.0/Common.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+6a7f5b46ad5631c8134ea72a3bb3fafbbe28db90
diff --git a/Common/obj/Debug/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig b/Common/obj/Debug/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..caa3402
--- /dev/null
+++ b/Common/obj/Debug/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.TargetFramework = net7.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Common
+build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\Common\
diff --git a/Common/obj/Debug/net7.0/Common.GlobalUsings.g.cs b/Common/obj/Debug/net7.0/Common.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Common/obj/Debug/net7.0/Common.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Common/obj/Debug/net7.0/Common.assets.cache b/Common/obj/Debug/net7.0/Common.assets.cache
new file mode 100644
index 0000000..d6bbb89
Binary files /dev/null and b/Common/obj/Debug/net7.0/Common.assets.cache differ
diff --git a/Common/obj/Debug/net7.0/Common.csproj.AssemblyReference.cache b/Common/obj/Debug/net7.0/Common.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..0758ba3
Binary files /dev/null and b/Common/obj/Debug/net7.0/Common.csproj.AssemblyReference.cache differ
diff --git a/Common/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/Common/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..4257f4b
--- /dev/null
+++ b/Common/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/Common/obj/Release/net7.0/Common.AssemblyInfo.cs b/Common/obj/Release/net7.0/Common.AssemblyInfo.cs
new file mode 100644
index 0000000..a9ede94
--- /dev/null
+++ b/Common/obj/Release/net7.0/Common.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Common")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Common")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Common")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/Common/obj/Release/net7.0/Common.AssemblyInfoInputs.cache b/Common/obj/Release/net7.0/Common.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..62f179f
--- /dev/null
+++ b/Common/obj/Release/net7.0/Common.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+02405b46709cbc766b91d6ed11e70cd1d762c533
diff --git a/Common/obj/Release/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig b/Common/obj/Release/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..caa3402
--- /dev/null
+++ b/Common/obj/Release/net7.0/Common.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.TargetFramework = net7.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Common
+build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\Common\
diff --git a/Common/obj/Release/net7.0/Common.GlobalUsings.g.cs b/Common/obj/Release/net7.0/Common.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Common/obj/Release/net7.0/Common.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Common/obj/Release/net7.0/Common.assets.cache b/Common/obj/Release/net7.0/Common.assets.cache
new file mode 100644
index 0000000..5b95001
Binary files /dev/null and b/Common/obj/Release/net7.0/Common.assets.cache differ
diff --git a/Common/obj/Release/net7.0/Common.csproj.AssemblyReference.cache b/Common/obj/Release/net7.0/Common.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..0758ba3
Binary files /dev/null and b/Common/obj/Release/net7.0/Common.csproj.AssemblyReference.cache differ
diff --git a/Common/obj/project.assets.json b/Common/obj/project.assets.json
new file mode 100644
index 0000000..d88a89d
--- /dev/null
+++ b/Common/obj/project.assets.json
@@ -0,0 +1,67 @@
+{
+ "version": 3,
+ "targets": {
+ "net7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Typo\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
+ "projectName": "Common",
+ "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
+ "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Common/obj/project.nuget.cache b/Common/obj/project.nuget.cache
new file mode 100644
index 0000000..3570fc2
--- /dev/null
+++ b/Common/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "MYbfvpgzBTCGJNF45/2h7YWu50xJ9/zTlBwy53QDjYs6+ldtnYW7C+VDCYWJ2Y566Hsj0AptVu0lIRnGHv9IQw==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Common\\Common.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/GUI/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/GUI/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..4257f4b
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfo.cs b/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfo.cs
new file mode 100644
index 0000000..94b4648
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GUI")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GUI")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GUI")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfoInputs.cache b/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..7625e18
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/GUI.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ae3e04813699e31f65d0305afb55fa059a381f0c
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig b/GUI/obj/Debug/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..8a783de
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net7.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Password_Manager
+build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\GUI\
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.GlobalUsings.g.cs b/GUI/obj/Debug/net7.0-windows/GUI.GlobalUsings.g.cs
new file mode 100644
index 0000000..84bbb89
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/GUI.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Drawing;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
+global using global::System.Windows.Forms;
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.assets.cache b/GUI/obj/Debug/net7.0-windows/GUI.assets.cache
new file mode 100644
index 0000000..188b979
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/GUI.assets.cache differ
diff --git a/GUI/obj/Debug/net7.0-windows/GUI.csproj.AssemblyReference.cache b/GUI/obj/Debug/net7.0-windows/GUI.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..1ca95f0
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/GUI.csproj.AssemblyReference.cache differ
diff --git a/Password Manager.sln b/Password Manager.sln
index 02ef550..af0029c 100644
--- a/Password Manager.sln
+++ b/Password Manager.sln
@@ -3,15 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GUI", "GUI\GUI.csproj", "{03A271CC-CBAD-4A88-82E7-5298DC418ECE}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{03A271CC-CBAD-4A88-82E7-5298DC418ECE}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}"
EndProject
Global
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
- EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
@@ -33,5 +29,23 @@ Global
{03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x64.Build.0 = Release|Any CPU
{03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x86.ActiveCfg = Release|Any CPU
{03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x86.Build.0 = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|x64.Build.0 = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Debug|x86.Build.0 = Debug|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|x64.ActiveCfg = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|x64.Build.0 = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|x86.ActiveCfg = Release|Any CPU
+ {E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
EndGlobalSection
EndGlobal