I get the following error when trying to compile ProjectB which depends on ProjectA, both of them use WindowsAppSdk:
20> Creating library C:\Users\username\Windows\src\\generated\output\x64\Debug\ProjectB\ProjectB.lib and object C:\Users\username\Windows\src\\generated\output\x64\Debug\ProjectB\ProjectB.exp20>ProjectB.vcxproj -> C:\Users\username\Windows\src\generated\output\x64\Debug\ProjectB\ProjectB.dll20>C:\Users\username\Windows\src\packages\Microsoft.WindowsAppSDK.1.0.1\build\Microsoft.Build.Msix.Packaging.targets(1379,5): error APPX1101: Payload contains two or more files with the same destination path 'resources.pri'. Source files: 20>C:\Users\username\Windows\src\packages\Microsoft.WindowsAppSDK.1.0.1\build\Microsoft.Build.Msix.Packaging.targets(1379,5): error APPX1101: C:\Users\username\Windows\src\generated\output\x64\Debug\ProjectB\resources.pri20>C:\Users\username\Windows\src\packages\Microsoft.WindowsAppSDK.1.0.1\build\Microsoft.Build.Msix.Packaging.targets(1379,5): error APPX1101: C:\Users\username\Windows\src\generated\output\x64\Debug\ProjectA\resources.pri20>Done building project "ProjectB.vcxproj" -- FAILED.
I get this error for both the 1.0.1 and 1.0.0 of WindowsAppSDK.
Is there a workaround for this?