From 81aee42076c07c4c339197485cbd47a851e6dddf Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 19 Nov 2024 09:50:17 +0100 Subject: [PATCH] Initial commit --- Program.cs | 9 +++ calcolatrice.csproj | 10 +++ calcolatrice.sln | 15 +++++ obj/calcolatrice.csproj.nuget.dgspec.json | 73 +++++++++++++++++++++ obj/calcolatrice.csproj.nuget.g.props | 15 +++++ obj/calcolatrice.csproj.nuget.g.targets | 2 + obj/project.assets.json | 78 +++++++++++++++++++++++ obj/project.nuget.cache | 10 +++ 8 files changed, 212 insertions(+) create mode 100644 Program.cs create mode 100644 calcolatrice.csproj create mode 100644 calcolatrice.sln create mode 100644 obj/calcolatrice.csproj.nuget.dgspec.json create mode 100644 obj/calcolatrice.csproj.nuget.g.props create mode 100644 obj/calcolatrice.csproj.nuget.g.targets create mode 100644 obj/project.assets.json create mode 100644 obj/project.nuget.cache diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..9f3ff5f --- /dev/null +++ b/Program.cs @@ -0,0 +1,9 @@ +namespace calcolatrice; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} diff --git a/calcolatrice.csproj b/calcolatrice.csproj new file mode 100644 index 0000000..fd4bd08 --- /dev/null +++ b/calcolatrice.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/calcolatrice.sln b/calcolatrice.sln new file mode 100644 index 0000000..8766b06 --- /dev/null +++ b/calcolatrice.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "calcolatrice", "calcolatrice.csproj", { +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/obj/calcolatrice.csproj.nuget.dgspec.json b/obj/calcolatrice.csproj.nuget.dgspec.json new file mode 100644 index 0000000..cbfdb56 --- /dev/null +++ b/obj/calcolatrice.csproj.nuget.dgspec.json @@ -0,0 +1,73 @@ +{ + "format": 1, + "restore": { + "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj": {} + }, + "projects": { + "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj", + "projectName": "calcolatrice", + "projectPath": "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/calcolatrice/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[9.0.0, 9.0.0]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/calcolatrice.csproj.nuget.g.props b/obj/calcolatrice.csproj.nuget.g.props new file mode 100644 index 0000000..157aa53 --- /dev/null +++ b/obj/calcolatrice.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/BrainTheBest5/.nuget/packages/ + /home/BrainTheBest5/.nuget/packages/ + PackageReference + 6.12.0 + + + + + \ No newline at end of file diff --git a/obj/calcolatrice.csproj.nuget.g.targets b/obj/calcolatrice.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/calcolatrice.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..a6e56d2 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,78 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "/home/BrainTheBest5/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj", + "projectName": "calcolatrice", + "projectPath": "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/git/calcolatrice/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[9.0.0, 9.0.0]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..dea2243 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "G732e3nHdpM=", + "success": true, + "projectFilePath": "/home/BrainTheBest5/git/calcolatrice/calcolatrice.csproj", + "expectedPackageFiles": [ + "/home/BrainTheBest5/.nuget/packages/microsoft.aspnetcore.app.ref/9.0.0/microsoft.aspnetcore.app.ref.9.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file