Chore: creada plantilla del programa

This commit is contained in:
2024-02-23 22:50:47 +00:00
parent 1fc08aa076
commit 31db6eb9ec
110 changed files with 1346 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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("Vista")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Vista")]
[assembly: System.Reflection.AssemblyTitleAttribute("Vista")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
a90b7be7f25b3be585c8c3eda0cd50696de263dc

Binary file not shown.

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Vista
build_property.ProjectDir = C:\Users\fedpo\Source\Repos\Final_OOP\Vista\

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
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;
global using global::System.Windows.Forms;

Binary file not shown.

View File

@@ -0,0 +1 @@
9d92f7f4adfa1503233596b91e55d9d8e9eb8523

View File

@@ -0,0 +1,17 @@
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\bin\Debug\net6.0-windows\Vista.exe
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\bin\Debug\net6.0-windows\Vista.deps.json
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\bin\Debug\net6.0-windows\Vista.runtimeconfig.json
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\bin\Debug\net6.0-windows\Vista.dll
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\bin\Debug\net6.0-windows\Vista.pdb
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.csproj.AssemblyReference.cache
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.Form1.resources
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.csproj.GenerateResource.cache
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.AssemblyInfoInputs.cache
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.AssemblyInfo.cs
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.csproj.CoreCompileInputs.cache
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.dll
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\refint\Vista.dll
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.pdb
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\Vista.genruntimeconfig.cache
C:\Users\fedpo\Source\Repos\Final_OOP\Vista\obj\Debug\net6.0-windows\ref\Vista.dll

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,22 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\fedpo\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\fedpo\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1 @@
59f5029a281c814560a5d12a2e709eb877bd63fa

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.