diff options
Diffstat (limited to 'csgo-loader/csgo-client/csgo-client.vcxproj')
| -rw-r--r-- | csgo-loader/csgo-client/csgo-client.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csgo-loader/csgo-client/csgo-client.vcxproj b/csgo-loader/csgo-client/csgo-client.vcxproj index 9dc8b61..5c839dc 100644 --- a/csgo-loader/csgo-client/csgo-client.vcxproj +++ b/csgo-loader/csgo-client/csgo-client.vcxproj @@ -22,6 +22,8 @@ <ClCompile Include="Client.cpp" />
<ClCompile Include="Login\RemoteLogin.cpp" />
<ClCompile Include="Networking\TCPClient.cpp" />
+ <ClCompile Include="RemoteCode\RemoteCodeClient.cpp" />
+ <ClCompile Include="RemoteCode\RemoteInjectionClient.cpp" />
<ClCompile Include="RemoteCode\RemoteProcess.cpp" />
<ClCompile Include="Security\Encryption.cpp" />
<ClCompile Include="Security\SyscallManager.cpp" />
@@ -35,6 +37,8 @@ <ItemGroup>
<ClInclude Include="Login\RemoteLogin.hpp" />
<ClInclude Include="Networking\TCPClient.hpp" />
+ <ClInclude Include="RemoteCode\RemoteCodeClient.hpp" />
+ <ClInclude Include="RemoteCode\RemoteInjectionClient.hpp" />
<ClInclude Include="RemoteCode\RemoteProcess.hpp" />
<ClInclude Include="Security\Encryption.hpp" />
<ClInclude Include="Security\FnvHash.hpp" />
|
