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 44df467 commit b9d7da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/Renderer/Renderer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ $(FreeImageCheckRequirements)</Command>
<ClCompile Include="..\..\include\SourceSDK\tier1\mempool.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\memstack.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\stringpool.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\strtools.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\utlbuffer.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\utlstring.cpp" />
<ClCompile Include="..\..\include\SourceSDK\tier1\utlsymbol.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions Plugins/Renderer/Renderer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@
<ClCompile Include="..\..\include\SourceSDK\tier0\vcrmode.cpp">
<Filter>SourceSDK\tier0</Filter>
</ClCompile>
<ClCompile Include="..\..\include\SourceSDK\tier1\strtools.cpp">
<Filter>SourceSDK\tier1</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="bspfile.h">
Expand Down

0 comments on commit b9d7da0

Please sign in to comment.