ref: c5a4a3cb4ce1c7215158b254fa599576f86f9a21
parent: 0532e2afa2154b25e8736622cebf69ec39e7da1f
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Sep 6 17:04:40 EDT 2019
Future-proof the Windows resource file Now it works with newer versions of Visual Studio
--- a/CSE2.vcproj
+++ b/CSE2.vcproj
@@ -617,6 +617,9 @@
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
Name="Debug|Win32">
--- /dev/null
+++ b/assets/resources/afxres.h
@@ -1,0 +1,3 @@
+// Quick-and-dirty shim to make CSE2.rc work in newer versions of Visual Studio
+
+#include "winres.h"