diff --git a/src/BoE.vsproj/Game/Blades of Exile.rc b/src/BoE.vsproj/Game/Blades of Exile.rc index b2c5b06d..1f905ff0 100644 --- a/src/BoE.vsproj/Game/Blades of Exile.rc +++ b/src/BoE.vsproj/Game/Blades of Exile.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "boeresource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -32,7 +32,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_BLADESOFEXILE ICON "../../../rsrc/icons/win/BOE Icon.ico" -IDI_BOESAVE ICON "../../../rsrc/icons/win/BoE Save.ico" +IDI_BOESAVE ICON "../../../rsrc/icons/win/BoE Save.ico" ///////////////////////////////////////////////////////////////////////////// // @@ -121,7 +121,7 @@ END 1 TEXTINCLUDE BEGIN - "resource.h\0" + "boeresource.h\0" END 2 TEXTINCLUDE diff --git a/src/BoE.vsproj/Game/Blades of Exile.vcxproj b/src/BoE.vsproj/Game/Blades of Exile.vcxproj index b61d86da..174261ec 100644 --- a/src/BoE.vsproj/Game/Blades of Exile.vcxproj +++ b/src/BoE.vsproj/Game/Blades of Exile.vcxproj @@ -117,7 +117,7 @@ - + diff --git a/src/BoE.vsproj/Game/Blades of Exile.vcxproj.filters b/src/BoE.vsproj/Game/Blades of Exile.vcxproj.filters index 4906f84f..e63c371b 100644 --- a/src/BoE.vsproj/Game/Blades of Exile.vcxproj.filters +++ b/src/BoE.vsproj/Game/Blades of Exile.vcxproj.filters @@ -18,9 +18,6 @@ - - Header Files - Header Files @@ -87,6 +84,9 @@ Header Files + + Header Files + diff --git a/src/BoE.vsproj/Game/Resource.h b/src/BoE.vsproj/Game/boeresource.h similarity index 100% rename from src/BoE.vsproj/Game/Resource.h rename to src/BoE.vsproj/Game/boeresource.h diff --git a/src/BoE.vsproj/PcEdit/Char Editor.rc b/src/BoE.vsproj/PcEdit/Char Editor.rc index 7b454723..18482446 100644 --- a/src/BoE.vsproj/PcEdit/Char Editor.rc +++ b/src/BoE.vsproj/PcEdit/Char Editor.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "pcresource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -36,7 +36,7 @@ IDI_BLADESOFEXILE ICON "../../../Win32/scenedit/BLSCENE 1 TEXTINCLUDE BEGIN - "resource.h\0" + "pcresource.h\0" END 2 TEXTINCLUDE diff --git a/src/BoE.vsproj/PcEdit/Char Editor.vcxproj b/src/BoE.vsproj/PcEdit/Char Editor.vcxproj index 729c559c..3cb27a8f 100644 --- a/src/BoE.vsproj/PcEdit/Char Editor.vcxproj +++ b/src/BoE.vsproj/PcEdit/Char Editor.vcxproj @@ -103,7 +103,7 @@ - + diff --git a/src/BoE.vsproj/PcEdit/Char Editor.vcxproj.filters b/src/BoE.vsproj/PcEdit/Char Editor.vcxproj.filters index 17b6ff89..93f9e0a0 100644 --- a/src/BoE.vsproj/PcEdit/Char Editor.vcxproj.filters +++ b/src/BoE.vsproj/PcEdit/Char Editor.vcxproj.filters @@ -53,7 +53,7 @@ Header Files - + Header Files diff --git a/src/BoE.vsproj/PcEdit/resource.h b/src/BoE.vsproj/PcEdit/pcresource.h similarity index 100% rename from src/BoE.vsproj/PcEdit/resource.h rename to src/BoE.vsproj/PcEdit/pcresource.h diff --git a/src/BoE.vsproj/ScenEdit/Scen Editor.rc b/src/BoE.vsproj/ScenEdit/Scen Editor.rc index bd359d48..620ba7c4 100644 --- a/src/BoE.vsproj/ScenEdit/Scen Editor.rc +++ b/src/BoE.vsproj/ScenEdit/Scen Editor.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "scenresource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -36,7 +36,7 @@ IDI_BLADESOFEXILE ICON "../../../rsrc/icons/win/BOE Edi 1 TEXTINCLUDE BEGIN - "resource.h\0" + "scenresource.h\0" END 2 TEXTINCLUDE diff --git a/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj b/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj index d891f1f2..3de7cdf5 100644 --- a/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj +++ b/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj @@ -109,7 +109,7 @@ - + diff --git a/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj.filters b/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj.filters index 7852a73e..1ece49e4 100644 --- a/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj.filters +++ b/src/BoE.vsproj/ScenEdit/Scen Editor.vcxproj.filters @@ -71,7 +71,7 @@ Header Files - + Header Files diff --git a/src/BoE.vsproj/ScenEdit/resource.h b/src/BoE.vsproj/ScenEdit/scenresource.h similarity index 100% rename from src/BoE.vsproj/ScenEdit/resource.h rename to src/BoE.vsproj/ScenEdit/scenresource.h