summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/csgo-client.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'csgo-loader/csgo-client/csgo-client.vcxproj.filters')
-rw-r--r--csgo-loader/csgo-client/csgo-client.vcxproj.filters12
1 files changed, 12 insertions, 0 deletions
diff --git a/csgo-loader/csgo-client/csgo-client.vcxproj.filters b/csgo-loader/csgo-client/csgo-client.vcxproj.filters
index 2040b2b..049be28 100644
--- a/csgo-loader/csgo-client/csgo-client.vcxproj.filters
+++ b/csgo-loader/csgo-client/csgo-client.vcxproj.filters
@@ -55,6 +55,12 @@
<ClCompile Include="RemoteCode\RemoteProcess.cpp">
<Filter>RemoteCode</Filter>
</ClCompile>
+ <ClCompile Include="RemoteCode\RemoteCodeClient.cpp">
+ <Filter>RemoteCode</Filter>
+ </ClCompile>
+ <ClCompile Include="RemoteCode\RemoteInjectionClient.cpp">
+ <Filter>RemoteCode</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Security\Encryption.hpp">
@@ -150,5 +156,11 @@
<ClInclude Include="RemoteCode\RemoteProcess.hpp">
<Filter>RemoteCode</Filter>
</ClInclude>
+ <ClInclude Include="RemoteCode\RemoteCodeClient.hpp">
+ <Filter>RemoteCode</Filter>
+ </ClInclude>
+ <ClInclude Include="RemoteCode\RemoteInjectionClient.hpp">
+ <Filter>RemoteCode</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file