diff --git a/STDHelper.sln b/STDHelper.sln new file mode 100644 index 0000000..1fa11b2 --- /dev/null +++ b/STDHelper.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28729.10 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STDHelper", "STDHelper\STDHelper.csproj", "{C763D8F1-B426-4E05-AA56-D1054D36392E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C763D8F1-B426-4E05-AA56-D1054D36392E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C763D8F1-B426-4E05-AA56-D1054D36392E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C763D8F1-B426-4E05-AA56-D1054D36392E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C763D8F1-B426-4E05-AA56-D1054D36392E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CB2EB343-8371-4257-B2DA-5B7CE447F5E1} + EndGlobalSection +EndGlobal diff --git a/STDHelper/App.config b/STDHelper/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/STDHelper/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/STDHelper/App.xaml b/STDHelper/App.xaml new file mode 100644 index 0000000..90d4ffa --- /dev/null +++ b/STDHelper/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/STDHelper/App.xaml.cs b/STDHelper/App.xaml.cs new file mode 100644 index 0000000..d51058e --- /dev/null +++ b/STDHelper/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace STDHelper +{ + /// + /// Interaktionslogik für "App.xaml" + /// + public partial class App : Application + { + } +} diff --git a/STDHelper/MainWindow.xaml b/STDHelper/MainWindow.xaml new file mode 100644 index 0000000..290b8fb --- /dev/null +++ b/STDHelper/MainWindow.xaml @@ -0,0 +1,15 @@ + + + +