diff --git a/3rd-party/ImGui/ImGui.vcxproj b/3rd-party/ImGui/ImGui.vcxproj index 6688c678..df3c20d9 100644 --- a/3rd-party/ImGui/ImGui.vcxproj +++ b/3rd-party/ImGui/ImGui.vcxproj @@ -1,5 +1,5 @@ - + Debug @@ -33,36 +33,29 @@ - 15.0 {AA7C72A9-DDBF-4398-A301-8EE157E37D4C} - Win32Proj ImGui - 10.0.17763.0 StaticLibrary true - v141 Unicode StaticLibrary false - v141 true Unicode StaticLibrary true - v141 Unicode StaticLibrary false - v141 true Unicode @@ -100,8 +93,6 @@ Level3 Disabled - true - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true @@ -111,11 +102,8 @@ - Use Level3 Disabled - true - _DEBUG;_LIB;%(PreprocessorDefinitions) true @@ -125,13 +113,10 @@ - Use Level3 MaxSpeed true true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true @@ -143,13 +128,10 @@ - Use Level3 MaxSpeed true true - true - NDEBUG;_LIB;%(PreprocessorDefinitions) true diff --git a/project/Box2DSample/Box2DSample.vcxproj b/project/Box2DSample/Box2DSample.vcxproj index ee020ceb..a344242d 100644 --- a/project/Box2DSample/Box2DSample.vcxproj +++ b/project/Box2DSample/Box2DSample.vcxproj @@ -19,7 +19,6 @@ - 15.0 {324CFF47-4EB2-499A-BE5F-53A82E3BA14B} Box2DSample diff --git a/project/ImGuiSample/ImGuiSample.vcxproj b/project/ImGuiSample/ImGuiSample.vcxproj index e349f2ff..bb82b75f 100644 --- a/project/ImGuiSample/ImGuiSample.vcxproj +++ b/project/ImGuiSample/ImGuiSample.vcxproj @@ -19,7 +19,6 @@ - 15.0 {6152D36C-EA40-4968-A696-244B6CA58395} ImGuiSample diff --git a/src/dx/TextRenderer.cpp b/src/dx/TextRenderer.cpp index 71c9017b..614286d8 100644 --- a/src/dx/TextRenderer.cpp +++ b/src/dx/TextRenderer.cpp @@ -19,8 +19,6 @@ // THE SOFTWARE. #include "TextRenderer.h" -#include "include-forwards.h" -#include "render.h" namespace easy2d {