commit d9ccf06a5193f2998f003b3feb4ca2307f0a363b Author: ittnerpa60944 Date: Thu Apr 25 11:04:22 2019 +0200 added basic project diff --git a/code/code/.vs/MDT5/v15/.suo b/code/code/.vs/MDT5/v15/.suo new file mode 100644 index 0000000..18088d9 Binary files /dev/null and b/code/code/.vs/MDT5/v15/.suo differ diff --git a/code/code/.vs/config/applicationhost.config b/code/code/.vs/config/applicationhost.config new file mode 100644 index 0000000..2712944 --- /dev/null +++ b/code/code/.vs/config/applicationhost.config @@ -0,0 +1,1020 @@ + + + + + + + +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/code/MDT5.sln b/code/code/MDT5.sln new file mode 100644 index 0000000..c36c905 --- /dev/null +++ b/code/code/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/code/code/Web.config b/code/code/Web.config new file mode 100644 index 0000000..3efb09f --- /dev/null +++ b/code/code/Web.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/code/code/exercise01/README.txt b/code/code/exercise01/README.txt new file mode 100644 index 0000000..0e97665 --- /dev/null +++ b/code/code/exercise01/README.txt @@ -0,0 +1 @@ +Hier entsteht die Lösung zu Praktikum 01 \ No newline at end of file diff --git a/code/code/exercise01/app/css/mobile.css b/code/code/exercise01/app/css/mobile.css new file mode 100644 index 0000000..aea23ec --- /dev/null +++ b/code/code/exercise01/app/css/mobile.css @@ -0,0 +1,5 @@ + +h2 small { + color: green; + font-size: small; +} diff --git a/code/code/exercise01/app/img/ohm.ico b/code/code/exercise01/app/img/ohm.ico new file mode 100644 index 0000000..d00ece5 Binary files /dev/null and b/code/code/exercise01/app/img/ohm.ico differ diff --git a/code/code/exercise01/app/index.html b/code/code/exercise01/app/index.html new file mode 100644 index 0000000..b3d4546 --- /dev/null +++ b/code/code/exercise01/app/index.html @@ -0,0 +1,17 @@ + + + + + + + + + +

+ Patientenverwaltung + Ein Demoprojekt +

+ + + + \ No newline at end of file diff --git a/code/code/exercise02/README.txt b/code/code/exercise02/README.txt new file mode 100644 index 0000000..b7f1876 --- /dev/null +++ b/code/code/exercise02/README.txt @@ -0,0 +1 @@ +Hier entsteht die Lösung zu Praktikum 02 \ No newline at end of file diff --git a/code/code/exercise02/app/index.html b/code/code/exercise02/app/index.html new file mode 100644 index 0000000..621e680 --- /dev/null +++ b/code/code/exercise02/app/index.html @@ -0,0 +1,14 @@ + + + + + + + +