summaryrefslogtreecommitdiff
path: root/Projects/VisualStudio/Editor/Editor.vcxproj
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-18 19:14:35 +0800
committerchai <chaifix@163.com>2021-11-18 19:14:35 +0800
commit2ab7fad7b308debba0aacbf76831569f360d19a0 (patch)
treea28f4b6ed64ef9782be0f009ca9e458a709e34ca /Projects/VisualStudio/Editor/Editor.vcxproj
parent6198d0c32b5416b328b55c4c4e5b760c745952c7 (diff)
*misc
Diffstat (limited to 'Projects/VisualStudio/Editor/Editor.vcxproj')
-rw-r--r--Projects/VisualStudio/Editor/Editor.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj b/Projects/VisualStudio/Editor/Editor.vcxproj
index f9f04eb..c76c890 100644
--- a/Projects/VisualStudio/Editor/Editor.vcxproj
+++ b/Projects/VisualStudio/Editor/Editor.vcxproj
@@ -165,6 +165,7 @@
<ClCompile Include="..\..\..\Editor\Scripting\Editor\Editor.bind.cpp" />
<ClCompile Include="..\..\..\Editor\Scripting\Editor\EditorApplication.bind.cpp" />
<ClCompile Include="..\..\..\Editor\Scripting\EditorScriptingManager.cpp" />
+ <ClCompile Include="..\..\..\Editor\Scripting\GUI\EditorGUI.bind.cpp" />
<ClCompile Include="..\..\..\Editor\Scripting\Window\ContainerWindow.bind.cpp" />
<ClCompile Include="..\..\..\Editor\Scripting\Window\Window.bind.cpp" />
<ClCompile Include="..\..\..\Editor\Scripting\Window\GUIWindow.bind.cpp" />
@@ -204,6 +205,7 @@
<ClCompile Include="..\..\..\Runtime\GUI\Font.cpp" />
<ClCompile Include="..\..\..\Runtime\GUI\UI9Slicing.cpp" />
<ClCompile Include="..\..\..\Runtime\GUI\UIMesh.cpp" />
+ <ClCompile Include="..\..\..\Runtime\GUI\UISquare.cpp" />
<ClCompile Include="..\..\..\Runtime\GUI\UITextMesh.cpp" />
<ClCompile Include="..\..\..\Runtime\GUI\TextMeshGenerator.cpp" />
<ClCompile Include="..\..\..\Runtime\GUI\UIQuad.cpp" />
@@ -304,6 +306,7 @@
<ClInclude Include="..\..\..\Runtime\GUI\Font.h" />
<ClInclude Include="..\..\..\Runtime\GUI\UI9Slicing.h" />
<ClInclude Include="..\..\..\Runtime\GUI\UIMesh.h" />
+ <ClInclude Include="..\..\..\Runtime\GUI\UISquare.h" />
<ClInclude Include="..\..\..\Runtime\GUI\UITextMesh.h" />
<ClInclude Include="..\..\..\Runtime\GUI\TextMeshGenerator.h" />
<ClInclude Include="..\..\..\Runtime\GUI\UIQuad.h" />