From 0ba66c3df37b0d1f0a7b64604b6775104011ac21 Mon Sep 17 00:00:00 2001 From: "turowskipa64071@th-nuernberg.de" Date: Thu, 7 May 2020 12:53:13 +0200 Subject: [PATCH] Try 1 --- HtmlPage.html | 2 +- MDT5.sln | 41 +++++++++++++++++++++++++++++++++++++++++ Web.config | 6 ++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 MDT5.sln create mode 100644 Web.config diff --git a/HtmlPage.html b/HtmlPage.html index 5194ae9..65f5bf1 100644 --- a/HtmlPage.html +++ b/HtmlPage.html @@ -10,7 +10,7 @@

Einkaufsliste

- + //TEST FÜR GIT
Menü diff --git a/MDT5.sln b/MDT5.sln new file mode 100644 index 0000000..c36c905 --- /dev/null +++ b/MDT5.sln @@ -0,0 +1,41 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2005 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "code", ".", "{9311C3EF-F1D1-4606-8668-322C176CA58F}" + ProjectSection(WebsiteProperties) = preProject + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" + Debug.AspNetCompiler.VirtualPath = "/localhost_49537" + Debug.AspNetCompiler.PhysicalPath = "MDT5\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49537\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/localhost_49537" + Release.AspNetCompiler.PhysicalPath = "MDT5\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49537\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "49537" + SlnRelativePath = "MDT5\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9311C3EF-F1D1-4606-8668-322C176CA58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9311C3EF-F1D1-4606-8668-322C176CA58F}.Debug|Any CPU.Build.0 = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B1CA379E-4295-41CB-A81A-11D05D4683F6} + EndGlobalSection +EndGlobal diff --git a/Web.config b/Web.config new file mode 100644 index 0000000..3efb09f --- /dev/null +++ b/Web.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file