Skip to content

Commit 23ee14c

Browse files
committed
Fix VS project files
1 parent 587ce8e commit 23ee14c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vsprojects/gui/gui.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
<ClCompile Include="..\..\src\gui\gui.cc" />
129129
<ClCompile Include="..\..\src\gui\luaimguiextra.cc" />
130130
<ClCompile Include="..\..\src\gui\luanvg.cc" />
131+
<ClCompile Include="..\..\src\gui\splash.cc" />
131132
<ClCompile Include="..\..\src\gui\resources-unix.cc" />
132133
<ClCompile Include="..\..\src\gui\resources-win32.cc" />
133134
<ClCompile Include="..\..\src\gui\shaders\crt-lottes.cc" />

vsprojects/gui/gui.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
<ClCompile Include="..\..\src\gui\luaimguiextra.cc">
104104
<Filter>Source Files</Filter>
105105
</ClCompile>
106+
<ClCompile Include="..\..\src\gui\splash.cc">
107+
<Filter>Source Files</Filter>
108+
</ClCompile>
106109
<ClCompile Include="..\..\src\gui\widgets\patches.cc">
107110
<Filter>Source Files\widgets</Filter>
108111
</ClCompile>

0 commit comments

Comments
 (0)