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 3460720 commit b5c8051
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -314,6 +314,7 @@ $(FreeImageCheckRequirements)</Command>
<ClCompile Include="MurmurHash2.cpp" />
<ClCompile Include="parsemsg.cpp" />
<ClCompile Include="plugins.cpp" />
<ClCompile Include="util.cpp" />
<ClCompile Include="VGUI2ExtensionImport.cpp" />
<ClCompile Include="zone.cpp" />
</ItemGroup>
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 @@ -431,6 +431,9 @@
<ClCompile Include="..\..\include\SourceSDK\tier1\strtools.cpp">
<Filter>SourceSDK\tier1</Filter>
</ClCompile>
<ClCompile Include="util.cpp">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="bspfile.h">
Expand Down
1 change: 1 addition & 0 deletions Plugins/ResourceReplacer/ResourceReplacer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<ClCompile Include="plugins.cpp" />
<ClCompile Include="privatehook.cpp" />
<ClCompile Include="ResourceReplacer.cpp" />
<ClCompile Include="util.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="enginedef.h" />
Expand Down
3 changes: 3 additions & 0 deletions Plugins/ResourceReplacer/ResourceReplacer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
<ClCompile Include="..\..\include\SourceSDK\vstdlib\random.cpp">
<Filter>SourceSDK\vstdlib</Filter>
</ClCompile>
<ClCompile Include="util.cpp">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="exportfuncs.h">
Expand Down

0 comments on commit b5c8051

Please sign in to comment.