Future-proof the Windows resource file

Now it works with newer versions of Visual Studio
This commit is contained in:
Clownacy 2019-09-06 21:04:40 +01:00
parent 0532e2afa2
commit c5a4a3cb4c
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
// Quick-and-dirty shim to make CSE2.rc work in newer versions of Visual Studio
#include "winres.h"