| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>17.0</VCProjectVersion>
- <ProjectGuid>{A665726B-97A2-4E35-B518-0FC207D3DA1B}</ProjectGuid>
- <RootNamespace>sunrise</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
- <ProjectName>Sunrise</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset>v145</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <PropertyGroup>
- <TargetName>steam_api64</TargetName>
- <OutDir>$(ProjectDir)..\build\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(ProjectDir)..\build\obj\$(Platform)\$(Configuration)\</IntDir>
- <ExternalIncludePath>$(ExternalIncludePath);$(ProjectDir)vendor\detours;$(ProjectDir)vendor\imgui;$(ProjectDir)vendor\imgui\backends</ExternalIncludePath>
- <VcpkgApplocalDeps>false</VcpkgApplocalDeps>
- <!-- clang rejects the UCRT offsetof macro in a constant expression, so point it at the
- builtin. MSVC refuses the same define as a reserved name, so it stays on this pass. -->
- <ClangTidyPrependExtraArgs>-D_CRT_USE_BUILTIN_OFFSETOF $(ClangTidyPrependExtraArgs)</ClangTidyPrependExtraArgs>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <LanguageStandard>stdcpp20</LanguageStandard>
- <WarningLevel>Level4</WarningLevel>
- <TreatWarningAsError>true</TreatWarningAsError>
- <ConformanceMode>true</ConformanceMode>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
- <AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)vendor\detours;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
- <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
- <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;WIN32_LEAN_AND_MEAN;NOMINMAX;IMGUI_USER_CONFIG="core/ui/imgui_user_config.h";%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <AdditionalDependencies>kernel32.lib;bcrypt.lib;user32.lib;gdi32.lib;dwmapi.lib;d3dcompiler.lib;shell32.lib;ws2_32.lib;synchronization.lib;ole32.lib;windowscodecs.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
- <ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ResourceCompile Include="resources\sunrise.rc" />
- </ItemGroup>
- <ItemGroup>
- <None Include="resources\default_settings.json" />
- <None Include="resources\logo_sheet.png" />
- <None Include="vendor\detours\LICENSE.md" />
- <None Include="vendor\imgui\LICENSE.txt" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="src\dllmain.cpp" />
- <ClCompile Include="src\core\logging\log.cpp" />
- <ClCompile Include="src\core\logging\snapshot\log_snapshot_ring.cpp" />
- <ClCompile Include="src\core\logging\view\log_snapshot_view.cpp" />
- <ClCompile Include="src\core\filesystem\path.cpp" />
- <ClCompile Include="src\core\filesystem\temporary_sibling.cpp" />
- <ClCompile Include="src\core\settings\settings_parser.cpp" />
- <ClCompile Include="src\core\settings\json_number.cpp" />
- <ClCompile Include="src\core\settings\json_scalar.cpp" />
- <ClCompile Include="src\core\settings\json_structure.cpp" />
- <ClCompile Include="src\core\settings\settings_runtime.cpp" />
- <ClCompile Include="src\core\settings\settings_upgrade.cpp" />
- <ClCompile Include="src\core\settings\client\client_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\client\client_ui_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\server\server_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\server\entitlement_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\steam\steam_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\state\account_settings_parser.cpp" />
- <ClCompile Include="src\core\settings\state\family5_override_parser.cpp" />
- <ClCompile Include="src\core\settings\state\activity_default_destination_parser.cpp" />
- <ClCompile Include="src\core\settings\state\inventory_parser.cpp" />
- <ClCompile Include="src\core\settings\state\audio_parser.cpp" />
- <ClCompile Include="src\core\settings\state\controls_parser.cpp" />
- <ClCompile Include="src\core\settings\state\display_parser.cpp" />
- <ClCompile Include="src\core\settings\state\interface_parser.cpp" />
- <ClCompile Include="src\core\settings\state\key_bindings_parser.cpp" />
- <ClCompile Include="src\core\settings\state\social_parser.cpp" />
- <ClCompile Include="src\core\runtime\core_runtime.cpp" />
- <ClCompile Include="src\core\runtime\host_environment.cpp" />
- <ClCompile Include="src\core\ui\modules\ui_module_descriptor.cpp" />
- <ClCompile Include="src\core\ui\modules\registry\ui_module_registry.cpp" />
- <ClCompile Include="src\core\ui\modules\logs\logs_module_runtime.cpp" />
- <ClCompile Include="src\core\ui\modules\logs\logs_clipboard_writer.cpp" />
- <ClCompile Include="src\client\hooks\cursor\cursor_guard_replacements.cpp" />
- <ClCompile Include="src\client\hooks\cursor\cursor_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_device.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode504_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode903_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode1901_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode402_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode403_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode406_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode1820_codec.cpp" />
- <ClCompile Include="src\state\runtime\state_account_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_acquisition_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_dismantle_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_dismantle_staging.cpp" />
- <ClCompile Include="src\state\runtime\state_account_equipment_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_identity_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_profile_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_account_socket_runtime.cpp" />
- <ClCompile Include="src\state\runtime\state_rolled_socket_plugs.cpp" />
- <ClCompile Include="src\state\runtime\state_account_item_action_runtime.cpp" />
- <ClCompile Include="src\core\ui\busy\ui_busy_overlay.cpp" />
- <ClCompile Include="src\core\ui\busy\ui_busy_state.cpp" />
- <ClCompile Include="src\core\ui\notice\ui_notice_overlay.cpp" />
- <ClCompile Include="src\core\ui\hud\ui_hud_overlay_stack.cpp" />
- <ClCompile Include="src\core\ui\hud\overlays\ui_hud_logo_overlay.cpp" />
- <ClCompile Include="src\core\ui\hud\overlays\ui_hud_session_overlay.cpp" />
- <ClCompile Include="src\core\ui\hud\overlays\ui_hud_status_overlay.cpp" />
- <ClCompile Include="src\core\ui\hud\store\hud_settings_store.cpp" />
- <ClCompile Include="src\core\ui\textures\ui_texture_slots.cpp" />
- <ClCompile Include="src\core\ui\modules\hud\hud_module_runtime.cpp" />
- <ClCompile Include="src\core\ui\modules\hud\hud_panel_render.cpp" />
- <ClCompile Include="src\core\ui\modules\logs\logs_panel_render.cpp" />
- <ClCompile Include="src\core\ui\modules\logs\filters\logs_filter_controls.cpp" />
- <ClCompile Include="src\core\ui\runtime\ui_visibility_runtime.cpp" />
- <ClCompile Include="src\core\ui\memory\fixed\ui_fixed_allocator.cpp" />
- <ClCompile Include="src\core\ui\memory\fixed\ui_fixed_arena.cpp" />
- <ClCompile Include="src\core\ui\animation\transition\ui_transition_animation.cpp" />
- <ClCompile Include="src\core\ui\components\card\ui_card_component.cpp" />
- <ClCompile Include="src\core\ui\components\filter\ui_filter_component.cpp" />
- <ClCompile Include="src\core\ui\components\logo\ui_logo_component.cpp" />
- <ClCompile Include="src\core\ui\components\picker\ui_picker_component.cpp" />
- <ClCompile Include="src\core\ui\components\navigation\ui_navigation_component.cpp" />
- <ClCompile Include="src\core\ui\components\section\ui_section_component.cpp" />
- <ClCompile Include="src\core\ui\components\toggle\ui_toggle_component.cpp" />
- <ClCompile Include="src\core\ui\fonts\installed\ui_installed_font_reader.cpp" />
- <ClCompile Include="src\core\ui\fonts\runtime\ui_runtime_font_lifecycle.cpp" />
- <ClCompile Include="src\core\ui\scaling\dpi\ui_dpi_scaling.cpp" />
- <ClCompile Include="src\core\ui\theme\sunrise_ui_theme.cpp" />
- <ClCompile Include="src\core\ui\layout\ui_layout_lifecycle.cpp" />
- <ClCompile Include="src\core\ui\layout\navigation\ui_layout_navigation.cpp" />
- <ClCompile Include="src\core\ui\layout\ui_layout_render.cpp" />
- <ClCompile Include="src\core\ui\layout\credits\sunrise_credits_badge.cpp" />
- <ClCompile Include="src\client\runtime\client_hook_activation.cpp" />
- <ClCompile Include="src\client\runtime\client_platform_hook_activation.cpp" />
- <ClCompile Include="src\client\runtime\host\game_host_classification.cpp" />
- <ClCompile Include="src\client\runtime\client_runtime_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\graphics\discovery\graphics_target_discovery.cpp" />
- <ClCompile Include="src\client\hooks\graphics\graphics_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\graphics\graphics_hook_replacements.cpp" />
- <ClCompile Include="src\client\hooks\graphics\input\graphics_window_input.cpp" />
- <ClCompile Include="src\client\hooks\graphics\textures\graphics_texture_upload.cpp" />
- <ClCompile Include="src\client\hooks\graphics\input\graphics_raw_input_window.cpp" />
- <ClCompile Include="src\client\hooks\polled_input\polled_input_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\polled_input\polled_input_replacements.cpp" />
- <ClCompile Include="src\client\hooks\banner\banner_bind.cpp" />
- <ClCompile Include="src\client\hooks\banner\banner_hook_lifecycle.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\loadout\subclass_socket_selection.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_socket_record_codec.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_socket_plug_record_codec.cpp" />
- <ClCompile Include="src\client\hooks\graphics\renderer\selection\graphics_swap_chain_selection.cpp" />
- <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_frame.cpp" />
- <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_report.cpp" />
- <ClCompile Include="src\client\hooks\egress\dns\egress_dns_replacements.cpp" />
- <ClCompile Include="src\client\hooks\egress\resolver\egress_resolver_forward.cpp" />
- <ClCompile Include="src\client\hooks\egress\resolver\egress_resolver_reverse.cpp" />
- <ClCompile Include="src\client\hooks\egress\extensions\egress_extension_replacements.cpp" />
- <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_modules.cpp" />
- <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_exports.cpp" />
- <ClCompile Include="src\client\hooks\egress\policy\egress_policy_logging.cpp" />
- <ClCompile Include="src\client\hooks\egress\policy\egress_policy_endpoint.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\connection\egress_connection_replacements.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\control\egress_control_replacement.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\discovery\egress_discovery_responder.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\reception\egress_reception_replacements.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_transmission_replacements.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_datagram_transmission.cpp" />
- <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_message_transmission.cpp" />
- <ClCompile Include="src\client\ui\runtime\client_ui_module_runtime.cpp" />
- <ClCompile Include="src\client\ui\movement\movement_panel.cpp" />
- <ClCompile Include="src\client\movement\movement_settings_store.cpp" />
- <ClCompile Include="src\client\ui\player\player_panel.cpp" />
- <ClCompile Include="src\client\player\player_position.cpp" />
- <ClCompile Include="src\client\player\player_settings_store.cpp" />
- <ClCompile Include="src\client\hooks\noclip\horizontal_noclip.cpp" />
- <ClCompile Include="src\client\hooks\sword_skate\sword_skate.cpp" />
- <ClCompile Include="src\client\hooks\fly\fly.cpp" />
- <ClCompile Include="src\client\hooks\infinite_ammo\infinite_ammo.cpp" />
- <ClCompile Include="src\client\input\window_focus.cpp" />
- <ClCompile Include="src\client\hooks\teleport\teleport_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\teleport\teleport_move.cpp" />
- <ClCompile Include="src\client\hooks\teleport\teleport_action_key.cpp" />
- <ClCompile Include="src\client\hooking\detour.cpp" />
- <ClCompile Include="src\client\hooking\detour\protected_detour_uninstall.cpp" />
- <ClCompile Include="src\client\hooking\detour\transaction\detour_thread_transaction.cpp" />
- <ClCompile Include="src\client\executable\image.cpp" />
- <ClCompile Include="src\client\memory\current_process_memory.cpp" />
- <ClCompile Include="src\client\hooks\network\investment\investment_derived_rebuild.cpp" />
- <ClCompile Include="src\client\hooks\network\investment\investment_family5_rearm.cpp" />
- <ClCompile Include="src\client\hooks\package_trust\package_trust_bypass.cpp" />
- <ClCompile Include="src\client\hooks\bitmap\bitmap_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\membership_probe\membership_probe.cpp" />
- <ClCompile Include="src\client\hooks\bitmap\bitmap_ref_guard.cpp" />
- <ClCompile Include="src\client\hooks\external_server\external_server_route.cpp" />
- <ClCompile Include="src\client\hooks\external_server\external_server_setopt_guard.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\bootflow_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\character_select_hold.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\composition_check.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\orbit_handoff.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\owner_activity_slot.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\orbit_slice_set.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\region_private.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\profile_setup_skip.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\join_request_ready.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\world_step.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\spawn_hold.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_probe.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_targets.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_record_dump.cpp" />
- <ClCompile Include="src\client\hooks\bootflow\fade_release.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_arrival.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_bits.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_snapshot.cpp" />
- <ClCompile Include="src\core\settings\state\activity_arrival_override_parser.cpp" />
- <ClCompile Include="src\client\hooks\queuez\family0_subscription.cpp" />
- <ClCompile Include="src\client\hooks\queuez\svc123_null_payload_guard.cpp" />
- <ClCompile Include="src\client\hooks\queuez\queuez_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\content\diagnostics\content_readiness_report.cpp" />
- <ClCompile Include="src\client\hooks\network\bubble_authority\bubble_authority_replacements.cpp" />
- <ClCompile Include="src\client\hooks\network\bubble_authority\scope\bubble_authority_scope.cpp" />
- <ClCompile Include="src\client\hooks\network\http\http_descriptor_route.cpp" />
- <ClCompile Include="src\client\hooks\network\http\http_executor_replacement.cpp" />
- <ClCompile Include="src\client\hooks\network\http\http_worker_completion.cpp" />
- <ClCompile Include="src\client\hooks\network\signon\signon_readiness_replacements.cpp" />
- <ClCompile Include="src\client\patterns\game\signon\signon_readiness_signature_bytes.cpp" />
- <ClCompile Include="src\client\graphics\wine_compat.cpp" />
- <ClCompile Include="src\core\settings\client\external\client_external_settings_parser.cpp" />
- <ClCompile Include="src\client\targets\game\game_retail_log_targets.cpp" />
- <ClCompile Include="src\client\patterns\game\retail_log\retail_log_signature_bytes.cpp" />
- <ClCompile Include="src\client\hooks\retail_log\retail_log_enqueue_observer.cpp" />
- <ClCompile Include="src\client\hooks\retail_log\retail_log_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\assert_handler\assert_handler_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\assert_handler\assert_handler_observer.cpp" />
- <ClCompile Include="src\client\targets\game\assert_handler\game_assert_targets.cpp" />
- <ClCompile Include="src\client\targets\game\packages\game_package_targets.cpp" />
- <ClCompile Include="src\client\targets\game\config_getter\game_config_getter_targets.cpp" />
- <ClCompile Include="src\client\patterns\game\config_getter\config_getter_signature_bytes.cpp" />
- <ClCompile Include="src\client\hooks\config_getter\config_getter_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\config_getter\config_getter_answers.cpp" />
- <ClCompile Include="src\client\patterns\game\packages\package_key_signature_bytes.cpp" />
- <ClCompile Include="src\client\patterns\game\assert_handler\assert_signature_bytes.cpp" />
- <ClCompile Include="src\client\hooks\network\coordinator\network_call_coordinator.cpp" />
- <ClCompile Include="src\client\hooks\network\network_call_quiescence.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\coordinator\content_config_call_coordinator.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\gate\content_config_signature_gate.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_install.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_storage.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_uninstall.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\request\content_config_get_replacement.cpp" />
- <ClCompile Include="src\client\hooks\network\content_config\tick\content_config_tick_replacement.cpp" />
- <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_group.cpp" />
- <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_entries.cpp" />
- <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_lifecycle.cpp" />
- <ClCompile Include="src\client\hooks\network\network_consumer_registration.cpp" />
- <ClCompile Include="src\client\hooks\network\platform.cpp" />
- <ClCompile Include="src\client\patterns\registry.cpp" />
- <ClCompile Include="src\client\patterns\image_scan.cpp" />
- <ClCompile Include="src\client\patterns\game_signatures.cpp" />
- <ClCompile Include="src\client\patterns\steam_signatures.cpp" />
- <ClCompile Include="src\client\targets\steam_targets.cpp" />
- <ClCompile Include="src\client\targets\game\game_content_targets.cpp" />
- <ClCompile Include="src\client\targets\game\game_network_targets.cpp" />
- <ClCompile Include="src\client\targets\game\network\network_content_derivation.cpp" />
- <ClCompile Include="src\client\targets\game\resolution\game_target_resolution.cpp" />
- <ClCompile Include="vendor\detours\detours.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\detours\disasm.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\detours\modules.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\imgui.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\imgui_draw.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\imgui_tables.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\imgui_widgets.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\backends\imgui_impl_win32.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="vendor\imgui\backends\imgui_impl_dx11.cpp">
- <WarningLevel>Level3</WarningLevel>
- <TreatWarningAsError>false</TreatWarningAsError>
- <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="src\steam\runtime\callbacks\callback_dispatch.cpp" />
- <ClCompile Include="src\steam\runtime\callbacks\callback_registry.cpp" />
- <ClCompile Include="src\steam\runtime\steam_lifecycle.cpp" />
- <ClCompile Include="src\steam\runtime\context\steam_context_state.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\common.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\apps_dlc.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\apps_metadata.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\friends.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\signon_inputs.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\app_ticket.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\matchmaking.cpp" />
- <ClCompile Include="src\steam\interfaces\methods\serialized_networking.cpp" />
- <ClCompile Include="src\steam\interfaces\tables\common_tables.cpp" />
- <ClCompile Include="src\steam\interfaces\tables\network_tables.cpp" />
- <ClCompile Include="src\steam\interfaces\tables\table_runtime.cpp" />
- <ClCompile Include="src\steam\interfaces\steam_interface_factory.cpp" />
- <ClCompile Include="src\state\runtime\state_runtime.cpp" />
- <ClCompile Include="src\state\activity\activity_session_lookup.cpp" />
- <ClCompile Include="src\state\activity\activity_world_arrival.cpp" />
- <ClCompile Include="src\state\activity\membership\activity_membership_query.cpp" />
- <ClCompile Include="src\state\unlocks\unlocks_runtime.cpp" />
- <ClCompile Include="src\state\entitlements\entitlement_defaults.cpp" />
- <ClCompile Include="src\state\entitlements\entitlement_runtime.cpp" />
- <ClCompile Include="src\state\entitlements\entitlement_validation.cpp" />
- <ClCompile Include="src\state\activity\defaults\activity_defaults_snapshot.cpp" />
- <ClCompile Include="src\state\activity\defaults\activity_defaults_validation.cpp" />
- <ClCompile Include="src\state\activity\destination\activity_destination_snapshot.cpp" />
- <ClCompile Include="src\state\activity\destination\activity_destination_spawn_binding.cpp" />
- <ClCompile Include="src\state\activity\destination\activity_destination_validation.cpp" />
- <ClCompile Include="src\state\activity\transactions\activity_session_prepare.cpp" />
- <ClCompile Include="src\state\activity\transactions\activity_session_commit.cpp" />
- <ClCompile Include="src\state\activity\transactions\activity_session_release.cpp" />
- <ClCompile Include="src\state\activity\entity_slots\transactions\activity_entity_slot_prepare.cpp" />
- <ClCompile Include="src\state\activity\entity_slots\transactions\activity_entity_slot_commit.cpp" />
- <ClCompile Include="src\state\gameplay\physics\physics_identity.cpp" />
- <ClCompile Include="src\state\gameplay\physics\physics_state_runtime.cpp" />
- <ClCompile Include="src\state\activity\bubble_authority\transactions\activity_bubble_authority_grant.cpp" />
- <ClCompile Include="src\state\activity\membership\transactions\activity_membership_prepare_base.cpp" />
- <ClCompile Include="src\state\activity\membership\transactions\activity_membership_authoritative_prepare.cpp" />
- <ClCompile Include="src\state\activity\membership\transactions\activity_membership_authoritative_commit.cpp" />
- <ClCompile Include="src\state\activity\membership\transactions\activity_membership_prepare.cpp" />
- <ClCompile Include="src\state\activity\membership\transactions\activity_membership_commit.cpp" />
- <ClCompile Include="src\state\matchmaking\matchmaking_state.cpp" />
- <ClCompile Include="src\state\matchmaking\transactions\matchmaking_prepare.cpp" />
- <ClCompile Include="src\state\matchmaking\transactions\matchmaking_commit.cpp" />
- <ClCompile Include="src\state\runtime\equipment\configured_equipment_identity.cpp" />
- <ClCompile Include="src\state\account\account_state.cpp" />
- <ClCompile Include="src\state\account\inventory\inventory_state.cpp" />
- <ClCompile Include="src\state\account\settings\settings_state.cpp" />
- <ClCompile Include="src\state\equipment\light\calculation\equipment_light_calculation.cpp" />
- <ClCompile Include="src\state\equipment\light\resolution\configured_equipment_light_resolver.cpp" />
- <ClCompile Include="src\state\content\content_catalog.cpp" />
- <ClCompile Include="src\state\content_manifest\cache\content_manifest_cache_reader.cpp" />
- <ClCompile Include="src\state\content_manifest\cache\content_manifest_cache_writer.cpp" />
- <ClCompile Include="src\state\content_manifest\fingerprint\content_manifest_fingerprint.cpp" />
- <ClCompile Include="src\state\content_manifest\content_manifest_state_runtime.cpp" />
- <ClCompile Include="src\state\content_manifest\scanner\content_manifest_directory_scan.cpp" />
- <ClCompile Include="src\state\content_manifest\scanner\content_manifest_header_extraction.cpp" />
- <ClCompile Include="src\state\content_manifest\scanner\package\content_manifest_package_header.cpp" />
- <ClCompile Include="src\state\content_manifest\scanner\package\content_manifest_package_name.cpp" />
- <ClCompile Include="src\state\content_manifest\content_manifest_row_validation.cpp" />
- <ClCompile Include="src\state\build_data\build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\runtime\persistence\build_data_persistence.cpp" />
- <ClCompile Include="src\state\build_data\runtime\persistence\publication_transaction.cpp" />
- <ClCompile Include="src\state\build_data\cache\read\cache_file_reader.cpp" />
- <ClCompile Include="src\state\build_data\cache\read\cache_payload_reader.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_domain_validation.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_record_codec.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_scenario_records.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_spawn_set_records.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_vendor_records.cpp" />
- <ClCompile Include="src\state\build_data\vendors\vendor_catalog.cpp" />
- <ClCompile Include="src\state\build_data\vendors\vendor_expression.cpp" />
- <ClCompile Include="src\client\content\vendors\package_vendor_build.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_hash_name_records.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_detail_links.cpp" />
- <ClCompile Include="src\state\build_data\scenarios\scenario_catalog.cpp" />
- <ClCompile Include="src\state\build_data\spawn_sets\spawn_set_catalog.cpp" />
- <ClCompile Include="src\state\build_data\hash_names\hash_name_catalog.cpp" />
- <ClCompile Include="src\state\activity\forced\activity_forced_destination.cpp" />
- <ClCompile Include="src\state\build_data\runtime\build_data_roster_runtime.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_build.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_collect.cpp" />
- <ClCompile Include="src\client\content\spawn_sets\spawn_set_build.cpp" />
- <ClCompile Include="src\client\content\hash_names\hash_name_build.cpp" />
- <ClCompile Include="src\client\content\hash_names\hash_name_matcher.cpp" />
- <ClCompile Include="src\client\content\spawn_sets\spawn_set_catalog_builder.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_roster_build.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_roster_groups.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_slot_classification.cpp" />
- <ClCompile Include="src\client\content\scenarios\scenario_roster_publish.cpp" />
- <ClCompile Include="src\state\build_data\cache\write\cache_file_writer.cpp" />
- <ClCompile Include="src\state\build_data\cache\write\temporary\temporary_cache_file.cpp" />
- <ClCompile Include="src\state\build_data\cache\write\validation\cache_file_comparison.cpp" />
- <ClCompile Include="src\state\build_data\cache\write\cache_payload_writer.cpp" />
- <ClCompile Include="src\state\build_data\items\item_catalog.cpp" />
- <ClCompile Include="src\state\build_data\items\item_build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\collectibles\collectible_catalog.cpp" />
- <ClCompile Include="src\state\build_data\collectibles\collectible_build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\material_requirements\material_requirement_catalog.cpp" />
- <ClCompile Include="src\state\build_data\material_requirements\material_requirement_build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\items\details\item_detail_catalog.cpp" />
- <ClCompile Include="src\state\build_data\items\socket_plugs\socket_plug_catalog.cpp" />
- <ClCompile Include="src\state\build_data\items\socket_plugs\socket_plug_build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\constants\investment_constant_catalog.cpp" />
- <ClCompile Include="src\state\build_data\abilities\ability_bucket_catalog.cpp" />
- <ClCompile Include="src\state\build_data\progressions\progression_catalog.cpp" />
- <ClCompile Include="src\state\build_data\runtime\domain_markers.cpp" />
- <ClCompile Include="src\state\build_data\inventory\buckets\inventory_bucket_catalog.cpp" />
- <ClCompile Include="src\state\build_data\runtime\build_data_catalog_runtime.cpp" />
- <ClCompile Include="src\state\build_data\named_build_data_runtime.cpp" />
- <ClCompile Include="src\state\build_data\socket_entry_lists\socket_entry_list_catalog.cpp" />
- <ClCompile Include="src\client\content\handles\handle_resolver.cpp" />
- <ClCompile Include="src\client\content\activity\activity_tag_reader.cpp" />
- <ClCompile Include="src\client\content\bootstrap\bootstrap_token_publish.cpp" />
- <ClCompile Include="src\client\content\investment\investment_source.cpp" />
- <ClCompile Include="src\client\content\investment\investment_refresh.cpp" />
- <ClCompile Include="src\client\content\investment\worker\investment_refresh_worker.cpp" />
- <ClCompile Include="src\client\content\items\details\configured_item_detail_extractor.cpp" />
- <ClCompile Include="src\client\content\items\details\definition_detail_reader.cpp" />
- <ClCompile Include="src\client\content\items\details\socket_detail_reader.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\character_record_encoder.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_stats.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_abilities.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_banks.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_render.cpp" />
- <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_sentinels.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\loadout\loadout_item_resolver.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\loadout\loadout_resolver.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\account\selection_patch\account_selection_patch_encoder.cpp" />
- <ClCompile Include="src\server\runtime\server_runtime.cpp" />
- <ClCompile Include="src\server\ui\runtime\server_ui_module_runtime.cpp" />
- <ClCompile Include="src\server\ui\activity_override\activity_override_panel.cpp" />
- <ClCompile Include="src\server\ui\activity_override\activity_override_lists.cpp" />
- <ClCompile Include="src\server\transport\bap_listener.cpp" />
- <ClCompile Include="src\server\bap\bap_route.cpp" />
- <ClCompile Include="src\server\bap\plaintext.cpp" />
- <ClCompile Include="src\server\bap\encrypted\encrypted_runtime.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_transaction\activity_transaction_notifications.cpp" />
- <ClCompile Include="src\server\bap\encrypted\body\bap_service_body.cpp" />
- <ClCompile Include="src\server\bap\encrypted\routing\bap_service_routing.cpp" />
- <ClCompile Include="src\server\bap\encrypted\routing\bap_service_failure.cpp" />
- <ClCompile Include="src\server\bap\encrypted\reply\bap_encrypted_reply.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_host_manager\activity_host_manager_route.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_message\activity_message_route.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_message\patch_epoch\activity_patch_epoch_route.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_message\membership\activity_membership_route.cpp" />
- <ClCompile Include="src\server\bap\encrypted\matchmaking\matchmaking_route.cpp" />
- <ClCompile Include="src\server\bap\encrypted\transactions\service_outcome_commit.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\queuez_state_validation.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_family_staging.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_family_refresh_staging.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_character_staging.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\queuez_deferred_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\queuez\queuez_outcome_staging.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_update_frame.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_subscription.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_change_character.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_select_character.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_message_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_snapshot.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_report.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_keepalive_seed.cpp" />
- <ClCompile Include="src\server\bap\encrypted\bap_connection_publication.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_membership_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_global_state_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_keepalive_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\activity\activity_notification_frame.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\snapshot_object_compressor.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_selection_resolver.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_snapshot_preparer.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_selection_move.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_inventory_updates.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\initial_snapshot.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\banner_snapshot.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\roster_snapshot.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\snapshot_storage.cpp" />
- <ClCompile Include="src\server\web_service\opcode_routes.cpp" />
- <ClCompile Include="src\server\web_service\web_service_runtime.cpp" />
- <ClCompile Include="src\server\web_service\web_service_actions.cpp" />
- <ClCompile Include="src\server\http\server_http.cpp" />
- <ClCompile Include="src\middleware\runtime\middleware_runtime.cpp" />
- <ClCompile Include="src\middleware\protobuf\protobuf_measure.cpp" />
- <ClCompile Include="src\middleware\protobuf\protobuf_reader.cpp" />
- <ClCompile Include="src\middleware\protobuf\protobuf_wire.cpp" />
- <ClCompile Include="src\middleware\protobuf\protobuf_writer.cpp" />
- <ClCompile Include="src\middleware\bap\bap_frame.cpp" />
- <ClCompile Include="src\middleware\bap\account_translation\account_translation_response.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host\activity_host_response.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\activity_manager_request.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_descriptor.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_descriptor_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_descriptor_reader.cpp" />
- <ClCompile Include="src\middleware\bap\activity_host_manager\response\activity_manager_response.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_message_request_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_blocks.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_bodies.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_authoritative_data_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_authoritative_opaque_skip.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_client_keepalive_validator.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_high_water_validator.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_join_request_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_client_identity_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_state_refresh_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_membership_acknowledgement_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_global_state_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_patch_epoch_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_replication_epoch_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_membership_member_writer.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_membership_region_writer.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_replicate_membership_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_message_notification_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_join_result_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slot_request_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slots_decoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_entity_authority_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_incident_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_incident_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slots_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\certificate.cpp" />
- <ClCompile Include="src\middleware\bap\client_config\client_config_response.cpp" />
- <ClCompile Include="src\middleware\bap\family_subscription.cpp" />
- <ClCompile Include="src\middleware\bap\family_unsubscription.cpp" />
- <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_request_parser.cpp" />
- <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_field_selection.cpp" />
- <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_nested_selection.cpp" />
- <ClCompile Include="src\middleware\bap\matchmaking\response\matchmaking_response_encoder.cpp" />
- <ClCompile Include="src\middleware\bap\matchmaking\response\matchmaking_dynamic_response.cpp" />
- <ClCompile Include="src\middleware\bap\user_message\user_message_response.cpp" />
- <ClCompile Include="src\middleware\compression\oodle\oodle_runtime.cpp" />
- <ClCompile Include="src\middleware\compression\oodle\oodle_installed.cpp" />
- <ClCompile Include="src\middleware\datagen\family3\family3_roster.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\account\account_encoder.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\progression\progression_bank_keys.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\account\preferences\preferences_encoder.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\character\character_encoder.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\character\equipment_summary_builder.cpp" />
- <ClCompile Include="src\middleware\datagen\family4\instance\instance_encoder.cpp" />
- <ClCompile Include="src\middleware\datagen\roster\queuez_roster.cpp" />
- <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_parser.cpp" />
- <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_file.cpp" />
- <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_patch.cpp" />
- <ClCompile Include="src\middleware\content\packages\package_catalog.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_class_scan.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_parallel_read.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_entry_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_header.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\bubble_state_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\definition_index_table.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\item_definition_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\region_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\roster_intersection.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\scenario_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\scenario_walk.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\slot_descriptor_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\spawn_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\component_container_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\item_appearance_reader.cpp" />
- <ClCompile Include="src\middleware\content\packages\tables\ability_pool_reader.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_item_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_collectible_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_material_requirement_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_detail_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_socket_plug_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_ability_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_subclass_build.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_progression_build.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_file_locator.cpp" />
- <ClCompile Include="src\middleware\crypto\aes_gcm_decrypt.cpp" />
- <ClCompile Include="src\middleware\content\manifest\content_manifest_encoder.cpp" />
- <ClCompile Include="src\middleware\content\manifest\manifest_entitlement_encoder.cpp" />
- <ClCompile Include="src\middleware\encoding\bit_writer.cpp" />
- <ClCompile Include="src\middleware\encoding\bit_reader.cpp" />
- <ClCompile Include="src\middleware\queuez\queuez_update.cpp" />
- <ClCompile Include="src\middleware\web_service\web_service_envelope.cpp" />
- <ClCompile Include="src\middleware\web_service\status_fields.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\family5\family5_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode205\opcode205_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode503\opcode503_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode206_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode501_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode505\opcode505_codec.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode601\opcode601_codec.cpp" />
- <ClCompile Include="src\core\settings\state_settings.cpp" />
- <ClCompile Include="src\middleware\secure_channel\envelope.cpp" />
- <ClCompile Include="src\middleware\secure_channel\encrypted_frame.cpp" />
- <ClCompile Include="src\middleware\signon\response.cpp" />
- <ClCompile Include="src\middleware\signon\extended\signon_extended_fields.cpp" />
- <ClCompile Include="src\middleware\signon\config\signon_config_blob.cpp" />
- <ClCompile Include="src\middleware\signon\ownership\signon_ownership_encoder.cpp" />
- <ClCompile Include="src\server\transport\bap_peer_session.cpp" />
- <ClCompile Include="src\client\hooks\queuez\family0\family0_source_seed.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_locator_cache.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_block_cache.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_handle_cache.cpp" />
- <ClCompile Include="src\middleware\content\packages\reader\package_table_cache.cpp" />
- <ClCompile Include="src\state\build_data\runtime\build_data_routing_catalogs.cpp" />
- <ClCompile Include="src\state\build_data\cache\records\cache_investment_records.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_object_staging.cpp" />
- <ClCompile Include="src\core\settings\state\account_rows_parser.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_banner_push.cpp" />
- <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_push_reporting.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_container_location.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_build_report.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_root_tables.cpp" />
- <ClCompile Include="src\client\content\items\packages\package_item_rows.cpp" />
- <ClCompile Include="src\client\diagnostics\module_range.cpp" />
- <ClCompile Include="src\client\process\freeze\client_process_freeze.cpp" />
- <ClCompile Include="src\core\settings\address_text.cpp" />
- <ClCompile Include="src\core\settings\server\gameplay\gameplay_settings_validation.cpp" />
- <ClCompile Include="src\core\settings\server\gameplay\gameplay_settings_parser.cpp" />
- <ClCompile Include="src\middleware\crypto\random_bytes.cpp" />
- <ClCompile Include="src\middleware\crypto\sha256.cpp" />
- <ClCompile Include="src\middleware\crypto\ecc_p224.cpp" />
- <ClCompile Include="src\middleware\crypto\ecc_p224_curve.cpp" />
- <ClCompile Include="src\middleware\crypto\tiger192.cpp" />
- <ClCompile Include="src\middleware\crypto\aes_cbc.cpp" />
- <ClCompile Include="src\middleware\crypto\hmac.cpp" />
- <ClCompile Include="src\middleware\crypto\lookup3.cpp" />
- <ClCompile Include="src\middleware\crypto\murmur3.cpp" />
- <ClCompile Include="src\middleware\crypto\aes_gcm_encrypt.cpp" />
- <ClCompile Include="src\middleware\crypto\modular_1024.cpp" />
- <ClCompile Include="src\middleware\encoding\bit_raw.cpp" />
- <ClCompile Include="src\middleware\gameplay\association\srp_exchange.cpp" />
- <ClCompile Include="src\middleware\gameplay\association\control_packet.cpp" />
- <ClCompile Include="src\middleware\gameplay\association\protected_datagram.cpp" />
- <ClCompile Include="src\middleware\gameplay\peer\peer_container.cpp" />
- <ClCompile Include="src\middleware\gameplay\peer\connect_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\peer\established_packet.cpp" />
- <ClCompile Include="src\middleware\gameplay\external\common_state.cpp" />
- <ClCompile Include="src\middleware\gameplay\external\external_entity_codec.cpp" />
- <ClCompile Include="src\middleware\gameplay\external\external_empty_profile.cpp" />
- <ClCompile Include="src\server\gameplay\gameplay_log.cpp" />
- <ClCompile Include="src\server\gameplay\gameplay_runtime.cpp" />
- <ClCompile Include="src\server\gameplay\endpoint\gameplay_endpoint.cpp" />
- <ClCompile Include="src\server\gameplay\association\association_host.cpp" />
- <ClCompile Include="src\server\gameplay\peer\peer_transport.cpp" />
- <ClCompile Include="src\server\gameplay\peer\external_shadow.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\navigation_backend.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\navigation_backend_queries.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_contacts.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_determinism.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_intersection.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_lifecycle.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_math.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_motion.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_queries.cpp" />
- <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_step.cpp" />
- <ClCompile Include="src\server\gameplay\physics\common\common_sync.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_commands.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_lifecycle.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_path_command.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_path_step.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_snapshot.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_step.cpp" />
- <ClCompile Include="src\server\gameplay\physics\controller\controller_math.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_builtin_controller.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_combat.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_command_state.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_command_validation.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_commands.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_coordination.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_core.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_damage.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_ledgers.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_lifecycle.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_navigation.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_outputs.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_physics.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_profiles.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_recovery.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_registry.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_services.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_setup.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_tick.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_transaction.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_trigger_setup.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\bubble_host_triggers.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\fallback_policy.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\physics_session.cpp" />
- <ClCompile Include="src\server\gameplay\physics\host\runtime.cpp" />
- <ClCompile Include="src\server\gameplay\physics\interest\interest_manager.cpp" />
- <ClCompile Include="src\server\gameplay\physics\interest\interest_ordering.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_damage.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_internal.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_respawn.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_snapshot.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\command_deduplicator.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\objective_ledger.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\objective_ledger_snapshot.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\participant_credit_ledger.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\participant_credit_snapshot.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\tick_timer.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\trigger_system.cpp" />
- <ClCompile Include="src\server\gameplay\physics\mechanics\trigger_system_snapshot.cpp" />
- <ClCompile Include="src\server\gameplay\physics\authority\motion_validator.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_store.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_builder.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\command_journal.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash_combat.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash_mechanics.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_validation.cpp" />
- <ClCompile Include="src\server\gameplay\physics\persistence\policy_blob.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\replication_outcomes.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\external_plan.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\replication_planner.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator_frames.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator_peers.cpp" />
- <ClCompile Include="src\server\gameplay\physics\replication\world_projection.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\activity_policy.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\actor_store.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\actor_store_pose.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\actor_store_restore.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\actor_store_generations.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\authority_manager.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\command_queue.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\host_command.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_acl.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_commands.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_events.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_executor.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_hash.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_restore.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_runner_transaction.cpp" />
- <ClCompile Include="src\server\gameplay\physics\world\world_types.cpp" />
- <ClCompile Include="src\middleware\gameplay\descriptor\join_descriptor.cpp" />
- <ClCompile Include="src\server\gameplay\gameplay_advertisement.cpp" />
- <ClCompile Include="src\middleware\web_service\messages\opcode901\opcode901_codec.cpp" />
- <ClCompile Include="src\middleware\gameplay\peer\reliable_assembly.cpp" />
- <ClCompile Include="src\middleware\gameplay\peer\join_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\session_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\session_state.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\view_message.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\parameter_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\parameter_registry.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\member_messages.cpp" />
- <ClCompile Include="src\server\gameplay\group\group_host.cpp" />
- <ClCompile Include="src\server\gameplay\group\group_host_sessions.cpp" />
- <ClCompile Include="src\middleware\gameplay\nat\introduction.cpp" />
- <ClCompile Include="src\middleware\gameplay\dtls\dtls_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\dtls\association_keys.cpp" />
- <ClCompile Include="src\middleware\gameplay\dtls\record.cpp" />
- <ClCompile Include="src\middleware\gameplay\dtls\replay_high_water.cpp" />
- <ClCompile Include="src\server\gameplay\dtls\dtls_host.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_peer_ledger_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_telemetry_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_start_activity_parser.cpp" />
- <ClCompile Include="src\middleware\bap\activity_message\activity_sense_update_parser.cpp" />
- <ClCompile Include="src\server\bap\encrypted\activity_message\receipts\activity_message_receipts.cpp" />
- <ClCompile Include="src\state\activity\receipts\activity_receipts.cpp" />
- <ClCompile Include="src\core\settings\server\activation\activation_settings_parser.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\migration_messages.cpp" />
- <ClCompile Include="src\middleware\gameplay\group\notice_messages.cpp" />
- <ClCompile Include="src\server\gameplay\group\group_migration_receipts.cpp" />
- </ItemGroup>
- <ItemGroup Condition="'$(SunriseRunClangTidy)'=='true'">
- <ClCompile Remove="vendor\detours\detours.cpp" />
- <ClCompile Remove="vendor\detours\disasm.cpp" />
- <ClCompile Remove="vendor\detours\modules.cpp" />
- <ClCompile Remove="vendor\imgui\imgui.cpp" />
- <ClCompile Remove="vendor\imgui\imgui_draw.cpp" />
- <ClCompile Remove="vendor\imgui\imgui_tables.cpp" />
- <ClCompile Remove="vendor\imgui\imgui_widgets.cpp" />
- <ClCompile Remove="vendor\imgui\backends\imgui_impl_win32.cpp" />
- <ClCompile Remove="vendor\imgui\backends\imgui_impl_dx11.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="resources\resource.h" />
- <ClInclude Include="src\core\logging\log.h" />
- <ClInclude Include="src\core\logging\snapshot\snapshot.h" />
- <ClInclude Include="src\core\logging\snapshot\internal.h" />
- <ClInclude Include="src\core\logging\view\log_snapshot_view.h" />
- <ClInclude Include="src\core\filesystem\path.h" />
- <ClInclude Include="src\core\filesystem\temporary_sibling.h" />
- <ClInclude Include="src\core\settings\settings.h" />
- <ClInclude Include="src\core\settings\parser.h" />
- <ClInclude Include="src\core\settings\client\definition.h" />
- <ClInclude Include="src\core\settings\server\definition.h" />
- <ClInclude Include="src\core\settings\steam\definition.h" />
- <ClInclude Include="src\core\runtime\core_runtime.h" />
- <ClInclude Include="src\core\runtime\host_environment.h" />
- <ClInclude Include="src\core\ui\imgui_user_config.h" />
- <ClInclude Include="src\core\ui\modules\ui_module_descriptor.h" />
- <ClInclude Include="src\core\ui\modules\registry\ui_module_registry.h" />
- <ClInclude Include="src\core\ui\modules\logs\logs.h" />
- <ClInclude Include="src\client\hooks\cursor\cursor_guard_replacements.h" />
- <ClInclude Include="src\client\hooks\cursor\runtime.h" />
- <ClInclude Include="src\client\hooks\polled_input\polled_input_replacements.h" />
- <ClInclude Include="src\client\hooks\polled_input\runtime.h" />
- <ClInclude Include="src\client\hooks\banner\banner_bind.h" />
- <ClInclude Include="src\client\hooks\banner\banner_hook_lifecycle.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode504.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode903.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode1901.h" />
- <ClInclude Include="src\core\ui\busy\busy.h" />
- <ClInclude Include="src\core\ui\busy\ui_busy_state.h" />
- <ClInclude Include="src\core\ui\notice\ui_notice_overlay.h" />
- <ClInclude Include="src\core\ui\hud\overlay.h" />
- <ClInclude Include="src\core\ui\hud\overlays\ui_hud_logo_overlay.h" />
- <ClInclude Include="src\core\ui\hud\overlays\ui_hud_session_overlay.h" />
- <ClInclude Include="src\core\ui\hud\overlays\ui_hud_status_overlay.h" />
- <ClInclude Include="src\core\ui\hud\store\hud_settings_store.h" />
- <ClInclude Include="src\core\ui\textures\ui_texture_slots.h" />
- <ClInclude Include="src\core\ui\modules\hud\hud.h" />
- <ClInclude Include="src\core\ui\modules\hud\internal.h" />
- <ClInclude Include="src\core\ui\modules\logs\internal.h" />
- <ClInclude Include="src\core\ui\modules\logs\filters\logs_filter_controls.h" />
- <ClInclude Include="src\core\ui\runtime\ui_visibility_runtime.h" />
- <ClInclude Include="src\core\ui\runtime\settings.h" />
- <ClInclude Include="src\core\ui\memory\allocator.h" />
- <ClInclude Include="src\core\ui\memory\fixed\internal.h" />
- <ClInclude Include="src\core\ui\animation\animation.h" />
- <ClInclude Include="src\core\ui\animation\transition\ui_transition_animation.h" />
- <ClInclude Include="src\core\ui\components\components.h" />
- <ClInclude Include="src\core\ui\components\card\ui_card_component.h" />
- <ClInclude Include="src\core\ui\components\drawing\drawing.h" />
- <ClInclude Include="src\core\ui\components\filter\ui_filter_component.h" />
- <ClInclude Include="src\core\ui\components\label\ui_label_component.h" />
- <ClInclude Include="src\core\ui\components\logo\ui_logo_component.h" />
- <ClInclude Include="src\core\ui\components\picker\ui_picker_component.h" />
- <ClInclude Include="src\core\ui\components\navigation\ui_navigation_component.h" />
- <ClInclude Include="src\core\ui\components\section\ui_section_component.h" />
- <ClInclude Include="src\core\ui\components\toggle\ui_toggle_component.h" />
- <ClInclude Include="src\core\ui\fonts\fonts.h" />
- <ClInclude Include="src\core\ui\fonts\installed\ui_installed_font_reader.h" />
- <ClInclude Include="src\core\ui\fonts\runtime\ui_runtime_font_lifecycle.h" />
- <ClInclude Include="src\core\ui\scaling\scaling.h" />
- <ClInclude Include="src\core\ui\scaling\dpi\ui_dpi_scaling.h" />
- <ClInclude Include="src\core\ui\theme\sunrise_ui_theme.h" />
- <ClInclude Include="src\core\ui\layout\layout.h" />
- <ClInclude Include="src\core\ui\layout\ui_layout_lifecycle.h" />
- <ClInclude Include="src\core\ui\layout\navigation\ui_layout_navigation.h" />
- <ClInclude Include="src\core\ui\layout\credits\sunrise_credits_badge.h" />
- <ClInclude Include="src\client\runtime\runtime.h" />
- <ClInclude Include="src\client\movement\movement_settings_store.h" />
- <ClInclude Include="src\client\ui\player\player_panel.h" />
- <ClInclude Include="src\client\player\player_position.h" />
- <ClInclude Include="src\client\player\player_settings_store.h" />
- <ClInclude Include="src\client\hooks\noclip\runtime.h" />
- <ClInclude Include="src\client\hooks\sword_skate\sword_skate.h" />
- <ClInclude Include="src\client\hooks\fly\fly.h" />
- <ClInclude Include="src\client\hooks\infinite_ammo\infinite_ammo.h" />
- <ClInclude Include="src\client\input\window_focus.h" />
- <ClInclude Include="src\client\hooks\teleport\internal.h" />
- <ClInclude Include="src\client\hooks\teleport\runtime.h" />
- <ClInclude Include="src\client\ui\movement\movement_panel.h" />
- <ClInclude Include="src\client\runtime\internal.h" />
- <ClInclude Include="src\client\runtime\host\game_host_classification.h" />
- <ClInclude Include="src\client\hooks\graphics\graphics_hook_lifecycle.h" />
- <ClInclude Include="src\client\hooks\graphics\graphics_hook_replacements.h" />
- <ClInclude Include="src\client\hooks\graphics\input\input.h" />
- <ClInclude Include="src\client\hooks\graphics\textures\graphics_texture_upload.h" />
- <ClInclude Include="src\client\hooks\graphics\renderer\renderer.h" />
- <ClInclude Include="src\client\hooks\graphics\renderer\state.h" />
- <ClInclude Include="src\client\hooks\graphics\renderer\graphics_renderer_report.h" />
- <ClInclude Include="src\client\ui\runtime\client_ui_module_runtime.h" />
- <ClInclude Include="src\client\memory\current_process_memory.h" />
- <ClInclude Include="src\client\content\handles\layout.h" />
- <ClInclude Include="src\client\content\handles\handle_resolver.h" />
- <ClInclude Include="src\client\content\activity\source.h" />
- <ClInclude Include="src\client\content\scenarios\scenario_build.h" />
- <ClInclude Include="src\client\content\scenarios\internal.h" />
- <ClInclude Include="src\client\content\spawn_sets\spawn_set_build.h" />
- <ClInclude Include="src\client\content\hash_names\hash_name_build.h" />
- <ClInclude Include="src\client\content\hash_names\hash_name_matcher.h" />
- <ClInclude Include="src\client\content\spawn_sets\spawn_set_catalog_builder.h" />
- <ClInclude Include="src\client\content\investment\layout.h" />
- <ClInclude Include="src\client\content\investment\internal.h" />
- <ClInclude Include="src\client\content\investment\source.h" />
- <ClInclude Include="src\client\content\investment\worker.h" />
- <ClInclude Include="src\client\content\items\layout.h" />
- <ClInclude Include="src\client\content\items\details\configured_item_detail_extractor.h" />
- <ClInclude Include="src\client\content\items\details\layout.h" />
- <ClInclude Include="src\client\content\items\details\memory.h" />
- <ClInclude Include="src\client\content\items\details\definition_detail_reader.h" />
- <ClInclude Include="src\client\content\items\details\relative.h" />
- <ClInclude Include="src\client\content\items\details\socket_detail_reader.h" />
- <ClInclude Include="src\client\network\consumer.h" />
- <ClInclude Include="src\client\hooking\detour.h" />
- <ClInclude Include="src\client\hooking\detour\transaction\detour_thread_transaction.h" />
- <ClInclude Include="src\client\executable\image.h" />
- <ClInclude Include="src\client\hooks\network\investment\investment_derived_rebuild.h" />
- <ClInclude Include="src\client\hooks\network\runtime.h" />
- <ClInclude Include="src\client\hooks\network\bubble_authority\bubble_authority_replacements.h" />
- <ClInclude Include="src\client\hooks\network\bubble_authority\scope\bubble_authority_scope.h" />
- <ClInclude Include="src\client\hooks\network\coordinator\network_call_coordinator.h" />
- <ClInclude Include="src\client\hooks\network\content_config\coordinator\content_config_call_coordinator.h" />
- <ClInclude Include="src\client\hooks\network\content_config\gate\content_config_signature_gate.h" />
- <ClInclude Include="src\client\hooks\network\content_config\internal.h" />
- <ClInclude Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_storage.h" />
- <ClInclude Include="src\client\hooks\network\content_config\protocol.h" />
- <ClInclude Include="src\client\hooks\network\content_config\runtime.h" />
- <ClInclude Include="src\client\hooks\network\platform.h" />
- <ClInclude Include="src\client\hooks\network\network_call_quiescence.h" />
- <ClInclude Include="src\client\hooks\network\http\internal.h" />
- <ClInclude Include="src\client\hooks\network\lifecycle\network_hook_group.h" />
- <ClInclude Include="src\client\hooks\network\lifecycle\network_hook_entries.h" />
- <ClInclude Include="src\client\hooks\egress\dns\egress_dns_replacements.h" />
- <ClInclude Include="src\client\hooks\egress\extensions\egress_extension_replacements.h" />
- <ClInclude Include="src\client\hooks\egress\internal.h" />
- <ClInclude Include="src\client\hooks\egress\platform\abi.h" />
- <ClInclude Include="src\client\hooks\egress\platform\sdk.h" />
- <ClInclude Include="src\client\hooks\egress\policy\policy.h" />
- <ClInclude Include="src\client\hooks\egress\resolver\replacements.h" />
- <ClInclude Include="src\client\hooks\egress\runtime.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\replacements.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\connection\egress_connection_replacements.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\control\egress_control_replacement.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\discovery\egress_discovery_responder.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\reception\egress_reception_replacements.h" />
- <ClInclude Include="src\client\hooks\egress\winsock\transmission\replacements.h" />
- <ClInclude Include="src\client\patterns\registry.h" />
- <ClInclude Include="src\client\patterns\signature_text.h" />
- <ClInclude Include="src\client\patterns\game.h" />
- <ClInclude Include="src\client\patterns\steam.h" />
- <ClInclude Include="src\client\targets\steam_targets.h" />
- <ClInclude Include="src\client\targets\game.h" />
- <ClInclude Include="src\client\targets\game\content.h" />
- <ClInclude Include="src\client\targets\game\network.h" />
- <ClInclude Include="src\client\targets\game\network\network_content_derivation.h" />
- <ClInclude Include="src\client\targets\game\relative.h" />
- <ClInclude Include="src\client\targets\game\resolution\internal.h" />
- <ClInclude Include="src\client\targets\game\resolution\game_target_resolution.h" />
- <ClInclude Include="src\steam\runtime\runtime.h" />
- <ClInclude Include="src\steam\runtime\callbacks\callback_registry.h" />
- <ClInclude Include="src\steam\runtime\internal.h" />
- <ClInclude Include="src\steam\interfaces\steam_interface_factory.h" />
- <ClInclude Include="src\steam\interfaces\internal.h" />
- <ClInclude Include="src\steam\interfaces\tables\internal.h" />
- <ClInclude Include="src\state\unlocks\definition.h" />
- <ClInclude Include="src\state\unlocks\unlocks_runtime.h" />
- <ClInclude Include="src\state\runtime\runtime.h" />
- <ClInclude Include="src\state\runtime\state_account_transaction_helpers.h" />
- <ClInclude Include="src\state\runtime\state_rolled_socket_plugs.h" />
- <ClInclude Include="src\state\runtime\state.h" />
- <ClInclude Include="src\state\runtime\storage\internal.h" />
- <ClInclude Include="src\state\activity\definition.h" />
- <ClInclude Include="src\state\activity\defaults\definition.h" />
- <ClInclude Include="src\state\activity\defaults\activity_defaults_snapshot.h" />
- <ClInclude Include="src\state\activity\defaults\activity_defaults_validation.h" />
- <ClInclude Include="src\state\activity\destination\definition.h" />
- <ClInclude Include="src\state\activity\forced\definition.h" />
- <ClInclude Include="src\state\activity\forced\activity_forced_destination.h" />
- <ClInclude Include="src\state\activity\destination\activity_destination_snapshot.h" />
- <ClInclude Include="src\state\activity\destination\activity_destination_validation.h" />
- <ClInclude Include="src\state\activity\destination\activity_destination_spawn_binding.h" />
- <ClInclude Include="src\state\activity\entity_slots\definition.h" />
- <ClInclude Include="src\state\activity\entity_slots\runtime.h" />
- <ClInclude Include="src\state\activity\entity_slots\transactions\internal.h" />
- <ClInclude Include="src\state\activity\bubble_authority\definition.h" />
- <ClInclude Include="src\state\activity\bubble_authority\runtime.h" />
- <ClInclude Include="src\state\activity\bubble_authority\transactions\internal.h" />
- <ClInclude Include="src\state\activity\membership\definition.h" />
- <ClInclude Include="src\state\activity\membership\activity_membership_query.h" />
- <ClInclude Include="src\state\activity\membership\transactions\internal.h" />
- <ClInclude Include="src\state\activity\runtime.h" />
- <ClInclude Include="src\state\activity\transactions\internal.h" />
- <ClInclude Include="src\state\matchmaking\definition.h" />
- <ClInclude Include="src\state\matchmaking\matchmaking_state.h" />
- <ClInclude Include="src\state\matchmaking\transactions\internal.h" />
- <ClInclude Include="src\state\runtime\equipment\configured_equipment_identity.h" />
- <ClInclude Include="src\state\account\account_state.h" />
- <ClInclude Include="src\state\account\inventory\inventory_state.h" />
- <ClInclude Include="src\state\account\settings\settings_state.h" />
- <ClInclude Include="src\state\account\settings\key_bindings.h" />
- <ClInclude Include="src\state\equipment\light\definition.h" />
- <ClInclude Include="src\state\equipment\light\calculation\equipment_light_calculation.h" />
- <ClInclude Include="src\state\equipment\light\resolution\configured_equipment_light_resolver.h" />
- <ClInclude Include="src\state\investment\investment.h" />
- <ClInclude Include="src\state\content\content_catalog.h" />
- <ClInclude Include="src\state\content_manifest\cache\format.h" />
- <ClInclude Include="src\state\content_manifest\cache\internal.h" />
- <ClInclude Include="src\state\content_manifest\definition.h" />
- <ClInclude Include="src\state\content_manifest\fingerprint\content_manifest_fingerprint.h" />
- <ClInclude Include="src\state\content_manifest\content_manifest_state_runtime.h" />
- <ClInclude Include="src\state\content_manifest\scanner\internal.h" />
- <ClInclude Include="src\state\content_manifest\scanner\package\content_manifest_package_header.h" />
- <ClInclude Include="src\state\content_manifest\scanner\package\content_manifest_package_name.h" />
- <ClInclude Include="src\state\content_manifest\content_manifest_row_validation.h" />
- <ClInclude Include="src\state\build_data\definition.h" />
- <ClInclude Include="src\state\build_data\runtime.h" />
- <ClInclude Include="src\state\build_data\table.h" />
- <ClInclude Include="src\state\build_data\scenarios\scenario_catalog.h" />
- <ClInclude Include="src\state\build_data\spawn_sets\spawn_set_catalog.h" />
- <ClInclude Include="src\state\build_data\hash_names\hash_name_catalog.h" />
- <ClInclude Include="src\state\build_data\hash_names\definition.h" />
- <ClInclude Include="src\state\build_data\spawn_sets\definition.h" />
- <ClInclude Include="src\state\build_data\vendors\definition.h" />
- <ClInclude Include="src\state\build_data\vendors\vendor_catalog.h" />
- <ClInclude Include="src\state\build_data\vendors\vendor_expression.h" />
- <ClInclude Include="src\client\content\vendors\layout.h" />
- <ClInclude Include="src\client\content\vendors\vendor_build.h" />
- <ClInclude Include="src\state\build_data\scenarios\definition.h" />
- <ClInclude Include="src\state\build_data\runtime\persistence\build_data_persistence.h" />
- <ClInclude Include="src\state\build_data\runtime\persistence\publication_transaction.h" />
- <ClInclude Include="src\state\build_data\cache\internal.h" />
- <ClInclude Include="src\state\build_data\cache\read\cache_payload_reader.h" />
- <ClInclude Include="src\state\build_data\cache\records\codec.h" />
- <ClInclude Include="src\state\build_data\cache\records\domains.h" />
- <ClInclude Include="src\state\build_data\cache\records\format.h" />
- <ClInclude Include="src\state\build_data\cache\records\validation.h" />
- <ClInclude Include="src\state\build_data\cache\write\cache_payload_writer.h" />
- <ClInclude Include="src\state\build_data\cache\write\temporary\temporary_cache_file.h" />
- <ClInclude Include="src\state\build_data\cache\write\validation\cache_file_comparison.h" />
- <ClInclude Include="src\state\build_data\items\item_catalog.h" />
- <ClInclude Include="src\state\build_data\collectibles\collectible_catalog.h" />
- <ClInclude Include="src\state\build_data\material_requirements\material_requirement_catalog.h" />
- <ClInclude Include="src\state\build_data\items\details\definition.h" />
- <ClInclude Include="src\state\build_data\items\details\item_detail_catalog.h" />
- <ClInclude Include="src\state\build_data\items\socket_plugs\definition.h" />
- <ClInclude Include="src\state\build_data\items\socket_plugs\socket_plug_catalog.h" />
- <ClInclude Include="src\client\content\items\packages\package_socket_plug_build.h" />
- <ClInclude Include="src\state\build_data\inventory\buckets\definition.h" />
- <ClInclude Include="src\state\build_data\inventory\buckets\inventory_bucket_catalog.h" />
- <ClInclude Include="src\state\build_data\socket_entry_lists\definition.h" />
- <ClInclude Include="src\state\build_data\socket_entry_lists\socket_entry_list_catalog.h" />
- <ClInclude Include="src\state\build_data\runtime\build_data_catalog_runtime.h" />
- <ClInclude Include="src\state\build_data\runtime\domain_markers.h" />
- <ClInclude Include="src\server\transport\bap_listener.h" />
- <ClInclude Include="src\server\runtime\server_runtime.h" />
- <ClInclude Include="src\server\ui\runtime\server_ui_module_runtime.h" />
- <ClInclude Include="src\server\ui\activity_override\activity_override_panel.h" />
- <ClInclude Include="src\server\ui\activity_override\activity_override_lists.h" />
- <ClInclude Include="src\server\bap\runtime.h" />
- <ClInclude Include="src\server\bap\internal.h" />
- <ClInclude Include="src\server\bap\encrypted\internal.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_transaction\activity_transaction_notifications.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_host_manager\activity_host_manager_route.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_message\definition.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_message\activity_message_route.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_message\patch_epoch\activity_patch_epoch_route.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_message\membership\activity_membership_route.h" />
- <ClInclude Include="src\server\bap\encrypted\matchmaking\matchmaking_route.h" />
- <ClInclude Include="src\server\bap\encrypted\transactions\definition.h" />
- <ClInclude Include="src\server\bap\encrypted\transactions\service_outcome_commit.h" />
- <ClInclude Include="src\server\bap\encrypted\queuez\definition.h" />
- <ClInclude Include="src\server\bap\encrypted\queuez\queuez_state_validation.h" />
- <ClInclude Include="src\server\bap\encrypted\queuez\queuez_outcome_staging.h" />
- <ClInclude Include="src\server\bap\encrypted\queuez\staging\queuez_family_staging.h" />
- <ClInclude Include="src\server\bap\encrypted\push\queuez\queuez_update_frame.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_message_push.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_roster_push.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_global_state_push.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_keepalive_push.h" />
- <ClInclude Include="src\server\bap\encrypted\bap_connection_publication.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_membership_push.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_notification_frame.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\activity_arrival.h" />
- <ClInclude Include="src\server\bap\encrypted\push\activity\internal.h" />
- <ClInclude Include="src\server\bap\encrypted\push\snapshot\internal.h" />
- <ClInclude Include="src\server\bap\encrypted\push\snapshot\snapshot.h" />
- <ClInclude Include="src\server\bap\encrypted\push\snapshot\snapshot_storage.h" />
- <ClInclude Include="src\server\web_service\opcode_routes.h" />
- <ClInclude Include="src\server\web_service\web_service_runtime.h" />
- <ClInclude Include="src\server\web_service\web_service_actions.h" />
- <ClInclude Include="src\server\http\server_http.h" />
- <ClInclude Include="src\middleware\runtime\middleware_runtime.h" />
- <ClInclude Include="src\middleware\protobuf\codec.h" />
- <ClInclude Include="src\middleware\protobuf\protobuf_wire.h" />
- <ClInclude Include="src\middleware\bap\frame.h" />
- <ClInclude Include="src\middleware\bap\account_translation\account_translation_response.h" />
- <ClInclude Include="src\middleware\bap\activity_host\activity_host_response.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\definition.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\request\activity_manager_request.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\definition.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\internal.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_host_manager\response\activity_manager_response.h" />
- <ClInclude Include="src\middleware\bap\activity_message\definition.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_message_request_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\sensor_auth_update.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_global_state_encoder.h" />
- <ClInclude Include="src\middleware\bap\activity_message\client_authoritative_data.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_client_keepalive_validator.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_high_water_validator.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_join_request_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_client_identity_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_state_refresh_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_membership_acknowledgement_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_patch_epoch_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_replication_epoch_encoder.h" />
- <ClInclude Include="src\middleware\bap\activity_message\replicate_membership.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_message_notification_encoder.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_join_result_encoder.h" />
- <ClInclude Include="src\middleware\bap\activity_message\activity_entity_slot_request_parser.h" />
- <ClInclude Include="src\middleware\bap\activity_message\entity_slots.h" />
- <ClInclude Include="src\middleware\bap\activity_message\entity_authority.h" />
- <ClInclude Include="src\middleware\bap\activity_message\incident.h" />
- <ClInclude Include="src\middleware\bap\certificate.h" />
- <ClInclude Include="src\middleware\bap\client_config\client_config_response.h" />
- <ClInclude Include="src\middleware\bap\family_subscription.h" />
- <ClInclude Include="src\middleware\bap\family_unsubscription.h" />
- <ClInclude Include="src\middleware\bap\matchmaking\definition.h" />
- <ClInclude Include="src\middleware\bap\matchmaking\request\matchmaking_request_parser.h" />
- <ClInclude Include="src\middleware\bap\matchmaking\request\field_selection.h" />
- <ClInclude Include="src\middleware\bap\matchmaking\response\matchmaking_response_encoder.h" />
- <ClInclude Include="src\middleware\bap\matchmaking\response\matchmaking_dynamic_response.h" />
- <ClInclude Include="src\middleware\bap\user_message\user_message_response.h" />
- <ClInclude Include="src\middleware\queuez\subscription.h" />
- <ClInclude Include="src\middleware\compression\oodle\runtime.h" />
- <ClInclude Include="src\middleware\datagen\character_record\layout.h" />
- <ClInclude Include="src\middleware\datagen\character_record\character_record_encoder.h" />
- <ClInclude Include="src\middleware\datagen\family3\family3_roster.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\account_encoder.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\layout.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\preferences\layout.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\preferences\native_key_binding_map.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\preferences\preferences_encoder.h" />
- <ClInclude Include="src\middleware\datagen\family4\character\abi.h" />
- <ClInclude Include="src\middleware\datagen\family4\loadout\definition.h" />
- <ClInclude Include="src\middleware\datagen\family4\loadout\loadout_resolver.h" />
- <ClInclude Include="src\middleware\datagen\family4\loadout\loadout_item_resolver.h" />
- <ClInclude Include="src\middleware\datagen\family4\loadout\subclass_socket_selection.h" />
- <ClInclude Include="src\middleware\datagen\family4\character\character_encoder.h" />
- <ClInclude Include="src\middleware\datagen\family4\character\equipment_summary_builder.h" />
- <ClInclude Include="src\middleware\datagen\family4\character\layout.h" />
- <ClInclude Include="src\middleware\datagen\family4\instance\abi.h" />
- <ClInclude Include="src\middleware\datagen\family4\instance\instance_encoder.h" />
- <ClInclude Include="src\middleware\datagen\family4\instance\layout.h" />
- <ClInclude Include="src\middleware\datagen\family4\inventory\layout.h" />
- <ClInclude Include="src\middleware\datagen\family4\progression\layout.h" />
- <ClInclude Include="src\middleware\datagen\roster\queuez_roster.h" />
- <ClInclude Include="src\middleware\content\packages\named_tags.h" />
- <ClInclude Include="src\middleware\content\packages\named_tags\internal.h" />
- <ClInclude Include="src\middleware\content\packages\package_catalog.h" />
- <ClInclude Include="src\middleware\content\manifest\encoder.h" />
- <ClInclude Include="src\middleware\encoding\bit_writer.h" />
- <ClInclude Include="src\middleware\encoding\bit_reader.h" />
- <ClInclude Include="src\middleware\encoding\byte_order.h" />
- <ClInclude Include="src\middleware\queuez\queuez_update.h" />
- <ClInclude Include="src\middleware\web_service\web_service_envelope.h" />
- <ClInclude Include="src\middleware\web_service\status_fields.h" />
- <ClInclude Include="src\middleware\web_service\messages\family5\family5_codec.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode205.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode503.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode206.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode501_codec.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode505\opcode505_codec.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode601\opcode601_codec.h" />
- <ClInclude Include="src\middleware\datagen\family4\account\selection_patch\account_selection_patch_encoder.h" />
- <ClInclude Include="src\middleware\secure_channel\runtime.h" />
- <ClInclude Include="src\middleware\signon\response.h" />
- <ClInclude Include="vendor\detours\detours.h" />
- <ClInclude Include="vendor\imgui\imconfig.h" />
- <ClInclude Include="vendor\imgui\imgui.h" />
- <ClInclude Include="vendor\imgui\imgui_internal.h" />
- <ClInclude Include="vendor\imgui\imstb_rectpack.h" />
- <ClInclude Include="vendor\imgui\imstb_textedit.h" />
- <ClInclude Include="vendor\imgui\imstb_truetype.h" />
- <ClInclude Include="vendor\imgui\backends\imgui_impl_win32.h" />
- <ClInclude Include="vendor\imgui\backends\imgui_impl_dx11.h" />
- <ClInclude Include="src\client\targets\game\retail_log.h" />
- <ClInclude Include="src\client\patterns\game\retail_log\retail_log_signature_bytes.h" />
- <ClInclude Include="src\client\hooks\retail_log\retail_log_enqueue_observer.h" />
- <ClInclude Include="src\client\hooks\retail_log\retail_log_lifecycle.h" />
- <ClInclude Include="src\client\hooks\egress\resolver\redirect.h" />
- <ClInclude Include="src\core\settings\client\external\definition.h" />
- <ClInclude Include="src\client\hooks\external_server\internal.h" />
- <ClInclude Include="src\client\hooks\external_server\route.h" />
- <ClInclude Include="src\client\content\bootstrap\bootstrap_token_publish.h" />
- <ClInclude Include="src\steam\runtime\context\steam_context_state.h" />
- <ClInclude Include="src\client\content\diagnostics\content_readiness_report.h" />
- <ClInclude Include="src\client\content\investment\runtime.h" />
- <ClInclude Include="src\client\content\items\packages\build.h" />
- <ClInclude Include="src\client\content\items\packages\internal.h" />
- <ClInclude Include="src\client\hooks\assert_handler\assert_handler_observer.h" />
- <ClInclude Include="src\client\hooks\assert_handler\assert_handler_lifecycle.h" />
- <ClInclude Include="src\client\hooks\bitmap\bitmap_ref_guard.h" />
- <ClInclude Include="src\client\hooks\bitmap\bitmap_hook_lifecycle.h" />
- <ClInclude Include="src\client\hooks\membership_probe\membership_probe.h" />
- <ClInclude Include="src\client\hooks\bootflow\internal.h" />
- <ClInclude Include="src\client\hooks\bootflow\bootflow_hook_lifecycle.h" />
- <ClInclude Include="src\client\hooks\bootflow\spawn\spawn_gate_record_dump.h" />
- <ClInclude Include="src\client\hooks\bootflow\spawn\probe.h" />
- <ClInclude Include="src\client\hooks\config_getter\config_getter_answers.h" />
- <ClInclude Include="src\client\hooks\config_getter\config_getter_lifecycle.h" />
- <ClInclude Include="src\client\hooks\egress\lifecycle\internal.h" />
- <ClInclude Include="src\client\hooks\egress\policy\egress_policy_logging.h" />
- <ClInclude Include="src\client\hooks\network\investment\internal.h" />
- <ClInclude Include="src\client\hooks\queuez\internal.h" />
- <ClInclude Include="src\client\hooks\queuez\queuez_hook_lifecycle.h" />
- <ClInclude Include="src\client\hooks\package_trust\package_trust_bypass.h" />
- <ClInclude Include="src\client\patterns\game\assert_handler\assert_signature_bytes.h" />
- <ClInclude Include="src\client\patterns\game\config_getter\config_getter_signature_bytes.h" />
- <ClInclude Include="src\client\patterns\game\packages\package_key_signature_bytes.h" />
- <ClInclude Include="src\client\patterns\game\signon\signon_readiness_signature_bytes.h" />
- <ClInclude Include="src\client\graphics\wine_compat.h" />
- <ClInclude Include="src\middleware\content\packages\tables\spawn_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\component_container_reader.h" />
- <ClInclude Include="src\client\patterns\image_scan.h" />
- <ClInclude Include="src\client\targets\game\assert_handler\game_assert_targets.h" />
- <ClInclude Include="src\client\targets\game\assert_handler.h" />
- <ClInclude Include="src\client\targets\game\config_getter\game_config_getter_targets.h" />
- <ClInclude Include="src\client\targets\game\config_getter.h" />
- <ClInclude Include="src\client\targets\game\packages\game_package_targets.h" />
- <ClInclude Include="src\client\targets\game\packages.h" />
- <ClInclude Include="src\middleware\content\packages\reader\internal.h" />
- <ClInclude Include="src\middleware\content\packages\reader\layout.h" />
- <ClInclude Include="src\middleware\content\packages\reader\reader.h" />
- <ClInclude Include="src\middleware\content\packages\reader\parallel.h" />
- <ClInclude Include="src\middleware\content\packages\reader\block_cache.h" />
- <ClInclude Include="src\middleware\content\packages\reader\handle_cache.h" />
- <ClInclude Include="src\middleware\content\packages\reader\package_table_cache.h" />
- <ClInclude Include="src\middleware\content\packages\tables\ability_pool_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\bubble_state_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\internal.h" />
- <ClInclude Include="src\middleware\content\packages\tables\items.h" />
- <ClInclude Include="src\middleware\content\packages\tables\region_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\roster_intersection.h" />
- <ClInclude Include="src\middleware\content\packages\tables\scenario_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\slot_descriptor_reader.h" />
- <ClInclude Include="src\middleware\content\packages\tables\definition_index_table.h" />
- <ClInclude Include="src\middleware\content\packages\tables\scenario_walk.h" />
- <ClInclude Include="src\middleware\crypto\aes_gcm_decrypt.h" />
- <ClInclude Include="src\middleware\datagen\character_record\appearance\internal.h" />
- <ClInclude Include="src\middleware\datagen\definitions.h" />
- <ClInclude Include="src\middleware\datagen\family4\progression\progression_bank_keys.h" />
- <ClInclude Include="src\middleware\signon\config\signon_config_blob.h" />
- <ClInclude Include="src\middleware\signon\extended\signon_extended_fields.h" />
- <ClInclude Include="src\middleware\signon\internal.h" />
- <ClInclude Include="src\middleware\signon\ownership\signon_ownership_encoder.h" />
- <ClInclude Include="src\state\build_data\abilities\ability_bucket_catalog.h" />
- <ClInclude Include="src\state\build_data\abilities\definition.h" />
- <ClInclude Include="src\state\build_data\constants\investment_constant_catalog.h" />
- <ClInclude Include="src\state\build_data\constants\definition.h" />
- <ClInclude Include="src\state\build_data\progressions\progression_catalog.h" />
- <ClInclude Include="src\state\build_data\progressions\definition.h" />
- <ClInclude Include="src\state\entitlements\definition.h" />
- <ClInclude Include="src\state\entitlements\entitlement_runtime.h" />
- <ClInclude Include="src\state\entitlements\validation.h" />
- <ClInclude Include="src\server\transport\internal.h" />
- <ClInclude Include="src\client\hooks\queuez\family0\family0_source_seed.h" />
- <ClInclude Include="src\middleware\content\packages\reader\locator_cache.h" />
- <ClInclude Include="src\server\bap\encrypted\push\queuez\queuez_push_reporting.h" />
- <ClInclude Include="src\client\diagnostics\module_range.h" />
- <ClInclude Include="src\client\process\freeze\client_process_freeze.h" />
- <ClInclude Include="src\core\settings\address_text.h" />
- <ClInclude Include="src\core\settings\server\gameplay\definition.h" />
- <ClInclude Include="src\middleware\crypto\random_bytes.h" />
- <ClInclude Include="src\middleware\crypto\sha256.h" />
- <ClInclude Include="src\middleware\crypto\ecc_p224.h" />
- <ClInclude Include="src\middleware\crypto\ecc_p224_curve.h" />
- <ClInclude Include="src\middleware\crypto\tiger192.h" />
- <ClInclude Include="src\middleware\crypto\aes_cbc.h" />
- <ClInclude Include="src\middleware\crypto\hmac.h" />
- <ClInclude Include="src\middleware\crypto\lookup3.h" />
- <ClInclude Include="src\middleware\crypto\murmur3.h" />
- <ClInclude Include="src\middleware\crypto\aes_gcm_encrypt.h" />
- <ClInclude Include="src\middleware\crypto\modular_1024.h" />
- <ClInclude Include="src\middleware\encoding\bit_raw.h" />
- <ClInclude Include="src\middleware\gameplay\association\srp_exchange.h" />
- <ClInclude Include="src\middleware\gameplay\association\control_packet.h" />
- <ClInclude Include="src\middleware\gameplay\association\protected_datagram.h" />
- <ClInclude Include="src\middleware\gameplay\peer\peer_container.h" />
- <ClInclude Include="src\middleware\gameplay\peer\connect_messages.h" />
- <ClInclude Include="src\middleware\gameplay\peer\established_packet.h" />
- <ClInclude Include="src\middleware\gameplay\external\common_state.h" />
- <ClInclude Include="src\middleware\gameplay\external\external_entity_codec.h" />
- <ClInclude Include="src\middleware\gameplay\external\external_empty_profile.h" />
- <ClInclude Include="src\state\gameplay\definition.h" />
- <ClInclude Include="src\state\gameplay\external\definition.h" />
- <ClInclude Include="src\state\gameplay\physics\definition.h" />
- <ClInclude Include="src\state\gameplay\physics\physics_identity.h" />
- <ClInclude Include="src\state\gameplay\physics\runtime.h" />
- <ClInclude Include="src\server\gameplay\gameplay_log.h" />
- <ClInclude Include="src\server\gameplay\gameplay_runtime.h" />
- <ClInclude Include="src\server\gameplay\endpoint\gameplay_endpoint.h" />
- <ClInclude Include="src\server\gameplay\association\association_host.h" />
- <ClInclude Include="src\server\gameplay\peer\peer_transport.h" />
- <ClInclude Include="src\server\gameplay\peer\external_shadow.h" />
- <ClInclude Include="src\server\gameplay\physics\backend\navigation_backend.h" />
- <ClInclude Include="src\server\gameplay\physics\backend\navigation_backend_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\backend\physics_backend.h" />
- <ClInclude Include="src\server\gameplay\physics\backend\physics_backend_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\backend\types.h" />
- <ClInclude Include="src\server\gameplay\physics\common\common_sync.h" />
- <ClInclude Include="src\server\gameplay\physics\controller\actor_controller_service.h" />
- <ClInclude Include="src\server\gameplay\physics\controller\controller_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\controller\controller_types.h" />
- <ClInclude Include="src\server\gameplay\physics\host\bubble_host.h" />
- <ClInclude Include="src\server\gameplay\physics\host\command_effects.h" />
- <ClInclude Include="src\server\gameplay\physics\host\command_validation_state.h" />
- <ClInclude Include="src\server\gameplay\physics\host\fallback_policy.h" />
- <ClInclude Include="src\server\gameplay\physics\host\internal.h" />
- <ClInclude Include="src\server\gameplay\physics\host\physics_session.h" />
- <ClInclude Include="src\server\gameplay\physics\host\runtime.h" />
- <ClInclude Include="src\server\gameplay\physics\host\tick_runtime.h" />
- <ClInclude Include="src\server\gameplay\physics\host\types.h" />
- <ClInclude Include="src\server\gameplay\physics\interest\interest_manager.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\combat_kernel.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\combat_kernel_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\command_deduplicator.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\host_mechanics.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\mechanics_types.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\objective_ledger.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\participant_credit_ledger.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\tick_timer.h" />
- <ClInclude Include="src\server\gameplay\physics\mechanics\trigger_system.h" />
- <ClInclude Include="src\server\gameplay\physics\authority\motion_validator.h" />
- <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint.h" />
- <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint_builder.h" />
- <ClInclude Include="src\server\gameplay\physics\persistence\command_journal.h" />
- <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint_hash_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\definition.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\external_plan.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\internal.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\runtime.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\world_coordinator.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\world_coordinator_internal.h" />
- <ClInclude Include="src\server\gameplay\physics\replication\world_projection.h" />
- <ClInclude Include="src\server\gameplay\physics\world\activity_policy.h" />
- <ClInclude Include="src\server\gameplay\physics\world\actor_store.h" />
- <ClInclude Include="src\server\gameplay\physics\world\authority_manager.h" />
- <ClInclude Include="src\server\gameplay\physics\world\command_queue.h" />
- <ClInclude Include="src\server\gameplay\physics\world\host_command.h" />
- <ClInclude Include="src\server\gameplay\physics\world\host_command_executor.h" />
- <ClInclude Include="src\server\gameplay\physics\world\world_runner.h" />
- <ClInclude Include="src\server\gameplay\physics\world\world_types.h" />
- <ClInclude Include="src\middleware\gameplay\descriptor\join_descriptor.h" />
- <ClInclude Include="src\server\gameplay\gameplay_advertisement.h" />
- <ClInclude Include="src\middleware\web_service\messages\opcode901\opcode901_codec.h" />
- <ClInclude Include="src\middleware\gameplay\peer\reliable_assembly.h" />
- <ClInclude Include="src\middleware\gameplay\peer\join_messages.h" />
- <ClInclude Include="src\middleware\gameplay\group\session_messages.h" />
- <ClInclude Include="src\middleware\gameplay\group\session_state.h" />
- <ClInclude Include="src\middleware\gameplay\group\view_message.h" />
- <ClInclude Include="src\middleware\gameplay\group\parameter_messages.h" />
- <ClInclude Include="src\middleware\gameplay\group\parameter_registry.h" />
- <ClInclude Include="src\middleware\gameplay\group\member_messages.h" />
- <ClInclude Include="src\server\gameplay\group\group_host.h" />
- <ClInclude Include="src\server\gameplay\group\group_host_sessions.h" />
- <ClInclude Include="src\middleware\gameplay\nat\introduction.h" />
- <ClInclude Include="src\middleware\gameplay\dtls\dtls_messages.h" />
- <ClInclude Include="src\middleware\gameplay\dtls\association_keys.h" />
- <ClInclude Include="src\middleware\gameplay\dtls\record.h" />
- <ClInclude Include="src\middleware\gameplay\dtls\replay_high_water.h" />
- <ClInclude Include="src\server\gameplay\dtls\dtls_host.h" />
- <ClInclude Include="src\middleware\bap\activity_message\peer_ledger.h" />
- <ClInclude Include="src\middleware\bap\activity_message\telemetry.h" />
- <ClInclude Include="src\middleware\bap\activity_message\start_activity.h" />
- <ClInclude Include="src\middleware\bap\activity_message\sense_update.h" />
- <ClInclude Include="src\server\bap\encrypted\activity_message\receipts\activity_message_receipts.h" />
- <ClInclude Include="src\state\activity\receipts\definition.h" />
- <ClInclude Include="src\state\activity\receipts\activity_receipts.h" />
- <ClInclude Include="src\core\settings\server\activation\definition.h" />
- <ClInclude Include="src\middleware\gameplay\group\migration_messages.h" />
- <ClInclude Include="src\middleware\gameplay\group\notice_messages.h" />
- <ClInclude Include="src\server\gameplay\group\group_migration_receipts.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- </Project>
|