[idd] helper: add icon to resource

This commit is contained in:
Quantum
2025-09-13 14:25:18 -04:00
committed by Geoffrey McRae
parent b7e3ef6824
commit 4ff5ce02d7
3 changed files with 69 additions and 0 deletions

View File

@@ -187,6 +187,9 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
<Target Name="GenerateVersionInfo" BeforeTargets="ClCompile">