diff --git a/.idea/.idea.HTMLToQPDF/.idea/.gitignore b/.idea/.idea.HTMLToQPDF/.idea/.gitignore new file mode 100644 index 0000000..4cada4e --- /dev/null +++ b/.idea/.idea.HTMLToQPDF/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.HTMLToQPDF.iml +/projectSettingsUpdater.xml +/modules.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.HTMLToQPDF/.idea/encodings.xml b/.idea/.idea.HTMLToQPDF/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.HTMLToQPDF/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.HTMLToQPDF/.idea/indexLayout.xml b/.idea/.idea.HTMLToQPDF/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.HTMLToQPDF/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.HTMLToQPDF/.idea/vcs.xml b/.idea/.idea.HTMLToQPDF/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.HTMLToQPDF/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/HTMLToQPDF.Example/App.xaml.cs b/HTMLToQPDF.Example/App.xaml.cs index 93e3762..9c26572 100644 --- a/HTMLToQPDF.Example/App.xaml.cs +++ b/HTMLToQPDF.Example/App.xaml.cs @@ -1,11 +1,9 @@ -using System.Windows; - -namespace HTMLToQPDF.Example +namespace HTMLToQPDF.Example { /// /// Interaction logic for App.xaml /// - public partial class App : Application + public partial class App { } } \ No newline at end of file diff --git a/HTMLToQPDF.Example/HTMLToQPDF.Example.csproj b/HTMLToQPDF.Example/HTMLToQPDF.Example.csproj index c801ecd..7f4446d 100644 --- a/HTMLToQPDF.Example/HTMLToQPDF.Example.csproj +++ b/HTMLToQPDF.Example/HTMLToQPDF.Example.csproj @@ -2,13 +2,14 @@ WinExe - net6.0-windows + net10.0-windows enable true Assets\web-programming.ico true true embedded + 14 @@ -17,14 +18,14 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/HTMLToQPDF.Example/MainWindow.xaml b/HTMLToQPDF.Example/MainWindow.xaml index cf2d363..f7e2df2 100644 --- a/HTMLToQPDF.Example/MainWindow.xaml +++ b/HTMLToQPDF.Example/MainWindow.xaml @@ -4,7 +4,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:hc="https://handyorg.github.io/handycontrol" - xmlns:local="clr-namespace:HTMLToQPDF.Example" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:HTMLToQPDF.Example.ViewModels" Title="HTMLToQPDF" @@ -29,7 +28,7 @@ IsChecked="{Binding CustomStyles}" />