From 3fce0224bcdc62112dabecbb3757a438559bf86e Mon Sep 17 00:00:00 2001 From: punker76 Date: Tue, 9 May 2023 22:20:00 +0200 Subject: [PATCH] build: prepare first v3.0 alpha --- src/Directory.packages.props | 7 +- .../FodyWeavers.xml | 6 - .../FodyWeavers.xsd | 141 ------------------ .../MahApps.Metro.Caliburn.Demo.csproj | 12 -- .../MahApps.Metro.Demo.csproj | 1 - src/MahApps.Metro/Directory.Build.Targets | 2 +- src/MahApps.Metro/Themes/MetroWindow.xaml | 8 +- src/global.json | 2 +- 8 files changed, 10 insertions(+), 169 deletions(-) delete mode 100644 src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xml delete mode 100644 src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xsd diff --git a/src/Directory.packages.props b/src/Directory.packages.props index 3251c5e2b8..9d3a7ab5c3 100644 --- a/src/Directory.packages.props +++ b/src/Directory.packages.props @@ -3,16 +3,19 @@ true true + - + + + @@ -28,8 +31,6 @@ - - diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xml b/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xml deleted file mode 100644 index 0d42d8726e..0000000000 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xsd b/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xsd deleted file mode 100644 index 05e92c1147..0000000000 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/FodyWeavers.xsd +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. - - - - - A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - - - - - A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. - - - - - A list of unmanaged 32 bit assembly names to include, delimited with line breaks. - - - - - A list of unmanaged 64 bit assembly names to include, delimited with line breaks. - - - - - The order of preloaded assemblies, delimited with line breaks. - - - - - - This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. - - - - - Controls if .pdbs for reference assemblies are also embedded. - - - - - Controls if runtime assemblies are also embedded. - - - - - Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. - - - - - Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. - - - - - As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. - - - - - Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. - - - - - Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. - - - - - A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - - - - - A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. - - - - - A list of unmanaged 32 bit assembly names to include, delimited with |. - - - - - A list of unmanaged 64 bit assembly names to include, delimited with |. - - - - - The order of preloaded assemblies, delimited with |. - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/MahApps.Metro.Caliburn.Demo.csproj b/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/MahApps.Metro.Caliburn.Demo.csproj index c552b38ab7..ba28594857 100644 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/MahApps.Metro.Caliburn.Demo.csproj +++ b/src/MahApps.Metro.Samples/MahApps.Metro.Caliburn.Demo/MahApps.Metro.Caliburn.Demo.csproj @@ -4,7 +4,6 @@ MahApps.Metro.Caliburn.Demo Caliburn.Metro.Demo - true false WinExe @@ -25,17 +24,6 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - all - runtime; build; compile; native; contentfiles; analyzers - - - diff --git a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/MahApps.Metro.Demo.csproj b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/MahApps.Metro.Demo.csproj index b4edf5aa5a..82abeeb925 100644 --- a/src/MahApps.Metro.Samples/MahApps.Metro.Demo/MahApps.Metro.Demo.csproj +++ b/src/MahApps.Metro.Samples/MahApps.Metro.Demo/MahApps.Metro.Demo.csproj @@ -4,7 +4,6 @@ MahApps.Metro.Demo MetroDemo - true false WinExe diff --git a/src/MahApps.Metro/Directory.Build.Targets b/src/MahApps.Metro/Directory.Build.Targets index 2664f68baf..17f1b53d30 100644 --- a/src/MahApps.Metro/Directory.Build.Targets +++ b/src/MahApps.Metro/Directory.Build.Targets @@ -9,7 +9,7 @@ - Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell + Jan Karger, Bastian Schmidt, Dennis Daume, Brendan Forster, Alex Mitchell, Paul Jenkins, Jake Ginnivan MIT https://github.com/MahApps/MahApps.Metro mahapps.metro.logo.png diff --git a/src/MahApps.Metro/Themes/MetroWindow.xaml b/src/MahApps.Metro/Themes/MetroWindow.xaml index 737c7e4f72..f571ed7323 100644 --- a/src/MahApps.Metro/Themes/MetroWindow.xaml +++ b/src/MahApps.Metro/Themes/MetroWindow.xaml @@ -15,12 +15,12 @@ + UseLayoutRounding="True"> + UseLayoutRounding="True">