diff --git a/.gitignore b/.gitignore index 30357e2..09b158a 100644 Binary files a/.gitignore and b/.gitignore differ diff --git a/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs b/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs index 65cfc61..74fe12f 100644 --- a/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs +++ b/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("frontend")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72abb4688456e137c4db593560b9f1128dfffda9")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+44784cf28f1dbfe0aff360be7a2f285ee4693ce8")] [assembly: System.Reflection.AssemblyProductAttribute("frontend")] [assembly: System.Reflection.AssemblyTitleAttribute("frontend")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache b/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache index 3682f83..da7499f 100644 --- a/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache +++ b/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache @@ -1 +1 @@ -3ade2d55dbc4754ab15c8633b8723ad0d75cf8568dedaba859b3f8a191df053a +0a4b161db8fb41143db5622e90da710b04a4f16b3852e9782d2ca0867d51a465 diff --git a/frontend/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/frontend/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/frontend/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/frontend/obj/Release/net8.0/frontend.AssemblyInfo.cs b/frontend/obj/Release/net8.0/frontend.AssemblyInfo.cs new file mode 100644 index 0000000..5e25d74 --- /dev/null +++ b/frontend/obj/Release/net8.0/frontend.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("frontend")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+44784cf28f1dbfe0aff360be7a2f285ee4693ce8")] +[assembly: System.Reflection.AssemblyProductAttribute("frontend")] +[assembly: System.Reflection.AssemblyTitleAttribute("frontend")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/frontend/obj/Release/net8.0/frontend.AssemblyInfoInputs.cache b/frontend/obj/Release/net8.0/frontend.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d980aeb --- /dev/null +++ b/frontend/obj/Release/net8.0/frontend.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +61acc68820a999859bd856117bc3bdcdad9fa7bc831c6c98b59fd10a5338e3b8 diff --git a/frontend/obj/Release/net8.0/frontend.GeneratedMSBuildEditorConfig.editorconfig b/frontend/obj/Release/net8.0/frontend.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2d1e90f --- /dev/null +++ b/frontend/obj/Release/net8.0/frontend.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.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 = frontend +build_property.ProjectDir = C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/frontend/obj/Release/net8.0/frontend.GlobalUsings.g.cs b/frontend/obj/Release/net8.0/frontend.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/frontend/obj/Release/net8.0/frontend.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/frontend/obj/Release/net8.0/frontend.assets.cache b/frontend/obj/Release/net8.0/frontend.assets.cache new file mode 100644 index 0000000..e1cc47d Binary files /dev/null and b/frontend/obj/Release/net8.0/frontend.assets.cache differ diff --git a/readme.md b/readme.md index 8acc577..e33f87a 100644 Binary files a/readme.md and b/readme.md differ