Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

A modern-day working output of this Solution ? #553

Open BourgeoisDirk opened 1 year ago

BourgeoisDirk commented 1 year ago

Hey, I did a Clone > Download to Zip. Ran the solution.. But it's riddled with errors to net frameworks 4.5 etc missing.

Went through the entire project, added the necessary nuget packages "Microsoft.NETFramework.ReferenceAssemblies.net" to each Project that had issues. Solves ALL of the missing references for a modern day Windows.

Alas still couldn't run the Solution, project "ModernWpf.SampleApp" is set to start but on run i'm getting issues like:

Severity    Code    Description Project File    Line    Suppression State
Error       Could not read the Windows SDK's Platform.xml at C:\Program Files (x86)\Windows Kits\10\Platforms\UAP\10.0.18362.0\Platform.xml ModernWpf   D:\Downloads\ModernWpf-master\ModernWpf\EXEC    1   

and

Severity    Code    Description Project File    Line    Suppression State
Error   MSB3073 The command ""C:\Users\Laptop\.nuget\packages\microsoft.windows.cswinrt\1.6.4\cswinrt.exe" @"D:\Downloads\ModernWpf-master\ModernWpf\obj\Debug\net5.0-windows7.0\Generated Files\cswinrt.rsp"" exited with code 1.  ModernWpf   C:\Users\Laptop\.nuget\packages\microsoft.windows.cswinrt\1.6.4\build\Microsoft.Windows.CsWinRT.targets 187 

Allthough I can add these NuGet packages to any netstandard6.0 Solution. Is there any way to get this Solution in a build-able, run-able state ? So I can look at how this whole thing works ..