Future-proof the Windows resource file
Now it works with newer versions of Visual Studio
This commit is contained in:
parent
0532e2afa2
commit
c5a4a3cb4c
2 changed files with 6 additions and 0 deletions
|
@ -616,6 +616,9 @@
|
|||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
<File
|
||||
RelativePath=".\assets\resources\afxres.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="assets\resources\CSE2.rc">
|
||||
<FileConfiguration
|
||||
|
|
3
assets/resources/afxres.h
Normal file
3
assets/resources/afxres.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Quick-and-dirty shim to make CSE2.rc work in newer versions of Visual Studio
|
||||
|
||||
#include "winres.h"
|
Loading…
Add table
Reference in a new issue