From bbffa81e6afe809205db649563267b8b1095ef84 Mon Sep 17 00:00:00 2001 From: GusGiam01 Date: Sun, 24 Mar 2024 12:24:32 -0300 Subject: [PATCH] Init Unit 1 lab 1 --- ...Unidad.1.Capitulo.1.Lab.1.Introduccion.sln | 25 +++++++++++++++++++ .../Program.cs | 2 ++ ...dad.1.Capitulo.1.Lab.1.Introduccion.csproj | 11 ++++++++ 3 files changed, 38 insertions(+) create mode 100644 Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.sln create mode 100644 Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Program.cs create mode 100644 Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.csproj diff --git a/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.sln b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.sln new file mode 100644 index 00000000..171148d2 --- /dev/null +++ b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34714.143 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unidad.1.Capitulo.1.Lab.1.Introduccion", "Unidad.1.Capitulo.1.Lab.1.Introduccion\Unidad.1.Capitulo.1.Lab.1.Introduccion.csproj", "{D4A2067F-79B0-43D9-B288-D31E77BF6541}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D4A2067F-79B0-43D9-B288-D31E77BF6541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4A2067F-79B0-43D9-B288-D31E77BF6541}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4A2067F-79B0-43D9-B288-D31E77BF6541}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4A2067F-79B0-43D9-B288-D31E77BF6541}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6B12ED6E-4D3B-4B8C-AF4E-2EF858CCE362} + EndGlobalSection +EndGlobal diff --git a/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Program.cs b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Program.cs new file mode 100644 index 00000000..3751555c --- /dev/null +++ b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.csproj b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.csproj new file mode 100644 index 00000000..865c6f72 --- /dev/null +++ b/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion/Unidad.1.Capitulo.1.Lab.1.Introduccion.csproj @@ -0,0 +1,11 @@ + + + + Exe + net8.0 + Unidad._1.Capitulo._1.Lab._1.Introduccion + enable + enable + + +