From 157b2af5e4937e48ab477df4ba2aa8803c720c6e Mon Sep 17 00:00:00 2001 From: Domi Date: Sun, 28 Jan 2024 22:37:37 +0100 Subject: [PATCH] firstrelease --- OfficeConverter.sln | 6 + OfficeConverter/FodyWeavers.xml | 3 + OfficeConverter/MainWindow.xaml | 23 +-- OfficeConverter/MainWindow.xaml.cs | 204 +++++++++++------------ OfficeConverter/OfficeConverter.csproj | 220 +++++++++++++++++++++++-- OfficeConverter/packages.config | 48 ++++++ 6 files changed, 371 insertions(+), 133 deletions(-) create mode 100644 OfficeConverter/FodyWeavers.xml diff --git a/OfficeConverter.sln b/OfficeConverter.sln index e4ff505..73c6695 100644 --- a/OfficeConverter.sln +++ b/OfficeConverter.sln @@ -8,13 +8,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 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}.Debug|x64.ActiveCfg = Debug|x64 + {6E77662E-82C3-4913-8964-5A452B229F78}.Debug|x64.Build.0 = Debug|x64 {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 + {6E77662E-82C3-4913-8964-5A452B229F78}.Release|x64.ActiveCfg = Release|x64 + {6E77662E-82C3-4913-8964-5A452B229F78}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/OfficeConverter/FodyWeavers.xml b/OfficeConverter/FodyWeavers.xml new file mode 100644 index 0000000..5029e70 --- /dev/null +++ b/OfficeConverter/FodyWeavers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OfficeConverter/MainWindow.xaml b/OfficeConverter/MainWindow.xaml index 0c76964..3f860cf 100644 --- a/OfficeConverter/MainWindow.xaml +++ b/OfficeConverter/MainWindow.xaml @@ -5,13 +5,16 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:OfficeConverter" mc:Ignorable="d" - Title="MainWindow" Height="866" Width="1099" Background="#FF1A1A1A"> + Title="OfficeConverter 1.0" Height="715" Width="1045" Background="#FF1A1A1A"> + + + - + @@ -24,37 +27,37 @@