Sembra essere funzionante

This commit is contained in:
La Programmatrice Verde
2024-11-19 13:14:07 +01:00
parent 81aee42076
commit 1759e6dafc
21 changed files with 182 additions and 1 deletions

View File

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

BIN
obj/Debug/net9.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("calcolatrice")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+81aee42076c07c4c339197485cbd47a851e6dddf")]
[assembly: System.Reflection.AssemblyProductAttribute("calcolatrice")]
[assembly: System.Reflection.AssemblyTitleAttribute("calcolatrice")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generato dalla classe WriteCodeFragment di MSBuild.

View File

@@ -0,0 +1 @@
0fa6a2a533d06ae21ae65e08e83ea81139a4541d35132c49b55ca4b3fef5af4c

View File

@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.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 = calcolatrice
build_property.ProjectDir = /home/BrainTheBest5/git/calcolatrice/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

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

View File

@@ -0,0 +1,14 @@
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.GeneratedMSBuildEditorConfig.editorconfig
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.AssemblyInfoInputs.cache
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.AssemblyInfo.cs
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.csproj.CoreCompileInputs.cache
/home/BrainTheBest5/git/calcolatrice/bin/Debug/net9.0/calcolatrice
/home/BrainTheBest5/git/calcolatrice/bin/Debug/net9.0/calcolatrice.deps.json
/home/BrainTheBest5/git/calcolatrice/bin/Debug/net9.0/calcolatrice.runtimeconfig.json
/home/BrainTheBest5/git/calcolatrice/bin/Debug/net9.0/calcolatrice.dll
/home/BrainTheBest5/git/calcolatrice/bin/Debug/net9.0/calcolatrice.pdb
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.dll
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/refint/calcolatrice.dll
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.pdb
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/calcolatrice.genruntimeconfig.cache
/home/BrainTheBest5/git/calcolatrice/obj/Debug/net9.0/ref/calcolatrice.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
a2ffa4f6d06a33e4ef0f6ab8ed9484a6e0703bea5f323c1c744ab773e754a4d5

Binary file not shown.

Binary file not shown.

Binary file not shown.