lepoco / cpmm

Cyberpunk 2077 Mod Manager
https://www.nexusmods.com/cyberpunk2077/mods/96
GNU General Public License v3.0
24 stars 4 forks source link

Unable to build main branch, error MC3072 #21

Open tractorbeam0 opened 11 months ago

tractorbeam0 commented 11 months ago

Describe the bug
Specifically, ...\CPMM\Views\Container.xaml(47,25): error MC3072: The property 'Type' does not exist in XML namespace 'clr-namespace:WPFUI.Controls;assembly=WPFUI'. Line 47 Position 25.

To Reproduce
N/A

Expected behavior
It builds properly

Screenshots
image

Desktop (please complete the following information):

Additional context
I normally develop with GNU-based tools and the whole Microsoft toolchain is very new to me. I may just have something configured incorrectly, or it may be related to not using VS17 like was suggested, however I don't think it'd be impossible to convert the project to VS22.

tractorbeam0 commented 11 months ago

As I look further into it, it's beginning to look like WPFUI is out of date? It's missing many things. Edit: Oh yes it is, WPFUI has had a complete overhaul since then. This project needs a LOT of updating from the looks of it.