From 3c41e4212c5966c4f45e6e1dec90b24ec6face6c Mon Sep 17 00:00:00 2001
From: lightbulblighter <59720715+lightbulblighter@users.noreply.github.com>
Date: Tue, 7 Jun 2022 13:10:48 -0700
Subject: [PATCH] move resource.h
---
PolygonDLL/{ => Include}/resource.h | 0
PolygonDLL/PolygonDLL.rc | 2 +-
PolygonDLL/PolygonDLL.vcxproj | 2 +-
PolygonDLL/PolygonDLL.vcxproj.filters | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
rename PolygonDLL/{ => Include}/resource.h (100%)
diff --git a/PolygonDLL/resource.h b/PolygonDLL/Include/resource.h
similarity index 100%
rename from PolygonDLL/resource.h
rename to PolygonDLL/Include/resource.h
diff --git a/PolygonDLL/PolygonDLL.rc b/PolygonDLL/PolygonDLL.rc
index a7dc710..0b3c66e 100644
--- a/PolygonDLL/PolygonDLL.rc
+++ b/PolygonDLL/PolygonDLL.rc
@@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "Include/resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
diff --git a/PolygonDLL/PolygonDLL.vcxproj b/PolygonDLL/PolygonDLL.vcxproj
index bc74265..d0d0d36 100644
--- a/PolygonDLL/PolygonDLL.vcxproj
+++ b/PolygonDLL/PolygonDLL.vcxproj
@@ -135,7 +135,7 @@
-
+
diff --git a/PolygonDLL/PolygonDLL.vcxproj.filters b/PolygonDLL/PolygonDLL.vcxproj.filters
index a48ffae..36e1a61 100644
--- a/PolygonDLL/PolygonDLL.vcxproj.filters
+++ b/PolygonDLL/PolygonDLL.vcxproj.filters
@@ -57,7 +57,7 @@
Header Files
-
+
Header Files