Renamed project to GUI
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
||||
25
GUI/obj/Release/net7.0-windows/GUI.AssemblyInfo.cs
Normal file
25
GUI/obj/Release/net7.0-windows/GUI.AssemblyInfo.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("GUI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
3b5697c9172c5c221036b2c986dfa23bab2c5116
|
||||
@@ -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\
|
||||
10
GUI/obj/Release/net7.0-windows/GUI.GlobalUsings.g.cs
Normal file
10
GUI/obj/Release/net7.0-windows/GUI.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
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;
|
||||
BIN
GUI/obj/Release/net7.0-windows/GUI.assets.cache
Normal file
BIN
GUI/obj/Release/net7.0-windows/GUI.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("Password Manager")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Password Manager")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Password Manager")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
e47eb23f04f19d033ddc60dbac85e73f17fbdc7a
|
||||
@@ -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\Password Manager\
|
||||
@@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
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;
|
||||
BIN
GUI/obj/Release/net7.0-windows/Password Manager.assets.cache
Normal file
BIN
GUI/obj/Release/net7.0-windows/Password Manager.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
9be76c6f2b146ccaf4e05b6c1fd7708b8991998a
|
||||
@@ -0,0 +1,18 @@
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.exe
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.deps.json
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.runtimeconfig.json
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.dll
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.pdb
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.AssemblyReference.cache
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password_Manager.GeneratePassword.resources
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password_Manager.MainForm.resources
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.GenerateResource.cache
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.AssemblyInfoInputs.cache
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.AssemblyInfo.cs
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.dll
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\refint\Password Manager.dll
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.pdb
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.genruntimeconfig.cache
|
||||
C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\ref\Password Manager.dll
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Typo\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Typo\\.nuget\\packages"
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
GUI/obj/Release/net7.0-windows/Password Manager.dll
Normal file
BIN
GUI/obj/Release/net7.0-windows/Password Manager.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2e99e7c3531053203d08be2ec50814766b8c79bb
|
||||
BIN
GUI/obj/Release/net7.0-windows/Password Manager.pdb
Normal file
BIN
GUI/obj/Release/net7.0-windows/Password Manager.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
GUI/obj/Release/net7.0-windows/apphost.exe
Normal file
BIN
GUI/obj/Release/net7.0-windows/apphost.exe
Normal file
Binary file not shown.
BIN
GUI/obj/Release/net7.0-windows/ref/Password Manager.dll
Normal file
BIN
GUI/obj/Release/net7.0-windows/ref/Password Manager.dll
Normal file
Binary file not shown.
BIN
GUI/obj/Release/net7.0-windows/refint/Password Manager.dll
Normal file
BIN
GUI/obj/Release/net7.0-windows/refint/Password Manager.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user