commit aee63f105d9e7ea85f96d7030bd58e7a3a449593 Author: La Programmatrice Verde Date: Sat Feb 8 20:40:09 2025 +0100 Initial commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..42a5260 --- /dev/null +++ b/Program.cs @@ -0,0 +1,9 @@ +namespace strings_2; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..dc146e0 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,72 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "/home/Verde/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/Verde/git/strings_2/strings_2.csproj", + "projectName": "strings_2", + "projectPath": "/home/Verde/git/strings_2/strings_2.csproj", + "packagesPath": "/home/Verde/.nuget/packages/", + "outputPath": "/home/Verde/git/strings_2/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/Verde/.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": "direct" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.102/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..5a7d7da --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "0XXWvIaAHRU=", + "success": true, + "projectFilePath": "/home/Verde/git/strings_2/strings_2.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/obj/strings_2.csproj.nuget.dgspec.json b/obj/strings_2.csproj.nuget.dgspec.json new file mode 100644 index 0000000..6ff1f69 --- /dev/null +++ b/obj/strings_2.csproj.nuget.dgspec.json @@ -0,0 +1,67 @@ +{ + "format": 1, + "restore": { + "/home/Verde/git/strings_2/strings_2.csproj": {} + }, + "projects": { + "/home/Verde/git/strings_2/strings_2.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/Verde/git/strings_2/strings_2.csproj", + "projectName": "strings_2", + "projectPath": "/home/Verde/git/strings_2/strings_2.csproj", + "packagesPath": "/home/Verde/.nuget/packages/", + "outputPath": "/home/Verde/git/strings_2/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/Verde/.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": "direct" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.102/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/strings_2.csproj.nuget.g.props b/obj/strings_2.csproj.nuget.g.props new file mode 100644 index 0000000..29b3d27 --- /dev/null +++ b/obj/strings_2.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/Verde/.nuget/packages/ + /home/Verde/.nuget/packages/ + PackageReference + 6.12.2 + + + + + \ No newline at end of file diff --git a/obj/strings_2.csproj.nuget.g.targets b/obj/strings_2.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/strings_2.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/strings_2.csproj b/strings_2.csproj new file mode 100644 index 0000000..fd4bd08 --- /dev/null +++ b/strings_2.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/strings_2.sln b/strings_2.sln new file mode 100644 index 0000000..c1f801d --- /dev/null +++ b/strings_2.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}") = "strings_2", "strings_2.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