Skip to content

Commit

Permalink
update vcxproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jun 11, 2024
1 parent b9d7da0 commit 1fe7f08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/VGUI2Extension/DpiManagerInternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "exportfuncs.h"
#include "privatefuncs.h"
#include "DpiManagerInternal.h"
#include "util.h"
#include <ISurface2.h>

extern vgui::ISurface2* g_pVGuiSurface2;
Expand Down
2 changes: 2 additions & 0 deletions Plugins/VGUI2Extension/VGUI2Extension.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $(GLEWCheckRequirements)</Command>
<ClCompile Include="SchemeHook.cpp" />
<ClCompile Include="Surface2.cpp" />
<ClCompile Include="SurfaceHook.cpp" />
<ClCompile Include="util.cpp" />
<ClCompile Include="VGUI1Hook.cpp" />
<ClCompile Include="VGUI2ExtensionInternal.cpp" />
<ClCompile Include="Win32Font.cpp" />
Expand Down Expand Up @@ -300,6 +301,7 @@ $(GLEWCheckRequirements)</Command>
<ClInclude Include="plugins.h" />
<ClInclude Include="Scheme2.h" />
<ClInclude Include="Surface2.h" />
<ClInclude Include="util.h" />
<ClInclude Include="VGUI2ExtensionInternal.h" />
<ClInclude Include="Win32Font.h" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Plugins/VGUI2Extension/VGUI2Extension.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@
<ClCompile Include="..\..\include\SourceSDK\tier0\vcrmode.cpp">
<Filter>SourceSDK\tier0</Filter>
</ClCompile>
<ClCompile Include="util.cpp">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="enginedef.h">
Expand Down Expand Up @@ -505,5 +508,8 @@
<ClInclude Include="..\..\include\Interface\VGUI\IInput2.h">
<Filter>Interface</Filter>
</ClInclude>
<ClInclude Include="util.h">
<Filter>Header</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 1fe7f08

Please sign in to comment.