diff --git a/.gitignore b/.gitignore index 3aefdb7..30357e2 100644 Binary files a/.gitignore and b/.gitignore differ diff --git a/frontend/.vs/ProjectEvaluation/frontend.metadata.v7.bin b/frontend/.vs/ProjectEvaluation/frontend.metadata.v7.bin new file mode 100644 index 0000000..aa73a15 Binary files /dev/null and b/frontend/.vs/ProjectEvaluation/frontend.metadata.v7.bin differ diff --git a/frontend/.vs/ProjectEvaluation/frontend.projects.v7.bin b/frontend/.vs/ProjectEvaluation/frontend.projects.v7.bin new file mode 100644 index 0000000..ffc8dfe Binary files /dev/null and b/frontend/.vs/ProjectEvaluation/frontend.projects.v7.bin differ diff --git a/frontend/.vs/frontend/DesignTimeBuild/.dtbcache.v2 b/frontend/.vs/frontend/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..91e8e92 Binary files /dev/null and b/frontend/.vs/frontend/DesignTimeBuild/.dtbcache.v2 differ diff --git a/frontend/.vs/frontend/FileContentIndex/1c58ffde-b812-4e7d-a54e-df9e9567b984.vsidx b/frontend/.vs/frontend/FileContentIndex/1c58ffde-b812-4e7d-a54e-df9e9567b984.vsidx new file mode 100644 index 0000000..d85e651 Binary files /dev/null and b/frontend/.vs/frontend/FileContentIndex/1c58ffde-b812-4e7d-a54e-df9e9567b984.vsidx differ diff --git a/frontend/.vs/frontend/v17/.futdcache.v2 b/frontend/.vs/frontend/v17/.futdcache.v2 new file mode 100644 index 0000000..b4a5fa1 Binary files /dev/null and b/frontend/.vs/frontend/v17/.futdcache.v2 differ diff --git a/frontend/.vs/frontend/v17/.suo b/frontend/.vs/frontend/v17/.suo new file mode 100644 index 0000000..e784205 Binary files /dev/null and b/frontend/.vs/frontend/v17/.suo differ diff --git a/frontend/.vs/frontend/v17/DocumentLayout.json b/frontend/.vs/frontend/v17/DocumentLayout.json new file mode 100644 index 0000000..f08afc2 --- /dev/null +++ b/frontend/.vs/frontend/v17/DocumentLayout.json @@ -0,0 +1,41 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{67A79585-9822-4900-9671-4C13E860A9E6}|frontend.csproj|c:\\users\\andrei cerbu\\documents\\facultate\\cc-finalproj\\frontend\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{67A79585-9822-4900-9671-4C13E860A9E6}|frontend.csproj|solutionrelative:program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": 1, + "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" + }, + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "Program.cs", + "DocumentMoniker": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\Program.cs", + "RelativeDocumentMoniker": "Program.cs", + "ToolTip": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\Program.cs", + "RelativeToolTip": "Program.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAAAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-04-03T15:47:27.27Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/frontend/Program.cs b/frontend/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/frontend/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/frontend/bin/Debug/net8.0/frontend.deps.json b/frontend/bin/Debug/net8.0/frontend.deps.json new file mode 100644 index 0000000..75d10d6 --- /dev/null +++ b/frontend/bin/Debug/net8.0/frontend.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "frontend/1.0.0": { + "runtime": { + "frontend.dll": {} + } + } + } + }, + "libraries": { + "frontend/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/frontend/bin/Debug/net8.0/frontend.dll b/frontend/bin/Debug/net8.0/frontend.dll new file mode 100644 index 0000000..142686a Binary files /dev/null and b/frontend/bin/Debug/net8.0/frontend.dll differ diff --git a/frontend/bin/Debug/net8.0/frontend.exe b/frontend/bin/Debug/net8.0/frontend.exe new file mode 100644 index 0000000..abcd7cc Binary files /dev/null and b/frontend/bin/Debug/net8.0/frontend.exe differ diff --git a/frontend/bin/Debug/net8.0/frontend.pdb b/frontend/bin/Debug/net8.0/frontend.pdb new file mode 100644 index 0000000..25033e8 Binary files /dev/null and b/frontend/bin/Debug/net8.0/frontend.pdb differ diff --git a/frontend/bin/Debug/net8.0/frontend.runtimeconfig.json b/frontend/bin/Debug/net8.0/frontend.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/frontend/bin/Debug/net8.0/frontend.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/frontend/frontend.csproj b/frontend/frontend.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/frontend/frontend.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/frontend/frontend.sln b/frontend/frontend.sln new file mode 100644 index 0000000..c068dad --- /dev/null +++ b/frontend/frontend.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34701.34 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "frontend", "frontend.csproj", "{67A79585-9822-4900-9671-4C13E860A9E6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67A79585-9822-4900-9671-4C13E860A9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67A79585-9822-4900-9671-4C13E860A9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67A79585-9822-4900-9671-4C13E860A9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67A79585-9822-4900-9671-4C13E860A9E6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4076CB14-68E7-431B-A544-D8A9B6796941} + EndGlobalSection +EndGlobal diff --git a/frontend/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/frontend/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/frontend/obj/Debug/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/Debug/net8.0/apphost.exe b/frontend/obj/Debug/net8.0/apphost.exe new file mode 100644 index 0000000..abcd7cc Binary files /dev/null and b/frontend/obj/Debug/net8.0/apphost.exe differ diff --git a/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs b/frontend/obj/Debug/net8.0/frontend.AssemblyInfo.cs new file mode 100644 index 0000000..65cfc61 --- /dev/null +++ b/frontend/obj/Debug/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("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72abb4688456e137c4db593560b9f1128dfffda9")] +[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/Debug/net8.0/frontend.AssemblyInfoInputs.cache b/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache new file mode 100644 index 0000000..3682f83 --- /dev/null +++ b/frontend/obj/Debug/net8.0/frontend.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3ade2d55dbc4754ab15c8633b8723ad0d75cf8568dedaba859b3f8a191df053a diff --git a/frontend/obj/Debug/net8.0/frontend.GeneratedMSBuildEditorConfig.editorconfig b/frontend/obj/Debug/net8.0/frontend.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2d1e90f --- /dev/null +++ b/frontend/obj/Debug/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/Debug/net8.0/frontend.GlobalUsings.g.cs b/frontend/obj/Debug/net8.0/frontend.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/frontend/obj/Debug/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/Debug/net8.0/frontend.assets.cache b/frontend/obj/Debug/net8.0/frontend.assets.cache new file mode 100644 index 0000000..6c14144 Binary files /dev/null and b/frontend/obj/Debug/net8.0/frontend.assets.cache differ diff --git a/frontend/obj/Debug/net8.0/frontend.csproj.BuildWithSkipAnalyzers b/frontend/obj/Debug/net8.0/frontend.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/frontend/obj/Debug/net8.0/frontend.csproj.CoreCompileInputs.cache b/frontend/obj/Debug/net8.0/frontend.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..16bd5d2 --- /dev/null +++ b/frontend/obj/Debug/net8.0/frontend.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +9b3fa1bda63032cdbd9bbb0286278dfa9178546f078bcf6d57388ebe23e1aab3 diff --git a/frontend/obj/Debug/net8.0/frontend.csproj.FileListAbsolute.txt b/frontend/obj/Debug/net8.0/frontend.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..0db14b7 --- /dev/null +++ b/frontend/obj/Debug/net8.0/frontend.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\bin\Debug\net8.0\frontend.exe +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\bin\Debug\net8.0\frontend.deps.json +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\bin\Debug\net8.0\frontend.runtimeconfig.json +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\bin\Debug\net8.0\frontend.dll +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\bin\Debug\net8.0\frontend.pdb +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.AssemblyInfoInputs.cache +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.AssemblyInfo.cs +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.csproj.CoreCompileInputs.cache +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.sourcelink.json +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.dll +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\refint\frontend.dll +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.pdb +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\frontend.genruntimeconfig.cache +C:\Users\Andrei Cerbu\Documents\FACULTATE\CC-FinalProj\frontend\obj\Debug\net8.0\ref\frontend.dll diff --git a/frontend/obj/Debug/net8.0/frontend.dll b/frontend/obj/Debug/net8.0/frontend.dll new file mode 100644 index 0000000..142686a Binary files /dev/null and b/frontend/obj/Debug/net8.0/frontend.dll differ diff --git a/frontend/obj/Debug/net8.0/frontend.genruntimeconfig.cache b/frontend/obj/Debug/net8.0/frontend.genruntimeconfig.cache new file mode 100644 index 0000000..93cf5ca --- /dev/null +++ b/frontend/obj/Debug/net8.0/frontend.genruntimeconfig.cache @@ -0,0 +1 @@ +cdbd9e05d39e0cebef981789ce227d61cf3727807291b4c8d8e969c57713cafb diff --git a/frontend/obj/Debug/net8.0/frontend.pdb b/frontend/obj/Debug/net8.0/frontend.pdb new file mode 100644 index 0000000..25033e8 Binary files /dev/null and b/frontend/obj/Debug/net8.0/frontend.pdb differ diff --git a/frontend/obj/Debug/net8.0/frontend.sourcelink.json b/frontend/obj/Debug/net8.0/frontend.sourcelink.json new file mode 100644 index 0000000..e338356 --- /dev/null +++ b/frontend/obj/Debug/net8.0/frontend.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\*":"https://raw.githubusercontent.com/andrei-mihnea-cerbu/CC-FinalProj/72abb4688456e137c4db593560b9f1128dfffda9/*"}} \ No newline at end of file diff --git a/frontend/obj/Debug/net8.0/ref/frontend.dll b/frontend/obj/Debug/net8.0/ref/frontend.dll new file mode 100644 index 0000000..7b2ea35 Binary files /dev/null and b/frontend/obj/Debug/net8.0/ref/frontend.dll differ diff --git a/frontend/obj/Debug/net8.0/refint/frontend.dll b/frontend/obj/Debug/net8.0/refint/frontend.dll new file mode 100644 index 0000000..7b2ea35 Binary files /dev/null and b/frontend/obj/Debug/net8.0/refint/frontend.dll differ diff --git a/frontend/obj/frontend.csproj.nuget.dgspec.json b/frontend/obj/frontend.csproj.nuget.dgspec.json new file mode 100644 index 0000000..96ca683 --- /dev/null +++ b/frontend/obj/frontend.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj": {} + }, + "projects": { + "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj", + "projectName": "frontend", + "projectPath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj", + "packagesPath": "C:\\Users\\Andrei Cerbu\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Andrei Cerbu\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.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\\8.0.202/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/frontend/obj/frontend.csproj.nuget.g.props b/frontend/obj/frontend.csproj.nuget.g.props new file mode 100644 index 0000000..53ed97d --- /dev/null +++ b/frontend/obj/frontend.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Andrei Cerbu\.nuget\packages\ + PackageReference + 6.9.1 + + + + + \ No newline at end of file diff --git a/frontend/obj/frontend.csproj.nuget.g.targets b/frontend/obj/frontend.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/frontend/obj/frontend.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/frontend/obj/project.assets.json b/frontend/obj/project.assets.json new file mode 100644 index 0000000..9f58299 --- /dev/null +++ b/frontend/obj/project.assets.json @@ -0,0 +1,73 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "C:\\Users\\Andrei Cerbu\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj", + "projectName": "frontend", + "projectPath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj", + "packagesPath": "C:\\Users\\Andrei Cerbu\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Andrei Cerbu\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.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\\8.0.202/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/frontend/obj/project.nuget.cache b/frontend/obj/project.nuget.cache new file mode 100644 index 0000000..b42b8dd --- /dev/null +++ b/frontend/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "zeA9bnyQUcAjmh7Z0ywkv9RYi9NO661ngC0bSD5MMyK7R3+FZvDK8LXvay75HbW1eAACLS6nG9S18ZXusQiZ7g==", + "success": true, + "projectFilePath": "C:\\Users\\Andrei Cerbu\\Documents\\FACULTATE\\CC-FinalProj\\frontend\\frontend.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file