diff --git a/OfficeConverter.sln b/OfficeConverter.sln new file mode 100644 index 0000000..e4ff505 --- /dev/null +++ b/OfficeConverter.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OfficeConverter", "OfficeConverter\OfficeConverter.csproj", "{6E77662E-82C3-4913-8964-5A452B229F78}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6E77662E-82C3-4913-8964-5A452B229F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6E77662E-82C3-4913-8964-5A452B229F78}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6E77662E-82C3-4913-8964-5A452B229F78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6E77662E-82C3-4913-8964-5A452B229F78}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {165DBB8E-B8DE-46A5-B204-A50777D67F80} + EndGlobalSection +EndGlobal diff --git a/OfficeConverter/App.config b/OfficeConverter/App.config new file mode 100644 index 0000000..5ab1a35 --- /dev/null +++ b/OfficeConverter/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/OfficeConverter/App.xaml b/OfficeConverter/App.xaml new file mode 100644 index 0000000..3320980 --- /dev/null +++ b/OfficeConverter/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/OfficeConverter/App.xaml.cs b/OfficeConverter/App.xaml.cs new file mode 100644 index 0000000..255f980 --- /dev/null +++ b/OfficeConverter/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 OfficeConverter +{ + /// + /// Interaktionslogik für "App.xaml" + /// + public partial class App : Application + { + } +} diff --git a/OfficeConverter/MainWindow.xaml b/OfficeConverter/MainWindow.xaml new file mode 100644 index 0000000..0c76964 --- /dev/null +++ b/OfficeConverter/MainWindow.xaml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + +