MSIX: add a dedicated .rc for UWPUI which joins both UI and DLL .rc's (#1139)

This commit is contained in:
yuyoyuppe
2020-01-23 14:42:28 +03:00
committed by GitHub
parent 1a10366ab7
commit f8bcf52741
3 changed files with 66 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
<Image Include="..\ui\PowerRename.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\ui\PowerRenameUI.rc" />
<ResourceCompile Include="PowerRenameUWPUI.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">