diff options
| author | boris <wzn@moneybot.cc> | 2018-12-19 00:13:24 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-19 00:13:24 +1300 |
| commit | 77b52da44b263df4884be2f35f885d8edccbb6fa (patch) | |
| tree | 54a9a07c67d507cb5120ae7e4ee86669dfec7c6b /csgo-loader/csgo-server/csgo-server.vcxproj.filters | |
| parent | 1270999026bd77165edfffebfce277a34761710c (diff) | |
added new loader project :)
merry christmas
Diffstat (limited to 'csgo-loader/csgo-server/csgo-server.vcxproj.filters')
| -rw-r--r-- | csgo-loader/csgo-server/csgo-server.vcxproj.filters | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/csgo-loader/csgo-server/csgo-server.vcxproj.filters b/csgo-loader/csgo-server/csgo-server.vcxproj.filters new file mode 100644 index 0000000..bc0886a --- /dev/null +++ b/csgo-loader/csgo-server/csgo-server.vcxproj.filters @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Networking">
+ <UniqueIdentifier>{6fc0b232-87f4-4bf9-97d9-d5ee1ffb9b0b}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Security">
+ <UniqueIdentifier>{46b100eb-f5b1-44c7-9641-582e95387060}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Login">
+ <UniqueIdentifier>{b75e08e0-f7fb-4fc5-971f-31573fd5f41a}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="RemoteCode">
+ <UniqueIdentifier>{bdd26646-f9bb-42f8-8ba3-f9ab232e1d9d}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="Server.cpp" />
+ <ClCompile Include="Security\Encryption.cpp">
+ <Filter>Security</Filter>
+ </ClCompile>
+ <ClCompile Include="Networking\TCPServer.cpp">
+ <Filter>Networking</Filter>
+ </ClCompile>
+ <ClCompile Include="Login\RemoteLogin.cpp">
+ <Filter>Login</Filter>
+ </ClCompile>
+ <ClCompile Include="Networking\WebSocket.cpp">
+ <Filter>Networking</Filter>
+ </ClCompile>
+ <ClCompile Include="RemoteCode\FileReader.cpp">
+ <Filter>RemoteCode</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="Security\Encryption.hpp">
+ <Filter>Security</Filter>
+ </ClInclude>
+ <ClInclude Include="Networking\TCPServer.hpp">
+ <Filter>Networking</Filter>
+ </ClInclude>
+ <ClInclude Include="Login\RemoteLogin.hpp">
+ <Filter>Login</Filter>
+ </ClInclude>
+ <ClInclude Include="Networking\WebSocket.hpp">
+ <Filter>Networking</Filter>
+ </ClInclude>
+ <ClInclude Include="RemoteCode\FileReader.hpp">
+ <Filter>RemoteCode</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project>
\ No newline at end of file |
