We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c1750 commit c343ef9Copy full SHA for c343ef9
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
$ns = @{msb="http://schemas.microsoft.com/developer/msbuild/2003"}
47
48
$map = @{
49
- "lib\foobar2000_sdk\libPPUI.vcxproj" = "../..;..;..\..\wtl\Include"
+ "lib\foobar2000_sdk\libPPUI\libPPUI.vcxproj" = "../..;..;..\..\wtl\Include"
50
"lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj" = "..\..\..\wtl\Include"
51
}
52
0 commit comments