From 517be259b0f7dc8112970062c9bf7847c8ff4b54 Mon Sep 17 00:00:00 2001 From: Guillermo Rugilo Date: Tue, 21 Jun 2005 00:56:10 +0000 Subject: [PATCH 1/1] =?utf8?q?Subo=20soluci=C3=B3n=20para=20Visual=20Studi?= =?utf8?q?o,=20con=20la=20que=20trabajaremos=20Seba=20y=20yo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- demo/src/VSProject.csproj | 261 ++++++++++++++++++++++++++++++++++++++ demo/src/VSSolution.sln | 21 +++ 2 files changed, 282 insertions(+) create mode 100644 demo/src/VSProject.csproj create mode 100644 demo/src/VSSolution.sln 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 -- 2.43.0