From: Guillermo Rugilo Date: Tue, 21 Jun 2005 00:56:10 +0000 (+0000) Subject: Subo solución para Visual Studio, con la que trabajaremos Seba y yo. X-Git-Tag: svn_import~276 X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/commitdiff_plain/517be259b0f7dc8112970062c9bf7847c8ff4b54?hp=ee40e1bed108098e51635103e8ff2083cb6a3f66 Subo solución para Visual Studio, con la que trabajaremos Seba y yo. Subo archivo .sol (solución de VS) y .csproj (proyecto C# de VS) en directorio src ... espero que no les moleste Rick y a Luca, pero simplemente tienen que ignorarlos. --- diff --git a/demo/src/VSProject.csproj b/demo/src/VSProject.csproj new file mode 100644 index 0000000..a84aaef --- /dev/null +++ b/demo/src/VSProject.csproj @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo/src/VSSolution.sln b/demo/src/VSSolution.sln new file mode 100644 index 0000000..7703a1b --- /dev/null +++ b/demo/src/VSSolution.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSProject", "VSProject.csproj", "{8955F46A-7344-40E5-944E-4C084F745EB2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {8955F46A-7344-40E5-944E-4C084F745EB2}.Debug.ActiveCfg = Debug|.NET + {8955F46A-7344-40E5-944E-4C084F745EB2}.Debug.Build.0 = Debug|.NET + {8955F46A-7344-40E5-944E-4C084F745EB2}.Release.ActiveCfg = Release|.NET + {8955F46A-7344-40E5-944E-4C084F745EB2}.Release.Build.0 = Release|.NET + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal