0
我們希望在解決方案中的兩個UWP項目之間共享可視資產。視覺資產位於同一解決方案中的UWP類庫中。在其他UWP項目中引用圖像時無法定位
我們可以通過引用它們在Package.appxmanifest
部署項目時可視資源都包含在同一個項目這樣
Assets\SplashScreen1240x600.png
但如果我們嘗試引用視覺資產類庫這樣
OtherProect.Assets\SplashScreen1240x600.png
我們得到這個錯誤
the splash screen image [SplashScreen1240x600.png] cannot be located
。
我們如何引用類庫中的可視資源?