<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Ressourcendateien">
      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
    </Filter>
    <Filter Include="Source">
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Source\Steam">
      <UniqueIdentifier>{c97341f6-b778-4acf-bdce-24c602206b5a}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source\Steam\Interfaces">
      <UniqueIdentifier>{d46d7650-0188-47ba-865f-c78e5b7e9910}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source\Utils">
      <UniqueIdentifier>{88e00811-087a-4881-8abf-5e8eb4695a3b}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source\Components">
      <UniqueIdentifier>{3e48fe95-8760-4a3d-b4b7-5b9b3025886d}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source\Components\Modules">
      <UniqueIdentifier>{ff889d4b-f01e-4c7f-9ba8-39ab0326c32b}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source\Game">
      <UniqueIdentifier>{42cf4b9a-e10a-4c28-ac06-2bfa9e259784}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="Main.cpp">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamUser.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamUtils.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamFriends.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamRemoteStorage.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamNetworking.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamMatchmaking.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamGameServer.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Interfaces\SteamMasterServerUpdater.cpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClCompile>
    <ClCompile Include="Utils\Utils.cpp">
      <Filter>Source\Utils</Filter>
    </ClCompile>
    <ClCompile Include="Utils\Hooking.cpp">
      <Filter>Source\Utils</Filter>
    </ClCompile>
    <ClCompile Include="Components\Loader.cpp">
      <Filter>Source\Components</Filter>
    </ClCompile>
    <ClCompile Include="Components\QuickPatch.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Console.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Game\Functions.cpp">
      <Filter>Source\Game</Filter>
    </ClCompile>
    <ClCompile Include="Steam\Steam.cpp">
      <Filter>Source\Steam</Filter>
    </ClCompile>
    <ClCompile Include="Components\Dvar.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Colors.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Command.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Window.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\RawFiles.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Materials.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Renderer.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Menus.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Logger.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\AssetHandler.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\MusicalTalent.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\FastFiles.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\FileSystem.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
    <ClCompile Include="Components\Network.cpp">
      <Filter>Source\Components\Modules</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Steam\Interfaces\SteamUser.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamUtils.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamFriends.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamRemoteStorage.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamNetworking.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamMatchmaking.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamGameServer.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Interfaces\SteamMasterServerUpdater.hpp">
      <Filter>Source\Steam\Interfaces</Filter>
    </ClInclude>
    <ClInclude Include="Utils\Hooking.hpp">
      <Filter>Source\Utils</Filter>
    </ClInclude>
    <ClInclude Include="Utils\Utils.hpp">
      <Filter>Source\Utils</Filter>
    </ClInclude>
    <ClInclude Include="Components\Loader.hpp">
      <Filter>Source\Components</Filter>
    </ClInclude>
    <ClInclude Include="Components\QuickPatch.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Console.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Game\Functions.hpp">
      <Filter>Source\Game</Filter>
    </ClInclude>
    <ClInclude Include="Game\Structs.hpp">
      <Filter>Source\Game</Filter>
    </ClInclude>
    <ClInclude Include="Steam\Steam.hpp">
      <Filter>Source\Steam</Filter>
    </ClInclude>
    <ClInclude Include="Components\Dvar.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="STDInclude.hpp">
      <Filter>Source</Filter>
    </ClInclude>
    <ClInclude Include="Components\Colors.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Command.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Window.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\RawFiles.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Materials.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Renderer.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Menus.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Logger.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\AssetHandler.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\MusicalTalent.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\FastFiles.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\FileSystem.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
    <ClInclude Include="Components\Network.hpp">
      <Filter>Source\Components\Modules</Filter>
    </ClInclude>
  </ItemGroup>
</Project>