Initial commit

This commit is contained in:
La Programmatrice Verde 2024-10-23 09:02:51 +02:00
commit 5297c9fde7
26 changed files with 297 additions and 0 deletions

11
Program.cs Normal file
View File

@ -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");
}

BIN
bin/Debug/net8.0/if-else Executable file

Binary file not shown.

View File

@ -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": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

11
if-else.csproj Normal file
View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>if_else</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

BIN
obj/Debug/net8.0/apphost Executable file

Binary file not shown.

View File

@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
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.

View File

@ -0,0 +1 @@
08f4b12e29c67a18f969649b3141e3b943fdd644fa1ea49df63e9d48a7ad3d66

View File

@ -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 =

View File

@ -0,0 +1,8 @@
// <auto-generated/>
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;

Binary file not shown.

View File

@ -0,0 +1 @@
15fef72571c429ceaf39dadf7a2034f35dc5a933f2fa67a700bee49be26dcf69

View File

@ -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

Binary file not shown.

View File

@ -0,0 +1 @@
730d0860ee415c9fe25216eded06d3c757751b34f90c071447c08045e54e932c

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"
}
}
}
}
}

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/BrainTheBest5/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/BrainTheBest5/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/BrainTheBest5/.nuget/packages/" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

77
obj/project.assets.json Normal file
View File

@ -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"
}
}
}
}

10
obj/project.nuget.cache Normal file
View File

@ -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": []
}