commit 5297c9fde7320dff4f255fa414d61a2c4f11f489 Author: La Programmatrice Verde Date: Wed Oct 23 09:02:51 2024 +0200 Initial commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3475f7a --- /dev/null +++ b/Program.cs @@ -0,0 +1,11 @@ +// See https://aka.ms/new-console-template for more information +//Dichiarazione variabili +int age, adult=18; +Console.Write("Inserisci la tua età: "); +age=Convert.ToInt32(Console.ReadLine()); +if (age>=adult){ + Console.WriteLine("Puoi guidare"); +} +else{ + Console.WriteLine("Non puoi guidare"); +} \ No newline at end of file diff --git a/bin/Debug/net8.0/if-else b/bin/Debug/net8.0/if-else new file mode 100755 index 0000000..3b6e095 Binary files /dev/null and b/bin/Debug/net8.0/if-else differ diff --git a/bin/Debug/net8.0/if-else.deps.json b/bin/Debug/net8.0/if-else.deps.json new file mode 100644 index 0000000..3f37755 --- /dev/null +++ b/bin/Debug/net8.0/if-else.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "if-else/1.0.0": { + "runtime": { + "if-else.dll": {} + } + } + } + }, + "libraries": { + "if-else/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net8.0/if-else.dll b/bin/Debug/net8.0/if-else.dll new file mode 100644 index 0000000..5be78a3 Binary files /dev/null and b/bin/Debug/net8.0/if-else.dll differ diff --git a/bin/Debug/net8.0/if-else.pdb b/bin/Debug/net8.0/if-else.pdb new file mode 100644 index 0000000..bf53243 Binary files /dev/null and b/bin/Debug/net8.0/if-else.pdb differ diff --git a/bin/Debug/net8.0/if-else.runtimeconfig.json b/bin/Debug/net8.0/if-else.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/bin/Debug/net8.0/if-else.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/if-else.csproj b/if-else.csproj new file mode 100644 index 0000000..68f9840 --- /dev/null +++ b/if-else.csproj @@ -0,0 +1,11 @@ + + + + Exe + net8.0 + if_else + enable + enable + + + diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..dca70aa --- /dev/null +++ b/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/obj/Debug/net8.0/apphost b/obj/Debug/net8.0/apphost new file mode 100755 index 0000000..3b6e095 Binary files /dev/null and b/obj/Debug/net8.0/apphost differ diff --git a/obj/Debug/net8.0/if-else.AssemblyInfo.cs b/obj/Debug/net8.0/if-else.AssemblyInfo.cs new file mode 100644 index 0000000..d58d331 --- /dev/null +++ b/obj/Debug/net8.0/if-else.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// 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("if-else")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2c6d17c498ebd39b43c810f92944e25d5610f1d5")] +[assembly: System.Reflection.AssemblyProductAttribute("if-else")] +[assembly: System.Reflection.AssemblyTitleAttribute("if-else")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/if-else.AssemblyInfoInputs.cache b/obj/Debug/net8.0/if-else.AssemblyInfoInputs.cache new file mode 100644 index 0000000..ef4ab0e --- /dev/null +++ b/obj/Debug/net8.0/if-else.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +08f4b12e29c67a18f969649b3141e3b943fdd644fa1ea49df63e9d48a7ad3d66 diff --git a/obj/Debug/net8.0/if-else.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/if-else.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..42670a0 --- /dev/null +++ b/obj/Debug/net8.0/if-else.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 = if_else +build_property.ProjectDir = /home/BrainTheBest5/Scrivania/if-else/if-else/if-else/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/if-else.GlobalUsings.g.cs b/obj/Debug/net8.0/if-else.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/if-else.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/obj/Debug/net8.0/if-else.assets.cache b/obj/Debug/net8.0/if-else.assets.cache new file mode 100644 index 0000000..001c222 Binary files /dev/null and b/obj/Debug/net8.0/if-else.assets.cache differ diff --git a/obj/Debug/net8.0/if-else.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/if-else.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..3ef8814 --- /dev/null +++ b/obj/Debug/net8.0/if-else.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +15fef72571c429ceaf39dadf7a2034f35dc5a933f2fa67a700bee49be26dcf69 diff --git a/obj/Debug/net8.0/if-else.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/if-else.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..40c9b41 --- /dev/null +++ b/obj/Debug/net8.0/if-else.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/bin/Debug/net8.0/if-else +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/bin/Debug/net8.0/if-else.deps.json +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/bin/Debug/net8.0/if-else.runtimeconfig.json +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/bin/Debug/net8.0/if-else.dll +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/bin/Debug/net8.0/if-else.pdb +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.GeneratedMSBuildEditorConfig.editorconfig +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.AssemblyInfoInputs.cache +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.AssemblyInfo.cs +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.csproj.CoreCompileInputs.cache +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.dll +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/refint/if-else.dll +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.pdb +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/if-else.genruntimeconfig.cache +/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/Debug/net8.0/ref/if-else.dll diff --git a/obj/Debug/net8.0/if-else.dll b/obj/Debug/net8.0/if-else.dll new file mode 100644 index 0000000..5be78a3 Binary files /dev/null and b/obj/Debug/net8.0/if-else.dll differ diff --git a/obj/Debug/net8.0/if-else.genruntimeconfig.cache b/obj/Debug/net8.0/if-else.genruntimeconfig.cache new file mode 100644 index 0000000..d05a3ca --- /dev/null +++ b/obj/Debug/net8.0/if-else.genruntimeconfig.cache @@ -0,0 +1 @@ +730d0860ee415c9fe25216eded06d3c757751b34f90c071447c08045e54e932c diff --git a/obj/Debug/net8.0/if-else.pdb b/obj/Debug/net8.0/if-else.pdb new file mode 100644 index 0000000..bf53243 Binary files /dev/null and b/obj/Debug/net8.0/if-else.pdb differ diff --git a/obj/Debug/net8.0/ref/if-else.dll b/obj/Debug/net8.0/ref/if-else.dll new file mode 100644 index 0000000..abf007a Binary files /dev/null and b/obj/Debug/net8.0/ref/if-else.dll differ diff --git a/obj/Debug/net8.0/refint/if-else.dll b/obj/Debug/net8.0/refint/if-else.dll new file mode 100644 index 0000000..abf007a Binary files /dev/null and b/obj/Debug/net8.0/refint/if-else.dll differ diff --git a/obj/if-else.csproj.nuget.dgspec.json b/obj/if-else.csproj.nuget.dgspec.json new file mode 100644 index 0000000..18feee2 --- /dev/null +++ b/obj/if-else.csproj.nuget.dgspec.json @@ -0,0 +1,72 @@ +{ + "format": 1, + "restore": { + "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj": {} + }, + "projects": { + "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj", + "projectName": "if-else", + "projectPath": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "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, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/if-else.csproj.nuget.g.props b/obj/if-else.csproj.nuget.g.props new file mode 100644 index 0000000..43fa18c --- /dev/null +++ b/obj/if-else.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/BrainTheBest5/.nuget/packages/ + /home/BrainTheBest5/.nuget/packages/ + PackageReference + 6.11.1 + + + + + \ No newline at end of file diff --git a/obj/if-else.csproj.nuget.g.targets b/obj/if-else.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/if-else.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..0bfbb0d --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,77 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/BrainTheBest5/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj", + "projectName": "if-else", + "projectPath": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "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, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/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..dacd4fd --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "jZU8pk/axAc=", + "success": true, + "projectFilePath": "/home/BrainTheBest5/Scrivania/if-else/if-else/if-else/if-else.csproj", + "expectedPackageFiles": [ + "/home/BrainTheBest5/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.10/microsoft.aspnetcore.app.ref.8.0.10.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file