summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/csgo-client.vcxproj.filters
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-20 21:38:04 +1300
committerboris <wzn@moneybot.cc>2018-12-20 21:38:04 +1300
commita5acd4c9a3b24c9d5af3a8f504e5af053fa7fa09 (patch)
tree27bc30d3f35e5daaaa15ee6de066119df8d352c7 /csgo-loader/csgo-client/csgo-client.vcxproj.filters
parent77b52da44b263df4884be2f35f885d8edccbb6fa (diff)
yo is this loss
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