diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a161b20 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/Vista/bin/Debug/net6.0-windows diff --git a/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 b/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..cf5f2de Binary files /dev/null and b/.vs/Final_OOP/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Final_OOP/FileContentIndex/15dc5139-e650-4764-8042-9580bbc9c993.vsidx b/.vs/Final_OOP/FileContentIndex/15dc5139-e650-4764-8042-9580bbc9c993.vsidx new file mode 100644 index 0000000..854dbb9 Binary files /dev/null and b/.vs/Final_OOP/FileContentIndex/15dc5139-e650-4764-8042-9580bbc9c993.vsidx differ diff --git a/.vs/Final_OOP/FileContentIndex/588cd71f-1802-4c39-947a-f95b25925bb3.vsidx b/.vs/Final_OOP/FileContentIndex/588cd71f-1802-4c39-947a-f95b25925bb3.vsidx new file mode 100644 index 0000000..87b281c Binary files /dev/null and b/.vs/Final_OOP/FileContentIndex/588cd71f-1802-4c39-947a-f95b25925bb3.vsidx differ diff --git a/.vs/Final_OOP/FileContentIndex/e1dfeefa-c7c7-45f5-bb8e-3e83b03de7a3.vsidx b/.vs/Final_OOP/FileContentIndex/e1dfeefa-c7c7-45f5-bb8e-3e83b03de7a3.vsidx new file mode 100644 index 0000000..2c464bf Binary files /dev/null and b/.vs/Final_OOP/FileContentIndex/e1dfeefa-c7c7-45f5-bb8e-3e83b03de7a3.vsidx differ diff --git a/.vs/Final_OOP/FileContentIndex/e3fe1ede-576b-40fa-b8fd-ea1230d5db4d.vsidx b/.vs/Final_OOP/FileContentIndex/e3fe1ede-576b-40fa-b8fd-ea1230d5db4d.vsidx new file mode 100644 index 0000000..440574f Binary files /dev/null and b/.vs/Final_OOP/FileContentIndex/e3fe1ede-576b-40fa-b8fd-ea1230d5db4d.vsidx differ diff --git a/.vs/Final_OOP/FileContentIndex/read.lock b/.vs/Final_OOP/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Final_OOP/v17/.wsuo b/.vs/Final_OOP/v17/.wsuo new file mode 100644 index 0000000..2a4495a Binary files /dev/null and b/.vs/Final_OOP/v17/.wsuo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..7c6b7f3 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\C:\\Users\\fedpo\\Source\\Repos\\Final_OOP", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..64a3428 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/Controladora/Class1.cs b/Controladora/Class1.cs new file mode 100644 index 0000000..3a213d1 --- /dev/null +++ b/Controladora/Class1.cs @@ -0,0 +1,7 @@ +namespace Controladora +{ + public class Class1 + { + + } +} \ No newline at end of file diff --git a/Controladora/Controladora.csproj b/Controladora/Controladora.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Controladora/Controladora.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Controladora/obj/Controladora.csproj.nuget.dgspec.json b/Controladora/obj/Controladora.csproj.nuget.dgspec.json new file mode 100644 index 0000000..29fa8c4 --- /dev/null +++ b/Controladora/obj/Controladora.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj": {} + }, + "projects": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj", + "projectName": "Controladora", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Controladora/obj/Controladora.csproj.nuget.g.props b/Controladora/obj/Controladora.csproj.nuget.g.props new file mode 100644 index 0000000..89bfc77 --- /dev/null +++ b/Controladora/obj/Controladora.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\fedpo\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/Controladora/obj/Controladora.csproj.nuget.g.targets b/Controladora/obj/Controladora.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Controladora/obj/Controladora.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Controladora/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Controladora/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Controladora/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfo.cs b/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfo.cs new file mode 100644 index 0000000..5831642 --- /dev/null +++ b/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Controladora")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Controladora")] +[assembly: System.Reflection.AssemblyTitleAttribute("Controladora")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfoInputs.cache b/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfoInputs.cache new file mode 100644 index 0000000..0be2eda --- /dev/null +++ b/Controladora/obj/Debug/net6.0/Controladora.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f121c5eeefa8c5e39430715ad45c0dbadc6c8ad0 diff --git a/Controladora/obj/Debug/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig b/Controladora/obj/Debug/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f9b1bd0 --- /dev/null +++ b/Controladora/obj/Debug/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Controladora +build_property.ProjectDir = C:\Users\fedpo\Source\Repos\Final_OOP\Controladora\ diff --git a/Controladora/obj/Debug/net6.0/Controladora.GlobalUsings.g.cs b/Controladora/obj/Debug/net6.0/Controladora.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Controladora/obj/Debug/net6.0/Controladora.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/Controladora/obj/Debug/net6.0/Controladora.assets.cache b/Controladora/obj/Debug/net6.0/Controladora.assets.cache new file mode 100644 index 0000000..f42ef61 Binary files /dev/null and b/Controladora/obj/Debug/net6.0/Controladora.assets.cache differ diff --git a/Controladora/obj/Debug/net6.0/Controladora.csproj.AssemblyReference.cache b/Controladora/obj/Debug/net6.0/Controladora.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Controladora/obj/Debug/net6.0/Controladora.csproj.AssemblyReference.cache differ diff --git a/Controladora/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Controladora/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Controladora/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Controladora/obj/Release/net6.0/Controladora.AssemblyInfo.cs b/Controladora/obj/Release/net6.0/Controladora.AssemblyInfo.cs new file mode 100644 index 0000000..dc77d59 --- /dev/null +++ b/Controladora/obj/Release/net6.0/Controladora.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Controladora")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Controladora")] +[assembly: System.Reflection.AssemblyTitleAttribute("Controladora")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Controladora/obj/Release/net6.0/Controladora.AssemblyInfoInputs.cache b/Controladora/obj/Release/net6.0/Controladora.AssemblyInfoInputs.cache new file mode 100644 index 0000000..3f17e2d --- /dev/null +++ b/Controladora/obj/Release/net6.0/Controladora.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1a11c83cae779abe705573d149b53d62cfc015f0 diff --git a/Controladora/obj/Release/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig b/Controladora/obj/Release/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f21c62b --- /dev/null +++ b/Controladora/obj/Release/net6.0/Controladora.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Controladora +build_property.ProjectDir = C:\Users\fedpo\source\repos\Final_OOP\Controladora\ diff --git a/Controladora/obj/Release/net6.0/Controladora.GlobalUsings.g.cs b/Controladora/obj/Release/net6.0/Controladora.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Controladora/obj/Release/net6.0/Controladora.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/Controladora/obj/Release/net6.0/Controladora.assets.cache b/Controladora/obj/Release/net6.0/Controladora.assets.cache new file mode 100644 index 0000000..e62e3f1 Binary files /dev/null and b/Controladora/obj/Release/net6.0/Controladora.assets.cache differ diff --git a/Controladora/obj/Release/net6.0/Controladora.csproj.AssemblyReference.cache b/Controladora/obj/Release/net6.0/Controladora.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Controladora/obj/Release/net6.0/Controladora.csproj.AssemblyReference.cache differ diff --git a/Controladora/obj/project.assets.json b/Controladora/obj/project.assets.json new file mode 100644 index 0000000..c978293 --- /dev/null +++ b/Controladora/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\fedpo\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj", + "projectName": "Controladora", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Controladora/obj/project.nuget.cache b/Controladora/obj/project.nuget.cache new file mode 100644 index 0000000..aa0075e --- /dev/null +++ b/Controladora/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "j3Q4tSc2kH1kDnam1Vrx5YPHRsp+Y1vt3nDLmFLE86vv7XLK+FXxT4skOwFjYdfjFzVcTBmOYjHIiF5f9JDgAQ==", + "success": true, + "projectFilePath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Controladora\\Controladora.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Entidades/Class1.cs b/Entidades/Class1.cs new file mode 100644 index 0000000..1d529d0 --- /dev/null +++ b/Entidades/Class1.cs @@ -0,0 +1,7 @@ +namespace Entidades +{ + public class Class1 + { + + } +} \ No newline at end of file diff --git a/Entidades/Entidades.csproj b/Entidades/Entidades.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Entidades/Entidades.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Entidades/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Entidades/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Entidades/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfo.cs b/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfo.cs new file mode 100644 index 0000000..7819913 --- /dev/null +++ b/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Entidades")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Entidades")] +[assembly: System.Reflection.AssemblyTitleAttribute("Entidades")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfoInputs.cache b/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfoInputs.cache new file mode 100644 index 0000000..631e83c --- /dev/null +++ b/Entidades/obj/Debug/net6.0/Entidades.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1589bc3738d4d92e8df1687e356ae3d2c87cb333 diff --git a/Entidades/obj/Debug/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig b/Entidades/obj/Debug/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c17f225 --- /dev/null +++ b/Entidades/obj/Debug/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Entidades +build_property.ProjectDir = C:\Users\fedpo\Source\Repos\Final_OOP\Entidades\ diff --git a/Entidades/obj/Debug/net6.0/Entidades.GlobalUsings.g.cs b/Entidades/obj/Debug/net6.0/Entidades.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Entidades/obj/Debug/net6.0/Entidades.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/Entidades/obj/Debug/net6.0/Entidades.assets.cache b/Entidades/obj/Debug/net6.0/Entidades.assets.cache new file mode 100644 index 0000000..0bc7679 Binary files /dev/null and b/Entidades/obj/Debug/net6.0/Entidades.assets.cache differ diff --git a/Entidades/obj/Debug/net6.0/Entidades.csproj.AssemblyReference.cache b/Entidades/obj/Debug/net6.0/Entidades.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Entidades/obj/Debug/net6.0/Entidades.csproj.AssemblyReference.cache differ diff --git a/Entidades/obj/Entidades.csproj.nuget.dgspec.json b/Entidades/obj/Entidades.csproj.nuget.dgspec.json new file mode 100644 index 0000000..b58454f --- /dev/null +++ b/Entidades/obj/Entidades.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj": {} + }, + "projects": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj", + "projectName": "Entidades", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Entidades/obj/Entidades.csproj.nuget.g.props b/Entidades/obj/Entidades.csproj.nuget.g.props new file mode 100644 index 0000000..89bfc77 --- /dev/null +++ b/Entidades/obj/Entidades.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\fedpo\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/Entidades/obj/Entidades.csproj.nuget.g.targets b/Entidades/obj/Entidades.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Entidades/obj/Entidades.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Entidades/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Entidades/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Entidades/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Entidades/obj/Release/net6.0/Entidades.AssemblyInfo.cs b/Entidades/obj/Release/net6.0/Entidades.AssemblyInfo.cs new file mode 100644 index 0000000..8abc0c7 --- /dev/null +++ b/Entidades/obj/Release/net6.0/Entidades.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Entidades")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Entidades")] +[assembly: System.Reflection.AssemblyTitleAttribute("Entidades")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Entidades/obj/Release/net6.0/Entidades.AssemblyInfoInputs.cache b/Entidades/obj/Release/net6.0/Entidades.AssemblyInfoInputs.cache new file mode 100644 index 0000000..afe15aa --- /dev/null +++ b/Entidades/obj/Release/net6.0/Entidades.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1dac91cef82b545d186b8ab941058cf01df1dea3 diff --git a/Entidades/obj/Release/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig b/Entidades/obj/Release/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c17f225 --- /dev/null +++ b/Entidades/obj/Release/net6.0/Entidades.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Entidades +build_property.ProjectDir = C:\Users\fedpo\Source\Repos\Final_OOP\Entidades\ diff --git a/Entidades/obj/Release/net6.0/Entidades.GlobalUsings.g.cs b/Entidades/obj/Release/net6.0/Entidades.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Entidades/obj/Release/net6.0/Entidades.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/Entidades/obj/Release/net6.0/Entidades.assets.cache b/Entidades/obj/Release/net6.0/Entidades.assets.cache new file mode 100644 index 0000000..cd66634 Binary files /dev/null and b/Entidades/obj/Release/net6.0/Entidades.assets.cache differ diff --git a/Entidades/obj/Release/net6.0/Entidades.csproj.AssemblyReference.cache b/Entidades/obj/Release/net6.0/Entidades.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Entidades/obj/Release/net6.0/Entidades.csproj.AssemblyReference.cache differ diff --git a/Entidades/obj/project.assets.json b/Entidades/obj/project.assets.json new file mode 100644 index 0000000..b7f8a75 --- /dev/null +++ b/Entidades/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\fedpo\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj", + "projectName": "Entidades", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Entidades/obj/project.nuget.cache b/Entidades/obj/project.nuget.cache new file mode 100644 index 0000000..e871545 --- /dev/null +++ b/Entidades/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "luSdnjnlxj1nNAFe6ATHkmA6xOd57xZkyR6mdtlyIAlDEAl5/Gtp8ykQ9LAzRbQPLYciO37XDH7nAVzFEf/qdg==", + "success": true, + "projectFilePath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Entidades\\Entidades.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Modelo/Class1.cs b/Modelo/Class1.cs new file mode 100644 index 0000000..fb18f0e --- /dev/null +++ b/Modelo/Class1.cs @@ -0,0 +1,7 @@ +namespace Modelo +{ + public class Class1 + { + + } +} \ No newline at end of file diff --git a/Modelo/Modelo.csproj b/Modelo/Modelo.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Modelo/Modelo.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Modelo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Modelo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Modelo/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfo.cs b/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfo.cs new file mode 100644 index 0000000..2887e42 --- /dev/null +++ b/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Modelo")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Modelo")] +[assembly: System.Reflection.AssemblyTitleAttribute("Modelo")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfoInputs.cache b/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfoInputs.cache new file mode 100644 index 0000000..80eacf3 --- /dev/null +++ b/Modelo/obj/Debug/net6.0/Modelo.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +96d0d59bfa69a3c27ef653a551fb81c45157d195 diff --git a/Modelo/obj/Debug/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig b/Modelo/obj/Debug/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..63a1f1b --- /dev/null +++ b/Modelo/obj/Debug/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Modelo +build_property.ProjectDir = C:\Users\fedpo\source\repos\Final_OOP\Modelo\ diff --git a/Modelo/obj/Debug/net6.0/Modelo.GlobalUsings.g.cs b/Modelo/obj/Debug/net6.0/Modelo.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Modelo/obj/Debug/net6.0/Modelo.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/Modelo/obj/Debug/net6.0/Modelo.assets.cache b/Modelo/obj/Debug/net6.0/Modelo.assets.cache new file mode 100644 index 0000000..9acc83a Binary files /dev/null and b/Modelo/obj/Debug/net6.0/Modelo.assets.cache differ diff --git a/Modelo/obj/Debug/net6.0/Modelo.csproj.AssemblyReference.cache b/Modelo/obj/Debug/net6.0/Modelo.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Modelo/obj/Debug/net6.0/Modelo.csproj.AssemblyReference.cache differ diff --git a/Modelo/obj/Modelo.csproj.nuget.dgspec.json b/Modelo/obj/Modelo.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5577d20 --- /dev/null +++ b/Modelo/obj/Modelo.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj": {} + }, + "projects": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj", + "projectName": "Modelo", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Modelo/obj/Modelo.csproj.nuget.g.props b/Modelo/obj/Modelo.csproj.nuget.g.props new file mode 100644 index 0000000..89bfc77 --- /dev/null +++ b/Modelo/obj/Modelo.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\fedpo\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/Modelo/obj/Modelo.csproj.nuget.g.targets b/Modelo/obj/Modelo.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Modelo/obj/Modelo.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Modelo/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Modelo/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Modelo/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Modelo/obj/Release/net6.0/Modelo.AssemblyInfo.cs b/Modelo/obj/Release/net6.0/Modelo.AssemblyInfo.cs new file mode 100644 index 0000000..275e472 --- /dev/null +++ b/Modelo/obj/Release/net6.0/Modelo.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Modelo")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Modelo")] +[assembly: System.Reflection.AssemblyTitleAttribute("Modelo")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Modelo/obj/Release/net6.0/Modelo.AssemblyInfoInputs.cache b/Modelo/obj/Release/net6.0/Modelo.AssemblyInfoInputs.cache new file mode 100644 index 0000000..0b0231d --- /dev/null +++ b/Modelo/obj/Release/net6.0/Modelo.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +62b2a3bcc43d28f54304e0bcd7e2b7d409425118 diff --git a/Modelo/obj/Release/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig b/Modelo/obj/Release/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c2cd440 --- /dev/null +++ b/Modelo/obj/Release/net6.0/Modelo.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.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 = Modelo +build_property.ProjectDir = C:\Users\fedpo\Source\Repos\Final_OOP\Modelo\ diff --git a/Modelo/obj/Release/net6.0/Modelo.GlobalUsings.g.cs b/Modelo/obj/Release/net6.0/Modelo.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Modelo/obj/Release/net6.0/Modelo.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/Modelo/obj/Release/net6.0/Modelo.assets.cache b/Modelo/obj/Release/net6.0/Modelo.assets.cache new file mode 100644 index 0000000..5a11507 Binary files /dev/null and b/Modelo/obj/Release/net6.0/Modelo.assets.cache differ diff --git a/Modelo/obj/Release/net6.0/Modelo.csproj.AssemblyReference.cache b/Modelo/obj/Release/net6.0/Modelo.csproj.AssemblyReference.cache new file mode 100644 index 0000000..9a03f4b Binary files /dev/null and b/Modelo/obj/Release/net6.0/Modelo.csproj.AssemblyReference.cache differ diff --git a/Modelo/obj/project.assets.json b/Modelo/obj/project.assets.json new file mode 100644 index 0000000..0d0f4d3 --- /dev/null +++ b/Modelo/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\fedpo\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj", + "projectName": "Modelo", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Modelo/obj/project.nuget.cache b/Modelo/obj/project.nuget.cache new file mode 100644 index 0000000..72acf31 --- /dev/null +++ b/Modelo/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "D68Mqfh6NoSlAR38i1fkDRxh4BcnEM/PA2a2ucYwZ71T2TliFxAgFtRlF4jmOZOcF3a2CkSurbfoHRMKTtdR8g==", + "success": true, + "projectFilePath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Modelo\\Modelo.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Vista/Form1.Designer.cs b/Vista/Form1.Designer.cs new file mode 100644 index 0000000..915b2e1 --- /dev/null +++ b/Vista/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Vista +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} \ No newline at end of file diff --git a/Vista/Form1.cs b/Vista/Form1.cs new file mode 100644 index 0000000..c6b8bb1 --- /dev/null +++ b/Vista/Form1.cs @@ -0,0 +1,10 @@ +namespace Vista +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Vista/Form1.resx b/Vista/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Vista/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Vista/Program.cs b/Vista/Program.cs new file mode 100644 index 0000000..f5e281a --- /dev/null +++ b/Vista/Program.cs @@ -0,0 +1,17 @@ +namespace Vista +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/Vista/Vista.csproj b/Vista/Vista.csproj new file mode 100644 index 0000000..b57c89e --- /dev/null +++ b/Vista/Vista.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Vista/Vista.csproj.user b/Vista/Vista.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/Vista/Vista.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Vista/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Vista/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfo.cs b/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfo.cs new file mode 100644 index 0000000..2bd3293 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +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. + diff --git a/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfoInputs.cache b/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4817387 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +a90b7be7f25b3be585c8c3eda0cd50696de263dc diff --git a/Vista/obj/Debug/net6.0-windows/Vista.Form1.resources b/Vista/obj/Debug/net6.0-windows/Vista.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.Form1.resources differ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig b/Vista/obj/Debug/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f15c986 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig @@ -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\ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.GlobalUsings.g.cs b/Vista/obj/Debug/net6.0-windows/Vista.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +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; diff --git a/Vista/obj/Debug/net6.0-windows/Vista.assets.cache b/Vista/obj/Debug/net6.0-windows/Vista.assets.cache new file mode 100644 index 0000000..4964a0f Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.assets.cache differ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.csproj.AssemblyReference.cache b/Vista/obj/Debug/net6.0-windows/Vista.csproj.AssemblyReference.cache new file mode 100644 index 0000000..10d4e2a Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.csproj.AssemblyReference.cache differ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.csproj.CoreCompileInputs.cache b/Vista/obj/Debug/net6.0-windows/Vista.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..2869337 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +9d92f7f4adfa1503233596b91e55d9d8e9eb8523 diff --git a/Vista/obj/Debug/net6.0-windows/Vista.csproj.FileListAbsolute.txt b/Vista/obj/Debug/net6.0-windows/Vista.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e407e94 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.csproj.FileListAbsolute.txt @@ -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 diff --git a/Vista/obj/Debug/net6.0-windows/Vista.csproj.GenerateResource.cache b/Vista/obj/Debug/net6.0-windows/Vista.csproj.GenerateResource.cache new file mode 100644 index 0000000..46aba4e Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.csproj.GenerateResource.cache differ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.designer.deps.json b/Vista/obj/Debug/net6.0-windows/Vista.designer.deps.json new file mode 100644 index 0000000..706cdfa --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/Vista/obj/Debug/net6.0-windows/Vista.designer.runtimeconfig.json b/Vista/obj/Debug/net6.0-windows/Vista.designer.runtimeconfig.json new file mode 100644 index 0000000..c9caeda --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.designer.runtimeconfig.json @@ -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 + } + } +} \ No newline at end of file diff --git a/Vista/obj/Debug/net6.0-windows/Vista.dll b/Vista/obj/Debug/net6.0-windows/Vista.dll new file mode 100644 index 0000000..c901012 Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.dll differ diff --git a/Vista/obj/Debug/net6.0-windows/Vista.genruntimeconfig.cache b/Vista/obj/Debug/net6.0-windows/Vista.genruntimeconfig.cache new file mode 100644 index 0000000..398f457 --- /dev/null +++ b/Vista/obj/Debug/net6.0-windows/Vista.genruntimeconfig.cache @@ -0,0 +1 @@ +59f5029a281c814560a5d12a2e709eb877bd63fa diff --git a/Vista/obj/Debug/net6.0-windows/Vista.pdb b/Vista/obj/Debug/net6.0-windows/Vista.pdb new file mode 100644 index 0000000..cb4e36f Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/Vista.pdb differ diff --git a/Vista/obj/Debug/net6.0-windows/apphost.exe b/Vista/obj/Debug/net6.0-windows/apphost.exe new file mode 100644 index 0000000..1c239dd Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/Vista/obj/Debug/net6.0-windows/ref/Vista.dll b/Vista/obj/Debug/net6.0-windows/ref/Vista.dll new file mode 100644 index 0000000..ed7ed83 Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/ref/Vista.dll differ diff --git a/Vista/obj/Debug/net6.0-windows/refint/Vista.dll b/Vista/obj/Debug/net6.0-windows/refint/Vista.dll new file mode 100644 index 0000000..ed7ed83 Binary files /dev/null and b/Vista/obj/Debug/net6.0-windows/refint/Vista.dll differ diff --git a/Vista/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Vista/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Vista/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfo.cs b/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfo.cs new file mode 100644 index 0000000..4498341 --- /dev/null +++ b/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Vista")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[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. + diff --git a/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfoInputs.cache b/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f846335 --- /dev/null +++ b/Vista/obj/Release/net6.0-windows/Vista.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5c7eeffe8c03c0c0400edc2779c1a5f49505ced7 diff --git a/Vista/obj/Release/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig b/Vista/obj/Release/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f15c986 --- /dev/null +++ b/Vista/obj/Release/net6.0-windows/Vista.GeneratedMSBuildEditorConfig.editorconfig @@ -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\ diff --git a/Vista/obj/Release/net6.0-windows/Vista.GlobalUsings.g.cs b/Vista/obj/Release/net6.0-windows/Vista.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Vista/obj/Release/net6.0-windows/Vista.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +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; diff --git a/Vista/obj/Release/net6.0-windows/Vista.csproj.AssemblyReference.cache b/Vista/obj/Release/net6.0-windows/Vista.csproj.AssemblyReference.cache new file mode 100644 index 0000000..10d4e2a Binary files /dev/null and b/Vista/obj/Release/net6.0-windows/Vista.csproj.AssemblyReference.cache differ diff --git a/Vista/obj/Vista.csproj.nuget.dgspec.json b/Vista/obj/Vista.csproj.nuget.dgspec.json new file mode 100644 index 0000000..fc2ecfe --- /dev/null +++ b/Vista/obj/Vista.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj": {} + }, + "projects": { + "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj", + "projectName": "Vista", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Vista/obj/Vista.csproj.nuget.g.props b/Vista/obj/Vista.csproj.nuget.g.props new file mode 100644 index 0000000..89bfc77 --- /dev/null +++ b/Vista/obj/Vista.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\fedpo\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/Vista/obj/Vista.csproj.nuget.g.targets b/Vista/obj/Vista.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Vista/obj/Vista.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Vista/obj/project.assets.json b/Vista/obj/project.assets.json new file mode 100644 index 0000000..f797af2 --- /dev/null +++ b/Vista/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + "net6.0-windows7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0-windows7.0": [] + }, + "packageFolders": { + "C:\\Users\\fedpo\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj", + "projectName": "Vista", + "projectPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj", + "packagesPath": "C:\\Users\\fedpo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\fedpo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Vista/obj/project.nuget.cache b/Vista/obj/project.nuget.cache new file mode 100644 index 0000000..6b84b51 --- /dev/null +++ b/Vista/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "O8aDTUBWzQDENdKFaMH9SFWFqY6T6PuB3WClPyikDJadVayxv/TB7jrgX/qNjPBYzz8o0Pm3RuUQ2KbXVryyKw==", + "success": true, + "projectFilePath": "C:\\Users\\fedpo\\Source\\Repos\\Final_OOP\\Vista\\Vista.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file