Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/4fdff081ab76010a59b0 to your computer and use it in GitHub Desktop.
Save jpluimers/4fdff081ab76010a59b0 to your computer and use it in GitHub Desktop.
Adding RC files to a project will generate RcCompile elements in the .dproj file so the resource compiler gets run on them.
<RcCompile Include="MAINICON.rc">
<ModuleName>MAINICON.rc</ModuleName>
<Form>MAINICON.res</Form>
</RcCompile>
<RcCompile Include="VERSIONINFO.rc">
<ModuleName>VERSIONINFO.rc</ModuleName>
<Form>VERSIONINFO.res</Form>
</RcCompile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment