Adding project CLI
This commit is contained in:
10
CLI/CLI.csproj
Normal file
10
CLI/CLI.csproj
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
2
CLI/Program.cs
Normal file
2
CLI/Program.cs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
// See https://aka.ms/new-console-template for more information
|
||||||
|
Console.WriteLine("Hello, World!");
|
||||||
62
CLI/obj/CLI.csproj.nuget.dgspec.json
Normal file
62
CLI/obj/CLI.csproj.nuget.dgspec.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
15
CLI/obj/CLI.csproj.nuget.g.props
Normal file
15
CLI/obj/CLI.csproj.nuget.g.props
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Typo\.nuget\packages\</NuGetPackageFolders>
|
||||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<SourceRoot Include="C:\Users\Typo\.nuget\packages\" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
2
CLI/obj/CLI.csproj.nuget.g.targets
Normal file
2
CLI/obj/CLI.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
||||||
23
CLI/obj/Debug/net7.0/CLI.AssemblyInfo.cs
Normal file
23
CLI/obj/Debug/net7.0/CLI.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// 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.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
1
CLI/obj/Debug/net7.0/CLI.AssemblyInfoInputs.cache
Normal file
1
CLI/obj/Debug/net7.0/CLI.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f3b08bb98618cc85d9f13abf20d81f58f19a1f31
|
||||||
@@ -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\
|
||||||
8
CLI/obj/Debug/net7.0/CLI.GlobalUsings.g.cs
Normal file
8
CLI/obj/Debug/net7.0/CLI.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
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;
|
||||||
BIN
CLI/obj/Debug/net7.0/CLI.assets.cache
Normal file
BIN
CLI/obj/Debug/net7.0/CLI.assets.cache
Normal file
Binary file not shown.
BIN
CLI/obj/Debug/net7.0/CLI.csproj.AssemblyReference.cache
Normal file
BIN
CLI/obj/Debug/net7.0/CLI.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
67
CLI/obj/project.assets.json
Normal file
67
CLI/obj/project.assets.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
8
CLI/obj/project.nuget.cache
Normal file
8
CLI/obj/project.nuget.cache
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"dgSpecHash": "/TrcOrQwy4M32zxEcS8h60kZ6Jz029hDeCC3np4mZDLAABrP89YQxREx287M8JF4+yo9oxX7E68CT2Ot57xbJQ==",
|
||||||
|
"success": true,
|
||||||
|
"projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\CLI\\CLI.csproj",
|
||||||
|
"expectedPackageFiles": [],
|
||||||
|
"logs": []
|
||||||
|
}
|
||||||
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{0
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "CLI\CLI.csproj", "{34BE940D-30F7-4C01-B1FF-B1CCAB6B9FF6}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
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|x64.Build.0 = Release|Any CPU
|
||||||
{E58CBF00-5B24-4A1F-85A7-DE8A7AEA1438}.Release|x86.ActiveCfg = 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
|
{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
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user