diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj new file mode 100644 index 0000000..f02677b --- /dev/null +++ b/CLI/CLI.csproj @@ -0,0 +1,10 @@ + + + + Exe + net7.0 + enable + enable + + + diff --git a/CLI/Program.cs b/CLI/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/CLI/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/CLI/obj/CLI.csproj.nuget.dgspec.json b/CLI/obj/CLI.csproj.nuget.dgspec.json new file mode 100644 index 0000000..33f6a2a --- /dev/null +++ b/CLI/obj/CLI.csproj.nuget.dgspec.json @@ -0,0 +1,62 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj": {} + }, + "projects": { + "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj", + "projectName": "CLI", + "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj", + "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\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/CLI/obj/CLI.csproj.nuget.g.props b/CLI/obj/CLI.csproj.nuget.g.props new file mode 100644 index 0000000..adb2bed --- /dev/null +++ b/CLI/obj/CLI.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/CLI/obj/CLI.csproj.nuget.g.targets b/CLI/obj/CLI.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/CLI/obj/CLI.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/CLI/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/CLI/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/CLI/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/CLI/obj/Debug/net7.0/CLI.AssemblyInfo.cs b/CLI/obj/Debug/net7.0/CLI.AssemblyInfo.cs new file mode 100644 index 0000000..1157dd1 --- /dev/null +++ b/CLI/obj/Debug/net7.0/CLI.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("CLI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("CLI")] +[assembly: System.Reflection.AssemblyTitleAttribute("CLI")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/CLI/obj/Debug/net7.0/CLI.AssemblyInfoInputs.cache b/CLI/obj/Debug/net7.0/CLI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8cbb7cc --- /dev/null +++ b/CLI/obj/Debug/net7.0/CLI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f3b08bb98618cc85d9f13abf20d81f58f19a1f31 diff --git a/CLI/obj/Debug/net7.0/CLI.GeneratedMSBuildEditorConfig.editorconfig b/CLI/obj/Debug/net7.0/CLI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..0382915 --- /dev/null +++ b/CLI/obj/Debug/net7.0/CLI.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 = CLI +build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\CLI\ diff --git a/CLI/obj/Debug/net7.0/CLI.GlobalUsings.g.cs b/CLI/obj/Debug/net7.0/CLI.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/CLI/obj/Debug/net7.0/CLI.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/CLI/obj/Debug/net7.0/CLI.assets.cache b/CLI/obj/Debug/net7.0/CLI.assets.cache new file mode 100644 index 0000000..67296d7 Binary files /dev/null and b/CLI/obj/Debug/net7.0/CLI.assets.cache differ diff --git a/CLI/obj/Debug/net7.0/CLI.csproj.AssemblyReference.cache b/CLI/obj/Debug/net7.0/CLI.csproj.AssemblyReference.cache new file mode 100644 index 0000000..0758ba3 Binary files /dev/null and b/CLI/obj/Debug/net7.0/CLI.csproj.AssemblyReference.cache differ diff --git a/CLI/obj/project.assets.json b/CLI/obj/project.assets.json new file mode 100644 index 0000000..b732797 --- /dev/null +++ b/CLI/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\\CLI\\CLI.csproj", + "projectName": "CLI", + "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj", + "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\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/CLI/obj/project.nuget.cache b/CLI/obj/project.nuget.cache new file mode 100644 index 0000000..8cb7570 --- /dev/null +++ b/CLI/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "/TrcOrQwy4M32zxEcS8h60kZ6Jz029hDeCC3np4mZDLAABrP89YQxREx287M8JF4+yo9oxX7E68CT2Ot57xbJQ==", + "success": true, + "projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Password Manager.sln b/Password Manager.sln index af0029c..721f23e 100644 --- a/Password Manager.sln +++ b/Password Manager.sln @@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{0 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "CLI\CLI.csproj", "{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -41,6 +43,18 @@ Global {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 + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|x64.ActiveCfg = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|x64.Build.0 = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|x86.ActiveCfg = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Debug|x86.Build.0 = Debug|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|Any CPU.Build.0 = Release|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x64.ActiveCfg = Release|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x64.Build.0 = Release|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x86.ActiveCfg = Release|Any CPU + {34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE