LorisYounger / VPet

虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序
Apache License 2.0
4.64k stars 465 forks source link

Fix: package Panuon.WPF.UI broken on build VPet.Solution #326

Closed luanon404 closed 4 months ago

luanon404 commented 4 months ago

Fix: package Panuon.WPF.UI broken on build VPet.Solution

luanon404 commented 4 months ago

Full details: #325

LorisYounger commented 4 months ago

The original problem was this, which I intentionally removed. The reason for referencing it in Release is that the reference will automatically copy a generated result to the output directory, which is convenient for me to upload to Steam https://github.com/luanon404/VPet/blob/12364348ed93009801c5bafc95a35a1013e5f342/VPet-Simulator.Windows/MainWindow.cs#L37-L39 I will remove the Release Tag in the following commit

For Fixing Reference, I think some computers may not support this referencing method (which is usable on both my computer and the developer's computer, but some players may display an error message) I am trying to change the reference method to be consistent with other projects to ensure compatibility