diff --git a/ejemplo-fork-master/EjemploFork.sln b/ejemplo-fork-master/EjemploFork.sln new file mode 100644 index 0000000..980d190 --- /dev/null +++ b/ejemplo-fork-master/EjemploFork.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EjemploFork", "EjemploFork\EjemploFork.csproj", "{E53DC37C-E187-4A9D-9F85-8F5158C0FE11}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E53DC37C-E187-4A9D-9F85-8F5158C0FE11}.Debug|x86.ActiveCfg = Debug|x86 + {E53DC37C-E187-4A9D-9F85-8F5158C0FE11}.Debug|x86.Build.0 = Debug|x86 + {E53DC37C-E187-4A9D-9F85-8F5158C0FE11}.Release|x86.ActiveCfg = Release|x86 + {E53DC37C-E187-4A9D-9F85-8F5158C0FE11}.Release|x86.Build.0 = Release|x86 + EndGlobalSection +EndGlobal diff --git a/ejemplo-fork-master/EjemploFork.v11.suo b/ejemplo-fork-master/EjemploFork.v11.suo new file mode 100644 index 0000000..8e2cfd8 Binary files /dev/null and b/ejemplo-fork-master/EjemploFork.v11.suo differ diff --git a/ejemplo-fork-master/EjemploFork/EjemploFork.csproj b/ejemplo-fork-master/EjemploFork/EjemploFork.csproj new file mode 100644 index 0000000..940a5e1 --- /dev/null +++ b/ejemplo-fork-master/EjemploFork/EjemploFork.csproj @@ -0,0 +1,40 @@ + + + + Debug + x86 + {E53DC37C-E187-4A9D-9F85-8F5158C0FE11} + Exe + EjemploFork + EjemploFork + v4.5 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + true + x86 + + + full + true + bin\Release + prompt + 4 + true + x86 + + + + + + + + + + \ No newline at end of file diff --git a/ejemplo-fork-master/EjemploFork/Program.cs b/ejemplo-fork-master/EjemploFork/Program.cs new file mode 100644 index 0000000..7d7aac2 --- /dev/null +++ b/ejemplo-fork-master/EjemploFork/Program.cs @@ -0,0 +1,15 @@ +using System; + +namespace EjemploFork +{ + class MainClass + { + public static void Main (string[] args) + { + Console.WriteLine ("Programación II (Sección I)"); + Console.WriteLine ("=="); + Console.WriteLine ("\n\n Manuel Chaparro"); + } + } +} + diff --git a/ejemplo-fork-master/EjemploFork/Properties/AssemblyInfo.cs b/ejemplo-fork-master/EjemploFork/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8bd04b4 --- /dev/null +++ b/ejemplo-fork-master/EjemploFork/Properties/AssemblyInfo.cs @@ -0,0 +1,27 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// Information about this assembly is defined by the following attributes. +// Change them to the values specific to your project. + +[assembly: AssemblyTitle ("EjemploFork")] +[assembly: AssemblyDescription ("")] +[assembly: AssemblyConfiguration ("")] +[assembly: AssemblyCompany ("")] +[assembly: AssemblyProduct ("")] +[assembly: AssemblyCopyright ("skatox")] +[assembly: AssemblyTrademark ("")] +[assembly: AssemblyCulture ("")] + +// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". +// The form "{Major}.{Minor}.*" will automatically update the build and revision, +// and "{Major}.{Minor}.{Build}.*" will update just the revision. + +[assembly: AssemblyVersion ("1.0.*")] + +// The following attributes are used to specify the signing key for the assembly, +// if desired. See the Mono documentation for more information about signing. + +//[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyFile("")] + diff --git a/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe b/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe new file mode 100644 index 0000000..8c84517 Binary files /dev/null and b/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe differ diff --git a/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe.manifest b/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe.manifest new file mode 100644 index 0000000..f96b1d6 --- /dev/null +++ b/ejemplo-fork-master/EjemploFork/bin/Debug/EjemploFork.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/ejemplo-fork-master/EjemploFork/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ejemplo-fork-master/EjemploFork/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..816c471 Binary files /dev/null and b/ejemplo-fork-master/EjemploFork/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ejemplo-fork-master/README.md b/ejemplo-fork-master/README.md new file mode 100644 index 0000000..4431069 --- /dev/null +++ b/ejemplo-fork-master/README.md @@ -0,0 +1,8 @@ +# ejemplo-fork +Repositorio para probar el uso de forks y pull-requests + +## Asignación ## +* Hacer un fork del repositorio. +* En el archivo EjemploFork.cs, hacer que imprima el nombre de sus integrantes. +* Hacer commit y solicitar un push request +