Skip to content
Snippets Groups Projects
Commit 5e2a671e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Include "SYNCH" icon in these console mode/uifc apps

I wanted to get this accomplished with a change to conio.props but couldn't figure out how to make that work (the .rc file has to be compiled first, so it can't be just linked).
parent 18ff0a0a
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,9 @@
<Project>{aeed3a81-3a47-4953-be51-fd5e08283890}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\conio\ciolib.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
......@@ -187,6 +187,9 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\conio\ciolib.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
......@@ -248,6 +248,9 @@
<Project>{08fc395f-bc60-499d-9ce9-170ed718bb94}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\conio\ciolib.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment