Sunrise.vcxproj 108 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <VCProjectVersion>17.0</VCProjectVersion>
  15. <ProjectGuid>{A665726B-97A2-4E35-B518-0FC207D3DA1B}</ProjectGuid>
  16. <RootNamespace>sunrise</RootNamespace>
  17. <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
  18. <ProjectName>Sunrise</ProjectName>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Label="Configuration">
  22. <ConfigurationType>DynamicLibrary</ConfigurationType>
  23. <PlatformToolset>v145</PlatformToolset>
  24. <CharacterSet>Unicode</CharacterSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  27. <UseDebugLibraries>true</UseDebugLibraries>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <PropertyGroup>
  35. <TargetName>steam_api64</TargetName>
  36. <OutDir>$(ProjectDir)..\build\$(Platform)\$(Configuration)\</OutDir>
  37. <IntDir>$(ProjectDir)..\build\obj\$(Platform)\$(Configuration)\</IntDir>
  38. <ExternalIncludePath>$(ExternalIncludePath);$(ProjectDir)vendor\detours;$(ProjectDir)vendor\imgui;$(ProjectDir)vendor\imgui\backends</ExternalIncludePath>
  39. <VcpkgApplocalDeps>false</VcpkgApplocalDeps>
  40. <!-- clang rejects the UCRT offsetof macro in a constant expression, so point it at the
  41. builtin. MSVC refuses the same define as a reserved name, so it stays on this pass. -->
  42. <ClangTidyPrependExtraArgs>-D_CRT_USE_BUILTIN_OFFSETOF $(ClangTidyPrependExtraArgs)</ClangTidyPrependExtraArgs>
  43. </PropertyGroup>
  44. <ItemDefinitionGroup>
  45. <ClCompile>
  46. <LanguageStandard>stdcpp20</LanguageStandard>
  47. <WarningLevel>Level4</WarningLevel>
  48. <TreatWarningAsError>true</TreatWarningAsError>
  49. <ConformanceMode>true</ConformanceMode>
  50. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  51. <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
  52. <AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)vendor\detours;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  53. <TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
  54. <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
  55. <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;WIN32_LEAN_AND_MEAN;NOMINMAX;IMGUI_USER_CONFIG=&quot;core/ui/imgui_user_config.h&quot;;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. </ClCompile>
  57. <Link>
  58. <SubSystem>Windows</SubSystem>
  59. <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>
  60. </Link>
  61. </ItemDefinitionGroup>
  62. <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
  63. <ClCompile>
  64. <Optimization>Disabled</Optimization>
  65. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  66. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  67. </ClCompile>
  68. <Link>
  69. <GenerateDebugInformation>true</GenerateDebugInformation>
  70. </Link>
  71. </ItemDefinitionGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
  73. <ClCompile>
  74. <Optimization>MaxSpeed</Optimization>
  75. <FunctionLevelLinking>true</FunctionLevelLinking>
  76. <IntrinsicFunctions>true</IntrinsicFunctions>
  77. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  78. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. </ClCompile>
  80. <Link>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  83. <OptimizeReferences>true</OptimizeReferences>
  84. </Link>
  85. </ItemDefinitionGroup>
  86. <ItemGroup>
  87. <ResourceCompile Include="resources\sunrise.rc" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="resources\default_settings.json" />
  91. <None Include="resources\logo_sheet.png" />
  92. <None Include="vendor\detours\LICENSE.md" />
  93. <None Include="vendor\imgui\LICENSE.txt" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ClCompile Include="src\dllmain.cpp" />
  97. <ClCompile Include="src\core\logging\log.cpp" />
  98. <ClCompile Include="src\core\logging\snapshot\log_snapshot_ring.cpp" />
  99. <ClCompile Include="src\core\logging\view\log_snapshot_view.cpp" />
  100. <ClCompile Include="src\core\filesystem\path.cpp" />
  101. <ClCompile Include="src\core\filesystem\temporary_sibling.cpp" />
  102. <ClCompile Include="src\core\settings\settings_parser.cpp" />
  103. <ClCompile Include="src\core\settings\json_number.cpp" />
  104. <ClCompile Include="src\core\settings\json_scalar.cpp" />
  105. <ClCompile Include="src\core\settings\json_structure.cpp" />
  106. <ClCompile Include="src\core\settings\settings_runtime.cpp" />
  107. <ClCompile Include="src\core\settings\settings_upgrade.cpp" />
  108. <ClCompile Include="src\core\settings\client\client_settings_parser.cpp" />
  109. <ClCompile Include="src\core\settings\client\client_ui_settings_parser.cpp" />
  110. <ClCompile Include="src\core\settings\server\server_settings_parser.cpp" />
  111. <ClCompile Include="src\core\settings\server\entitlement_settings_parser.cpp" />
  112. <ClCompile Include="src\core\settings\steam\steam_settings_parser.cpp" />
  113. <ClCompile Include="src\core\settings\state\account_settings_parser.cpp" />
  114. <ClCompile Include="src\core\settings\state\family5_override_parser.cpp" />
  115. <ClCompile Include="src\core\settings\state\activity_default_destination_parser.cpp" />
  116. <ClCompile Include="src\core\settings\state\inventory_parser.cpp" />
  117. <ClCompile Include="src\core\settings\state\audio_parser.cpp" />
  118. <ClCompile Include="src\core\settings\state\controls_parser.cpp" />
  119. <ClCompile Include="src\core\settings\state\display_parser.cpp" />
  120. <ClCompile Include="src\core\settings\state\interface_parser.cpp" />
  121. <ClCompile Include="src\core\settings\state\key_bindings_parser.cpp" />
  122. <ClCompile Include="src\core\settings\state\social_parser.cpp" />
  123. <ClCompile Include="src\core\runtime\core_runtime.cpp" />
  124. <ClCompile Include="src\core\runtime\host_environment.cpp" />
  125. <ClCompile Include="src\core\ui\modules\ui_module_descriptor.cpp" />
  126. <ClCompile Include="src\core\ui\modules\registry\ui_module_registry.cpp" />
  127. <ClCompile Include="src\core\ui\modules\logs\logs_module_runtime.cpp" />
  128. <ClCompile Include="src\core\ui\modules\logs\logs_clipboard_writer.cpp" />
  129. <ClCompile Include="src\client\hooks\cursor\cursor_guard_replacements.cpp" />
  130. <ClCompile Include="src\client\hooks\cursor\cursor_hook_lifecycle.cpp" />
  131. <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_device.cpp" />
  132. <ClCompile Include="src\middleware\web_service\messages\opcode504_codec.cpp" />
  133. <ClCompile Include="src\middleware\web_service\messages\opcode903_codec.cpp" />
  134. <ClCompile Include="src\middleware\web_service\messages\opcode1901_codec.cpp" />
  135. <ClCompile Include="src\middleware\web_service\messages\opcode402_codec.cpp" />
  136. <ClCompile Include="src\middleware\web_service\messages\opcode403_codec.cpp" />
  137. <ClCompile Include="src\middleware\web_service\messages\opcode406_codec.cpp" />
  138. <ClCompile Include="src\middleware\web_service\messages\opcode1820_codec.cpp" />
  139. <ClCompile Include="src\state\runtime\state_account_runtime.cpp" />
  140. <ClCompile Include="src\state\runtime\state_account_acquisition_runtime.cpp" />
  141. <ClCompile Include="src\state\runtime\state_account_dismantle_runtime.cpp" />
  142. <ClCompile Include="src\state\runtime\state_account_dismantle_staging.cpp" />
  143. <ClCompile Include="src\state\runtime\state_account_equipment_runtime.cpp" />
  144. <ClCompile Include="src\state\runtime\state_account_identity_runtime.cpp" />
  145. <ClCompile Include="src\state\runtime\state_account_profile_runtime.cpp" />
  146. <ClCompile Include="src\state\runtime\state_account_socket_runtime.cpp" />
  147. <ClCompile Include="src\state\runtime\state_rolled_socket_plugs.cpp" />
  148. <ClCompile Include="src\state\runtime\state_account_item_action_runtime.cpp" />
  149. <ClCompile Include="src\core\ui\busy\ui_busy_overlay.cpp" />
  150. <ClCompile Include="src\core\ui\busy\ui_busy_state.cpp" />
  151. <ClCompile Include="src\core\ui\notice\ui_notice_overlay.cpp" />
  152. <ClCompile Include="src\core\ui\hud\ui_hud_overlay_stack.cpp" />
  153. <ClCompile Include="src\core\ui\hud\overlays\ui_hud_logo_overlay.cpp" />
  154. <ClCompile Include="src\core\ui\hud\overlays\ui_hud_session_overlay.cpp" />
  155. <ClCompile Include="src\core\ui\hud\overlays\ui_hud_status_overlay.cpp" />
  156. <ClCompile Include="src\core\ui\hud\store\hud_settings_store.cpp" />
  157. <ClCompile Include="src\core\ui\textures\ui_texture_slots.cpp" />
  158. <ClCompile Include="src\core\ui\modules\hud\hud_module_runtime.cpp" />
  159. <ClCompile Include="src\core\ui\modules\hud\hud_panel_render.cpp" />
  160. <ClCompile Include="src\core\ui\modules\logs\logs_panel_render.cpp" />
  161. <ClCompile Include="src\core\ui\modules\logs\filters\logs_filter_controls.cpp" />
  162. <ClCompile Include="src\core\ui\runtime\ui_visibility_runtime.cpp" />
  163. <ClCompile Include="src\core\ui\memory\fixed\ui_fixed_allocator.cpp" />
  164. <ClCompile Include="src\core\ui\memory\fixed\ui_fixed_arena.cpp" />
  165. <ClCompile Include="src\core\ui\animation\transition\ui_transition_animation.cpp" />
  166. <ClCompile Include="src\core\ui\components\card\ui_card_component.cpp" />
  167. <ClCompile Include="src\core\ui\components\filter\ui_filter_component.cpp" />
  168. <ClCompile Include="src\core\ui\components\logo\ui_logo_component.cpp" />
  169. <ClCompile Include="src\core\ui\components\picker\ui_picker_component.cpp" />
  170. <ClCompile Include="src\core\ui\components\navigation\ui_navigation_component.cpp" />
  171. <ClCompile Include="src\core\ui\components\section\ui_section_component.cpp" />
  172. <ClCompile Include="src\core\ui\components\toggle\ui_toggle_component.cpp" />
  173. <ClCompile Include="src\core\ui\fonts\installed\ui_installed_font_reader.cpp" />
  174. <ClCompile Include="src\core\ui\fonts\runtime\ui_runtime_font_lifecycle.cpp" />
  175. <ClCompile Include="src\core\ui\scaling\dpi\ui_dpi_scaling.cpp" />
  176. <ClCompile Include="src\core\ui\theme\sunrise_ui_theme.cpp" />
  177. <ClCompile Include="src\core\ui\layout\ui_layout_lifecycle.cpp" />
  178. <ClCompile Include="src\core\ui\layout\navigation\ui_layout_navigation.cpp" />
  179. <ClCompile Include="src\core\ui\layout\ui_layout_render.cpp" />
  180. <ClCompile Include="src\core\ui\layout\credits\sunrise_credits_badge.cpp" />
  181. <ClCompile Include="src\client\runtime\client_hook_activation.cpp" />
  182. <ClCompile Include="src\client\runtime\client_platform_hook_activation.cpp" />
  183. <ClCompile Include="src\client\runtime\host\game_host_classification.cpp" />
  184. <ClCompile Include="src\client\runtime\client_runtime_lifecycle.cpp" />
  185. <ClCompile Include="src\client\hooks\graphics\discovery\graphics_target_discovery.cpp" />
  186. <ClCompile Include="src\client\hooks\graphics\graphics_hook_lifecycle.cpp" />
  187. <ClCompile Include="src\client\hooks\graphics\graphics_hook_replacements.cpp" />
  188. <ClCompile Include="src\client\hooks\graphics\input\graphics_window_input.cpp" />
  189. <ClCompile Include="src\client\hooks\graphics\textures\graphics_texture_upload.cpp" />
  190. <ClCompile Include="src\client\hooks\graphics\input\graphics_raw_input_window.cpp" />
  191. <ClCompile Include="src\client\hooks\polled_input\polled_input_lifecycle.cpp" />
  192. <ClCompile Include="src\client\hooks\polled_input\polled_input_replacements.cpp" />
  193. <ClCompile Include="src\client\hooks\banner\banner_bind.cpp" />
  194. <ClCompile Include="src\client\hooks\banner\banner_hook_lifecycle.cpp" />
  195. <ClCompile Include="src\middleware\datagen\family4\loadout\subclass_socket_selection.cpp" />
  196. <ClCompile Include="src\state\build_data\cache\records\cache_socket_record_codec.cpp" />
  197. <ClCompile Include="src\state\build_data\cache\records\cache_socket_plug_record_codec.cpp" />
  198. <ClCompile Include="src\client\hooks\graphics\renderer\selection\graphics_swap_chain_selection.cpp" />
  199. <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_lifecycle.cpp" />
  200. <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_frame.cpp" />
  201. <ClCompile Include="src\client\hooks\graphics\renderer\graphics_renderer_report.cpp" />
  202. <ClCompile Include="src\client\hooks\egress\dns\egress_dns_replacements.cpp" />
  203. <ClCompile Include="src\client\hooks\egress\resolver\egress_resolver_forward.cpp" />
  204. <ClCompile Include="src\client\hooks\egress\resolver\egress_resolver_reverse.cpp" />
  205. <ClCompile Include="src\client\hooks\egress\extensions\egress_extension_replacements.cpp" />
  206. <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_lifecycle.cpp" />
  207. <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_modules.cpp" />
  208. <ClCompile Include="src\client\hooks\egress\lifecycle\egress_guard_exports.cpp" />
  209. <ClCompile Include="src\client\hooks\egress\policy\egress_policy_logging.cpp" />
  210. <ClCompile Include="src\client\hooks\egress\policy\egress_policy_endpoint.cpp" />
  211. <ClCompile Include="src\client\hooks\egress\winsock\connection\egress_connection_replacements.cpp" />
  212. <ClCompile Include="src\client\hooks\egress\winsock\control\egress_control_replacement.cpp" />
  213. <ClCompile Include="src\client\hooks\egress\winsock\discovery\egress_discovery_responder.cpp" />
  214. <ClCompile Include="src\client\hooks\egress\winsock\reception\egress_reception_replacements.cpp" />
  215. <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_transmission_replacements.cpp" />
  216. <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_datagram_transmission.cpp" />
  217. <ClCompile Include="src\client\hooks\egress\winsock\transmission\egress_message_transmission.cpp" />
  218. <ClCompile Include="src\client\ui\runtime\client_ui_module_runtime.cpp" />
  219. <ClCompile Include="src\client\ui\movement\movement_panel.cpp" />
  220. <ClCompile Include="src\client\movement\movement_settings_store.cpp" />
  221. <ClCompile Include="src\client\ui\player\player_panel.cpp" />
  222. <ClCompile Include="src\client\player\player_position.cpp" />
  223. <ClCompile Include="src\client\player\player_settings_store.cpp" />
  224. <ClCompile Include="src\client\hooks\noclip\horizontal_noclip.cpp" />
  225. <ClCompile Include="src\client\hooks\sword_skate\sword_skate.cpp" />
  226. <ClCompile Include="src\client\hooks\fly\fly.cpp" />
  227. <ClCompile Include="src\client\hooks\infinite_ammo\infinite_ammo.cpp" />
  228. <ClCompile Include="src\client\input\window_focus.cpp" />
  229. <ClCompile Include="src\client\hooks\teleport\teleport_lifecycle.cpp" />
  230. <ClCompile Include="src\client\hooks\teleport\teleport_move.cpp" />
  231. <ClCompile Include="src\client\hooks\teleport\teleport_action_key.cpp" />
  232. <ClCompile Include="src\client\hooking\detour.cpp" />
  233. <ClCompile Include="src\client\hooking\detour\protected_detour_uninstall.cpp" />
  234. <ClCompile Include="src\client\hooking\detour\transaction\detour_thread_transaction.cpp" />
  235. <ClCompile Include="src\client\executable\image.cpp" />
  236. <ClCompile Include="src\client\memory\current_process_memory.cpp" />
  237. <ClCompile Include="src\client\hooks\network\investment\investment_derived_rebuild.cpp" />
  238. <ClCompile Include="src\client\hooks\network\investment\investment_family5_rearm.cpp" />
  239. <ClCompile Include="src\client\hooks\package_trust\package_trust_bypass.cpp" />
  240. <ClCompile Include="src\client\hooks\bitmap\bitmap_hook_lifecycle.cpp" />
  241. <ClCompile Include="src\client\hooks\membership_probe\membership_probe.cpp" />
  242. <ClCompile Include="src\client\hooks\bitmap\bitmap_ref_guard.cpp" />
  243. <ClCompile Include="src\client\hooks\external_server\external_server_route.cpp" />
  244. <ClCompile Include="src\client\hooks\external_server\external_server_setopt_guard.cpp" />
  245. <ClCompile Include="src\client\hooks\bootflow\bootflow_hook_lifecycle.cpp" />
  246. <ClCompile Include="src\client\hooks\bootflow\character_select_hold.cpp" />
  247. <ClCompile Include="src\client\hooks\bootflow\composition_check.cpp" />
  248. <ClCompile Include="src\client\hooks\bootflow\orbit_handoff.cpp" />
  249. <ClCompile Include="src\client\hooks\bootflow\owner_activity_slot.cpp" />
  250. <ClCompile Include="src\client\hooks\bootflow\orbit_slice_set.cpp" />
  251. <ClCompile Include="src\client\hooks\bootflow\region_private.cpp" />
  252. <ClCompile Include="src\client\hooks\bootflow\profile_setup_skip.cpp" />
  253. <ClCompile Include="src\client\hooks\bootflow\join_request_ready.cpp" />
  254. <ClCompile Include="src\client\hooks\bootflow\world_step.cpp" />
  255. <ClCompile Include="src\client\hooks\bootflow\spawn_hold.cpp" />
  256. <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_probe.cpp" />
  257. <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_targets.cpp" />
  258. <ClCompile Include="src\client\hooks\bootflow\spawn\spawn_gate_record_dump.cpp" />
  259. <ClCompile Include="src\client\hooks\bootflow\fade_release.cpp" />
  260. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_arrival.cpp" />
  261. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_bits.cpp" />
  262. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_snapshot.cpp" />
  263. <ClCompile Include="src\core\settings\state\activity_arrival_override_parser.cpp" />
  264. <ClCompile Include="src\client\hooks\queuez\family0_subscription.cpp" />
  265. <ClCompile Include="src\client\hooks\queuez\svc123_null_payload_guard.cpp" />
  266. <ClCompile Include="src\client\hooks\queuez\queuez_hook_lifecycle.cpp" />
  267. <ClCompile Include="src\client\content\diagnostics\content_readiness_report.cpp" />
  268. <ClCompile Include="src\client\hooks\network\bubble_authority\bubble_authority_replacements.cpp" />
  269. <ClCompile Include="src\client\hooks\network\bubble_authority\scope\bubble_authority_scope.cpp" />
  270. <ClCompile Include="src\client\hooks\network\http\http_descriptor_route.cpp" />
  271. <ClCompile Include="src\client\hooks\network\http\http_executor_replacement.cpp" />
  272. <ClCompile Include="src\client\hooks\network\http\http_worker_completion.cpp" />
  273. <ClCompile Include="src\client\hooks\network\signon\signon_readiness_replacements.cpp" />
  274. <ClCompile Include="src\client\patterns\game\signon\signon_readiness_signature_bytes.cpp" />
  275. <ClCompile Include="src\client\graphics\wine_compat.cpp" />
  276. <ClCompile Include="src\core\settings\client\external\client_external_settings_parser.cpp" />
  277. <ClCompile Include="src\client\targets\game\game_retail_log_targets.cpp" />
  278. <ClCompile Include="src\client\patterns\game\retail_log\retail_log_signature_bytes.cpp" />
  279. <ClCompile Include="src\client\hooks\retail_log\retail_log_enqueue_observer.cpp" />
  280. <ClCompile Include="src\client\hooks\retail_log\retail_log_lifecycle.cpp" />
  281. <ClCompile Include="src\client\hooks\assert_handler\assert_handler_lifecycle.cpp" />
  282. <ClCompile Include="src\client\hooks\assert_handler\assert_handler_observer.cpp" />
  283. <ClCompile Include="src\client\targets\game\assert_handler\game_assert_targets.cpp" />
  284. <ClCompile Include="src\client\targets\game\packages\game_package_targets.cpp" />
  285. <ClCompile Include="src\client\targets\game\config_getter\game_config_getter_targets.cpp" />
  286. <ClCompile Include="src\client\patterns\game\config_getter\config_getter_signature_bytes.cpp" />
  287. <ClCompile Include="src\client\hooks\config_getter\config_getter_lifecycle.cpp" />
  288. <ClCompile Include="src\client\hooks\config_getter\config_getter_answers.cpp" />
  289. <ClCompile Include="src\client\patterns\game\packages\package_key_signature_bytes.cpp" />
  290. <ClCompile Include="src\client\patterns\game\assert_handler\assert_signature_bytes.cpp" />
  291. <ClCompile Include="src\client\hooks\network\coordinator\network_call_coordinator.cpp" />
  292. <ClCompile Include="src\client\hooks\network\network_call_quiescence.cpp" />
  293. <ClCompile Include="src\client\hooks\network\content_config\coordinator\content_config_call_coordinator.cpp" />
  294. <ClCompile Include="src\client\hooks\network\content_config\gate\content_config_signature_gate.cpp" />
  295. <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_install.cpp" />
  296. <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_lifecycle.cpp" />
  297. <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_storage.cpp" />
  298. <ClCompile Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_uninstall.cpp" />
  299. <ClCompile Include="src\client\hooks\network\content_config\request\content_config_get_replacement.cpp" />
  300. <ClCompile Include="src\client\hooks\network\content_config\tick\content_config_tick_replacement.cpp" />
  301. <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_group.cpp" />
  302. <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_entries.cpp" />
  303. <ClCompile Include="src\client\hooks\network\lifecycle\network_hook_lifecycle.cpp" />
  304. <ClCompile Include="src\client\hooks\network\network_consumer_registration.cpp" />
  305. <ClCompile Include="src\client\hooks\network\platform.cpp" />
  306. <ClCompile Include="src\client\patterns\registry.cpp" />
  307. <ClCompile Include="src\client\patterns\image_scan.cpp" />
  308. <ClCompile Include="src\client\patterns\game_signatures.cpp" />
  309. <ClCompile Include="src\client\patterns\steam_signatures.cpp" />
  310. <ClCompile Include="src\client\targets\steam_targets.cpp" />
  311. <ClCompile Include="src\client\targets\game\game_content_targets.cpp" />
  312. <ClCompile Include="src\client\targets\game\game_network_targets.cpp" />
  313. <ClCompile Include="src\client\targets\game\network\network_content_derivation.cpp" />
  314. <ClCompile Include="src\client\targets\game\resolution\game_target_resolution.cpp" />
  315. <ClCompile Include="vendor\detours\detours.cpp">
  316. <WarningLevel>Level3</WarningLevel>
  317. <TreatWarningAsError>false</TreatWarningAsError>
  318. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  319. </ClCompile>
  320. <ClCompile Include="vendor\detours\disasm.cpp">
  321. <WarningLevel>Level3</WarningLevel>
  322. <TreatWarningAsError>false</TreatWarningAsError>
  323. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  324. </ClCompile>
  325. <ClCompile Include="vendor\detours\modules.cpp">
  326. <WarningLevel>Level3</WarningLevel>
  327. <TreatWarningAsError>false</TreatWarningAsError>
  328. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  329. </ClCompile>
  330. <ClCompile Include="vendor\imgui\imgui.cpp">
  331. <WarningLevel>Level3</WarningLevel>
  332. <TreatWarningAsError>false</TreatWarningAsError>
  333. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  334. </ClCompile>
  335. <ClCompile Include="vendor\imgui\imgui_draw.cpp">
  336. <WarningLevel>Level3</WarningLevel>
  337. <TreatWarningAsError>false</TreatWarningAsError>
  338. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  339. </ClCompile>
  340. <ClCompile Include="vendor\imgui\imgui_tables.cpp">
  341. <WarningLevel>Level3</WarningLevel>
  342. <TreatWarningAsError>false</TreatWarningAsError>
  343. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  344. </ClCompile>
  345. <ClCompile Include="vendor\imgui\imgui_widgets.cpp">
  346. <WarningLevel>Level3</WarningLevel>
  347. <TreatWarningAsError>false</TreatWarningAsError>
  348. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  349. </ClCompile>
  350. <ClCompile Include="vendor\imgui\backends\imgui_impl_win32.cpp">
  351. <WarningLevel>Level3</WarningLevel>
  352. <TreatWarningAsError>false</TreatWarningAsError>
  353. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  354. </ClCompile>
  355. <ClCompile Include="vendor\imgui\backends\imgui_impl_dx11.cpp">
  356. <WarningLevel>Level3</WarningLevel>
  357. <TreatWarningAsError>false</TreatWarningAsError>
  358. <ExcludedFromBuild Condition="'$(SunriseRunClangTidy)'=='true'">true</ExcludedFromBuild>
  359. </ClCompile>
  360. <ClCompile Include="src\steam\runtime\callbacks\callback_dispatch.cpp" />
  361. <ClCompile Include="src\steam\runtime\callbacks\callback_registry.cpp" />
  362. <ClCompile Include="src\steam\runtime\steam_lifecycle.cpp" />
  363. <ClCompile Include="src\steam\runtime\context\steam_context_state.cpp" />
  364. <ClCompile Include="src\steam\interfaces\methods\common.cpp" />
  365. <ClCompile Include="src\steam\interfaces\methods\apps_dlc.cpp" />
  366. <ClCompile Include="src\steam\interfaces\methods\apps_metadata.cpp" />
  367. <ClCompile Include="src\steam\interfaces\methods\friends.cpp" />
  368. <ClCompile Include="src\steam\interfaces\methods\signon_inputs.cpp" />
  369. <ClCompile Include="src\steam\interfaces\methods\app_ticket.cpp" />
  370. <ClCompile Include="src\steam\interfaces\methods\matchmaking.cpp" />
  371. <ClCompile Include="src\steam\interfaces\methods\serialized_networking.cpp" />
  372. <ClCompile Include="src\steam\interfaces\tables\common_tables.cpp" />
  373. <ClCompile Include="src\steam\interfaces\tables\network_tables.cpp" />
  374. <ClCompile Include="src\steam\interfaces\tables\table_runtime.cpp" />
  375. <ClCompile Include="src\steam\interfaces\steam_interface_factory.cpp" />
  376. <ClCompile Include="src\state\runtime\state_runtime.cpp" />
  377. <ClCompile Include="src\state\activity\activity_session_lookup.cpp" />
  378. <ClCompile Include="src\state\activity\activity_world_arrival.cpp" />
  379. <ClCompile Include="src\state\activity\membership\activity_membership_query.cpp" />
  380. <ClCompile Include="src\state\unlocks\unlocks_runtime.cpp" />
  381. <ClCompile Include="src\state\entitlements\entitlement_defaults.cpp" />
  382. <ClCompile Include="src\state\entitlements\entitlement_runtime.cpp" />
  383. <ClCompile Include="src\state\entitlements\entitlement_validation.cpp" />
  384. <ClCompile Include="src\state\activity\defaults\activity_defaults_snapshot.cpp" />
  385. <ClCompile Include="src\state\activity\defaults\activity_defaults_validation.cpp" />
  386. <ClCompile Include="src\state\activity\destination\activity_destination_snapshot.cpp" />
  387. <ClCompile Include="src\state\activity\destination\activity_destination_spawn_binding.cpp" />
  388. <ClCompile Include="src\state\activity\destination\activity_destination_validation.cpp" />
  389. <ClCompile Include="src\state\activity\transactions\activity_session_prepare.cpp" />
  390. <ClCompile Include="src\state\activity\transactions\activity_session_commit.cpp" />
  391. <ClCompile Include="src\state\activity\transactions\activity_session_release.cpp" />
  392. <ClCompile Include="src\state\activity\entity_slots\transactions\activity_entity_slot_prepare.cpp" />
  393. <ClCompile Include="src\state\activity\entity_slots\transactions\activity_entity_slot_commit.cpp" />
  394. <ClCompile Include="src\state\gameplay\physics\physics_identity.cpp" />
  395. <ClCompile Include="src\state\gameplay\physics\physics_state_runtime.cpp" />
  396. <ClCompile Include="src\state\activity\bubble_authority\transactions\activity_bubble_authority_grant.cpp" />
  397. <ClCompile Include="src\state\activity\membership\transactions\activity_membership_prepare_base.cpp" />
  398. <ClCompile Include="src\state\activity\membership\transactions\activity_membership_authoritative_prepare.cpp" />
  399. <ClCompile Include="src\state\activity\membership\transactions\activity_membership_authoritative_commit.cpp" />
  400. <ClCompile Include="src\state\activity\membership\transactions\activity_membership_prepare.cpp" />
  401. <ClCompile Include="src\state\activity\membership\transactions\activity_membership_commit.cpp" />
  402. <ClCompile Include="src\state\matchmaking\matchmaking_state.cpp" />
  403. <ClCompile Include="src\state\matchmaking\transactions\matchmaking_prepare.cpp" />
  404. <ClCompile Include="src\state\matchmaking\transactions\matchmaking_commit.cpp" />
  405. <ClCompile Include="src\state\runtime\equipment\configured_equipment_identity.cpp" />
  406. <ClCompile Include="src\state\account\account_state.cpp" />
  407. <ClCompile Include="src\state\account\inventory\inventory_state.cpp" />
  408. <ClCompile Include="src\state\account\settings\settings_state.cpp" />
  409. <ClCompile Include="src\state\equipment\light\calculation\equipment_light_calculation.cpp" />
  410. <ClCompile Include="src\state\equipment\light\resolution\configured_equipment_light_resolver.cpp" />
  411. <ClCompile Include="src\state\content\content_catalog.cpp" />
  412. <ClCompile Include="src\state\content_manifest\cache\content_manifest_cache_reader.cpp" />
  413. <ClCompile Include="src\state\content_manifest\cache\content_manifest_cache_writer.cpp" />
  414. <ClCompile Include="src\state\content_manifest\fingerprint\content_manifest_fingerprint.cpp" />
  415. <ClCompile Include="src\state\content_manifest\content_manifest_state_runtime.cpp" />
  416. <ClCompile Include="src\state\content_manifest\scanner\content_manifest_directory_scan.cpp" />
  417. <ClCompile Include="src\state\content_manifest\scanner\content_manifest_header_extraction.cpp" />
  418. <ClCompile Include="src\state\content_manifest\scanner\package\content_manifest_package_header.cpp" />
  419. <ClCompile Include="src\state\content_manifest\scanner\package\content_manifest_package_name.cpp" />
  420. <ClCompile Include="src\state\content_manifest\content_manifest_row_validation.cpp" />
  421. <ClCompile Include="src\state\build_data\build_data_runtime.cpp" />
  422. <ClCompile Include="src\state\build_data\runtime\persistence\build_data_persistence.cpp" />
  423. <ClCompile Include="src\state\build_data\runtime\persistence\publication_transaction.cpp" />
  424. <ClCompile Include="src\state\build_data\cache\read\cache_file_reader.cpp" />
  425. <ClCompile Include="src\state\build_data\cache\read\cache_payload_reader.cpp" />
  426. <ClCompile Include="src\state\build_data\cache\records\cache_domain_validation.cpp" />
  427. <ClCompile Include="src\state\build_data\cache\records\cache_record_codec.cpp" />
  428. <ClCompile Include="src\state\build_data\cache\records\cache_scenario_records.cpp" />
  429. <ClCompile Include="src\state\build_data\cache\records\cache_spawn_set_records.cpp" />
  430. <ClCompile Include="src\state\build_data\cache\records\cache_vendor_records.cpp" />
  431. <ClCompile Include="src\state\build_data\vendors\vendor_catalog.cpp" />
  432. <ClCompile Include="src\state\build_data\vendors\vendor_expression.cpp" />
  433. <ClCompile Include="src\client\content\vendors\package_vendor_build.cpp" />
  434. <ClCompile Include="src\state\build_data\cache\records\cache_hash_name_records.cpp" />
  435. <ClCompile Include="src\state\build_data\cache\records\cache_detail_links.cpp" />
  436. <ClCompile Include="src\state\build_data\scenarios\scenario_catalog.cpp" />
  437. <ClCompile Include="src\state\build_data\spawn_sets\spawn_set_catalog.cpp" />
  438. <ClCompile Include="src\state\build_data\hash_names\hash_name_catalog.cpp" />
  439. <ClCompile Include="src\state\activity\forced\activity_forced_destination.cpp" />
  440. <ClCompile Include="src\state\build_data\runtime\build_data_roster_runtime.cpp" />
  441. <ClCompile Include="src\client\content\scenarios\scenario_build.cpp" />
  442. <ClCompile Include="src\client\content\scenarios\scenario_collect.cpp" />
  443. <ClCompile Include="src\client\content\spawn_sets\spawn_set_build.cpp" />
  444. <ClCompile Include="src\client\content\hash_names\hash_name_build.cpp" />
  445. <ClCompile Include="src\client\content\hash_names\hash_name_matcher.cpp" />
  446. <ClCompile Include="src\client\content\spawn_sets\spawn_set_catalog_builder.cpp" />
  447. <ClCompile Include="src\client\content\scenarios\scenario_roster_build.cpp" />
  448. <ClCompile Include="src\client\content\scenarios\scenario_roster_groups.cpp" />
  449. <ClCompile Include="src\client\content\scenarios\scenario_slot_classification.cpp" />
  450. <ClCompile Include="src\client\content\scenarios\scenario_roster_publish.cpp" />
  451. <ClCompile Include="src\state\build_data\cache\write\cache_file_writer.cpp" />
  452. <ClCompile Include="src\state\build_data\cache\write\temporary\temporary_cache_file.cpp" />
  453. <ClCompile Include="src\state\build_data\cache\write\validation\cache_file_comparison.cpp" />
  454. <ClCompile Include="src\state\build_data\cache\write\cache_payload_writer.cpp" />
  455. <ClCompile Include="src\state\build_data\items\item_catalog.cpp" />
  456. <ClCompile Include="src\state\build_data\items\item_build_data_runtime.cpp" />
  457. <ClCompile Include="src\state\build_data\collectibles\collectible_catalog.cpp" />
  458. <ClCompile Include="src\state\build_data\collectibles\collectible_build_data_runtime.cpp" />
  459. <ClCompile Include="src\state\build_data\material_requirements\material_requirement_catalog.cpp" />
  460. <ClCompile Include="src\state\build_data\material_requirements\material_requirement_build_data_runtime.cpp" />
  461. <ClCompile Include="src\state\build_data\items\details\item_detail_catalog.cpp" />
  462. <ClCompile Include="src\state\build_data\items\socket_plugs\socket_plug_catalog.cpp" />
  463. <ClCompile Include="src\state\build_data\items\socket_plugs\socket_plug_build_data_runtime.cpp" />
  464. <ClCompile Include="src\state\build_data\constants\investment_constant_catalog.cpp" />
  465. <ClCompile Include="src\state\build_data\abilities\ability_bucket_catalog.cpp" />
  466. <ClCompile Include="src\state\build_data\progressions\progression_catalog.cpp" />
  467. <ClCompile Include="src\state\build_data\runtime\domain_markers.cpp" />
  468. <ClCompile Include="src\state\build_data\inventory\buckets\inventory_bucket_catalog.cpp" />
  469. <ClCompile Include="src\state\build_data\runtime\build_data_catalog_runtime.cpp" />
  470. <ClCompile Include="src\state\build_data\named_build_data_runtime.cpp" />
  471. <ClCompile Include="src\state\build_data\socket_entry_lists\socket_entry_list_catalog.cpp" />
  472. <ClCompile Include="src\client\content\handles\handle_resolver.cpp" />
  473. <ClCompile Include="src\client\content\activity\activity_tag_reader.cpp" />
  474. <ClCompile Include="src\client\content\bootstrap\bootstrap_token_publish.cpp" />
  475. <ClCompile Include="src\client\content\investment\investment_source.cpp" />
  476. <ClCompile Include="src\client\content\investment\investment_refresh.cpp" />
  477. <ClCompile Include="src\client\content\investment\worker\investment_refresh_worker.cpp" />
  478. <ClCompile Include="src\client\content\items\details\configured_item_detail_extractor.cpp" />
  479. <ClCompile Include="src\client\content\items\details\definition_detail_reader.cpp" />
  480. <ClCompile Include="src\client\content\items\details\socket_detail_reader.cpp" />
  481. <ClCompile Include="src\middleware\datagen\character_record\character_record_encoder.cpp" />
  482. <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_stats.cpp" />
  483. <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_abilities.cpp" />
  484. <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_banks.cpp" />
  485. <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_render.cpp" />
  486. <ClCompile Include="src\middleware\datagen\character_record\appearance\character_appearance_sentinels.cpp" />
  487. <ClCompile Include="src\middleware\datagen\family4\loadout\loadout_item_resolver.cpp" />
  488. <ClCompile Include="src\middleware\datagen\family4\loadout\loadout_resolver.cpp" />
  489. <ClCompile Include="src\middleware\datagen\family4\account\selection_patch\account_selection_patch_encoder.cpp" />
  490. <ClCompile Include="src\server\runtime\server_runtime.cpp" />
  491. <ClCompile Include="src\server\ui\runtime\server_ui_module_runtime.cpp" />
  492. <ClCompile Include="src\server\ui\activity_override\activity_override_panel.cpp" />
  493. <ClCompile Include="src\server\ui\activity_override\activity_override_lists.cpp" />
  494. <ClCompile Include="src\server\transport\bap_listener.cpp" />
  495. <ClCompile Include="src\server\bap\bap_route.cpp" />
  496. <ClCompile Include="src\server\bap\plaintext.cpp" />
  497. <ClCompile Include="src\server\bap\encrypted\encrypted_runtime.cpp" />
  498. <ClCompile Include="src\server\bap\encrypted\activity_transaction\activity_transaction_notifications.cpp" />
  499. <ClCompile Include="src\server\bap\encrypted\body\bap_service_body.cpp" />
  500. <ClCompile Include="src\server\bap\encrypted\routing\bap_service_routing.cpp" />
  501. <ClCompile Include="src\server\bap\encrypted\routing\bap_service_failure.cpp" />
  502. <ClCompile Include="src\server\bap\encrypted\reply\bap_encrypted_reply.cpp" />
  503. <ClCompile Include="src\server\bap\encrypted\activity_host_manager\activity_host_manager_route.cpp" />
  504. <ClCompile Include="src\server\bap\encrypted\activity_message\activity_message_route.cpp" />
  505. <ClCompile Include="src\server\bap\encrypted\activity_message\patch_epoch\activity_patch_epoch_route.cpp" />
  506. <ClCompile Include="src\server\bap\encrypted\activity_message\membership\activity_membership_route.cpp" />
  507. <ClCompile Include="src\server\bap\encrypted\matchmaking\matchmaking_route.cpp" />
  508. <ClCompile Include="src\server\bap\encrypted\transactions\service_outcome_commit.cpp" />
  509. <ClCompile Include="src\server\bap\encrypted\queuez\queuez_state_validation.cpp" />
  510. <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_family_staging.cpp" />
  511. <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_family_refresh_staging.cpp" />
  512. <ClCompile Include="src\server\bap\encrypted\queuez\staging\queuez_character_staging.cpp" />
  513. <ClCompile Include="src\server\bap\encrypted\queuez\queuez_deferred_push.cpp" />
  514. <ClCompile Include="src\server\bap\encrypted\queuez\queuez_outcome_staging.cpp" />
  515. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_update_frame.cpp" />
  516. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_subscription.cpp" />
  517. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_change_character.cpp" />
  518. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_select_character.cpp" />
  519. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_message_push.cpp" />
  520. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_push.cpp" />
  521. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_snapshot.cpp" />
  522. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_roster_report.cpp" />
  523. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_keepalive_seed.cpp" />
  524. <ClCompile Include="src\server\bap\encrypted\bap_connection_publication.cpp" />
  525. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_membership_push.cpp" />
  526. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_global_state_push.cpp" />
  527. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_keepalive_push.cpp" />
  528. <ClCompile Include="src\server\bap\encrypted\push\activity\activity_notification_frame.cpp" />
  529. <ClCompile Include="src\server\bap\encrypted\push\snapshot\snapshot_object_compressor.cpp" />
  530. <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_selection_resolver.cpp" />
  531. <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_snapshot_preparer.cpp" />
  532. <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_selection_move.cpp" />
  533. <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_inventory_updates.cpp" />
  534. <ClCompile Include="src\server\bap\encrypted\push\snapshot\initial_snapshot.cpp" />
  535. <ClCompile Include="src\server\bap\encrypted\push\snapshot\banner_snapshot.cpp" />
  536. <ClCompile Include="src\server\bap\encrypted\push\snapshot\roster_snapshot.cpp" />
  537. <ClCompile Include="src\server\bap\encrypted\push\snapshot\snapshot_storage.cpp" />
  538. <ClCompile Include="src\server\web_service\opcode_routes.cpp" />
  539. <ClCompile Include="src\server\web_service\web_service_runtime.cpp" />
  540. <ClCompile Include="src\server\web_service\web_service_actions.cpp" />
  541. <ClCompile Include="src\server\http\server_http.cpp" />
  542. <ClCompile Include="src\middleware\runtime\middleware_runtime.cpp" />
  543. <ClCompile Include="src\middleware\protobuf\protobuf_measure.cpp" />
  544. <ClCompile Include="src\middleware\protobuf\protobuf_reader.cpp" />
  545. <ClCompile Include="src\middleware\protobuf\protobuf_wire.cpp" />
  546. <ClCompile Include="src\middleware\protobuf\protobuf_writer.cpp" />
  547. <ClCompile Include="src\middleware\bap\bap_frame.cpp" />
  548. <ClCompile Include="src\middleware\bap\account_translation\account_translation_response.cpp" />
  549. <ClCompile Include="src\middleware\bap\activity_host\activity_host_response.cpp" />
  550. <ClCompile Include="src\middleware\bap\activity_host_manager\request\activity_manager_request.cpp" />
  551. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_descriptor.cpp" />
  552. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_parser.cpp" />
  553. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_descriptor_parser.cpp" />
  554. <ClCompile Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_descriptor_reader.cpp" />
  555. <ClCompile Include="src\middleware\bap\activity_host_manager\response\activity_manager_response.cpp" />
  556. <ClCompile Include="src\middleware\bap\activity_message\activity_message_request_parser.cpp" />
  557. <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_encoder.cpp" />
  558. <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_blocks.cpp" />
  559. <ClCompile Include="src\middleware\bap\activity_message\activity_sensor_auth_bodies.cpp" />
  560. <ClCompile Include="src\middleware\bap\activity_message\activity_authoritative_data_parser.cpp" />
  561. <ClCompile Include="src\middleware\bap\activity_message\activity_authoritative_opaque_skip.cpp" />
  562. <ClCompile Include="src\middleware\bap\activity_message\activity_client_keepalive_validator.cpp" />
  563. <ClCompile Include="src\middleware\bap\activity_message\activity_high_water_validator.cpp" />
  564. <ClCompile Include="src\middleware\bap\activity_message\activity_join_request_parser.cpp" />
  565. <ClCompile Include="src\middleware\bap\activity_message\activity_client_identity_parser.cpp" />
  566. <ClCompile Include="src\middleware\bap\activity_message\activity_state_refresh_parser.cpp" />
  567. <ClCompile Include="src\middleware\bap\activity_message\activity_membership_acknowledgement_parser.cpp" />
  568. <ClCompile Include="src\middleware\bap\activity_message\activity_global_state_encoder.cpp" />
  569. <ClCompile Include="src\middleware\bap\activity_message\activity_patch_epoch_parser.cpp" />
  570. <ClCompile Include="src\middleware\bap\activity_message\activity_replication_epoch_encoder.cpp" />
  571. <ClCompile Include="src\middleware\bap\activity_message\activity_membership_member_writer.cpp" />
  572. <ClCompile Include="src\middleware\bap\activity_message\activity_membership_region_writer.cpp" />
  573. <ClCompile Include="src\middleware\bap\activity_message\activity_replicate_membership_encoder.cpp" />
  574. <ClCompile Include="src\middleware\bap\activity_message\activity_message_notification_encoder.cpp" />
  575. <ClCompile Include="src\middleware\bap\activity_message\activity_join_result_encoder.cpp" />
  576. <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slot_request_parser.cpp" />
  577. <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slots_decoder.cpp" />
  578. <ClCompile Include="src\middleware\bap\activity_message\activity_entity_authority_parser.cpp" />
  579. <ClCompile Include="src\middleware\bap\activity_message\activity_incident_encoder.cpp" />
  580. <ClCompile Include="src\middleware\bap\activity_message\activity_incident_parser.cpp" />
  581. <ClCompile Include="src\middleware\bap\activity_message\activity_entity_slots_encoder.cpp" />
  582. <ClCompile Include="src\middleware\bap\certificate.cpp" />
  583. <ClCompile Include="src\middleware\bap\client_config\client_config_response.cpp" />
  584. <ClCompile Include="src\middleware\bap\family_subscription.cpp" />
  585. <ClCompile Include="src\middleware\bap\family_unsubscription.cpp" />
  586. <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_request_parser.cpp" />
  587. <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_field_selection.cpp" />
  588. <ClCompile Include="src\middleware\bap\matchmaking\request\matchmaking_nested_selection.cpp" />
  589. <ClCompile Include="src\middleware\bap\matchmaking\response\matchmaking_response_encoder.cpp" />
  590. <ClCompile Include="src\middleware\bap\matchmaking\response\matchmaking_dynamic_response.cpp" />
  591. <ClCompile Include="src\middleware\bap\user_message\user_message_response.cpp" />
  592. <ClCompile Include="src\middleware\compression\oodle\oodle_runtime.cpp" />
  593. <ClCompile Include="src\middleware\compression\oodle\oodle_installed.cpp" />
  594. <ClCompile Include="src\middleware\datagen\family3\family3_roster.cpp" />
  595. <ClCompile Include="src\middleware\datagen\family4\account\account_encoder.cpp" />
  596. <ClCompile Include="src\middleware\datagen\family4\progression\progression_bank_keys.cpp" />
  597. <ClCompile Include="src\middleware\datagen\family4\account\preferences\preferences_encoder.cpp" />
  598. <ClCompile Include="src\middleware\datagen\family4\character\character_encoder.cpp" />
  599. <ClCompile Include="src\middleware\datagen\family4\character\equipment_summary_builder.cpp" />
  600. <ClCompile Include="src\middleware\datagen\family4\instance\instance_encoder.cpp" />
  601. <ClCompile Include="src\middleware\datagen\roster\queuez_roster.cpp" />
  602. <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_parser.cpp" />
  603. <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_file.cpp" />
  604. <ClCompile Include="src\middleware\content\packages\named_tags\named_tag_patch.cpp" />
  605. <ClCompile Include="src\middleware\content\packages\package_catalog.cpp" />
  606. <ClCompile Include="src\middleware\content\packages\reader\package_class_scan.cpp" />
  607. <ClCompile Include="src\middleware\content\packages\reader\package_parallel_read.cpp" />
  608. <ClCompile Include="src\middleware\content\packages\reader\package_entry_reader.cpp" />
  609. <ClCompile Include="src\middleware\content\packages\reader\package_header.cpp" />
  610. <ClCompile Include="src\middleware\content\packages\tables\bubble_state_reader.cpp" />
  611. <ClCompile Include="src\middleware\content\packages\tables\definition_index_table.cpp" />
  612. <ClCompile Include="src\middleware\content\packages\tables\item_definition_reader.cpp" />
  613. <ClCompile Include="src\middleware\content\packages\tables\region_reader.cpp" />
  614. <ClCompile Include="src\middleware\content\packages\tables\roster_intersection.cpp" />
  615. <ClCompile Include="src\middleware\content\packages\tables\scenario_reader.cpp" />
  616. <ClCompile Include="src\middleware\content\packages\tables\scenario_walk.cpp" />
  617. <ClCompile Include="src\middleware\content\packages\tables\slot_descriptor_reader.cpp" />
  618. <ClCompile Include="src\middleware\content\packages\tables\spawn_reader.cpp" />
  619. <ClCompile Include="src\middleware\content\packages\tables\component_container_reader.cpp" />
  620. <ClCompile Include="src\middleware\content\packages\tables\item_appearance_reader.cpp" />
  621. <ClCompile Include="src\middleware\content\packages\tables\ability_pool_reader.cpp" />
  622. <ClCompile Include="src\client\content\items\packages\package_item_build.cpp" />
  623. <ClCompile Include="src\client\content\items\packages\package_collectible_build.cpp" />
  624. <ClCompile Include="src\client\content\items\packages\package_material_requirement_build.cpp" />
  625. <ClCompile Include="src\client\content\items\packages\package_detail_build.cpp" />
  626. <ClCompile Include="src\client\content\items\packages\package_socket_plug_build.cpp" />
  627. <ClCompile Include="src\client\content\items\packages\package_ability_build.cpp" />
  628. <ClCompile Include="src\client\content\items\packages\package_subclass_build.cpp" />
  629. <ClCompile Include="src\client\content\items\packages\package_progression_build.cpp" />
  630. <ClCompile Include="src\middleware\content\packages\reader\package_file_locator.cpp" />
  631. <ClCompile Include="src\middleware\crypto\aes_gcm_decrypt.cpp" />
  632. <ClCompile Include="src\middleware\content\manifest\content_manifest_encoder.cpp" />
  633. <ClCompile Include="src\middleware\content\manifest\manifest_entitlement_encoder.cpp" />
  634. <ClCompile Include="src\middleware\encoding\bit_writer.cpp" />
  635. <ClCompile Include="src\middleware\encoding\bit_reader.cpp" />
  636. <ClCompile Include="src\middleware\queuez\queuez_update.cpp" />
  637. <ClCompile Include="src\middleware\web_service\web_service_envelope.cpp" />
  638. <ClCompile Include="src\middleware\web_service\status_fields.cpp" />
  639. <ClCompile Include="src\middleware\web_service\messages\family5\family5_codec.cpp" />
  640. <ClCompile Include="src\middleware\web_service\messages\opcode205\opcode205_codec.cpp" />
  641. <ClCompile Include="src\middleware\web_service\messages\opcode503\opcode503_codec.cpp" />
  642. <ClCompile Include="src\middleware\web_service\messages\opcode206_codec.cpp" />
  643. <ClCompile Include="src\middleware\web_service\messages\opcode501_codec.cpp" />
  644. <ClCompile Include="src\middleware\web_service\messages\opcode505\opcode505_codec.cpp" />
  645. <ClCompile Include="src\middleware\web_service\messages\opcode601\opcode601_codec.cpp" />
  646. <ClCompile Include="src\core\settings\state_settings.cpp" />
  647. <ClCompile Include="src\middleware\secure_channel\envelope.cpp" />
  648. <ClCompile Include="src\middleware\secure_channel\encrypted_frame.cpp" />
  649. <ClCompile Include="src\middleware\signon\response.cpp" />
  650. <ClCompile Include="src\middleware\signon\extended\signon_extended_fields.cpp" />
  651. <ClCompile Include="src\middleware\signon\config\signon_config_blob.cpp" />
  652. <ClCompile Include="src\middleware\signon\ownership\signon_ownership_encoder.cpp" />
  653. <ClCompile Include="src\server\transport\bap_peer_session.cpp" />
  654. <ClCompile Include="src\client\hooks\queuez\family0\family0_source_seed.cpp" />
  655. <ClCompile Include="src\middleware\content\packages\reader\package_locator_cache.cpp" />
  656. <ClCompile Include="src\middleware\content\packages\reader\package_block_cache.cpp" />
  657. <ClCompile Include="src\middleware\content\packages\reader\package_handle_cache.cpp" />
  658. <ClCompile Include="src\middleware\content\packages\reader\package_table_cache.cpp" />
  659. <ClCompile Include="src\state\build_data\runtime\build_data_routing_catalogs.cpp" />
  660. <ClCompile Include="src\state\build_data\cache\records\cache_investment_records.cpp" />
  661. <ClCompile Include="src\server\bap\encrypted\push\snapshot\family4_object_staging.cpp" />
  662. <ClCompile Include="src\core\settings\state\account_rows_parser.cpp" />
  663. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_banner_push.cpp" />
  664. <ClCompile Include="src\server\bap\encrypted\push\queuez\queuez_push_reporting.cpp" />
  665. <ClCompile Include="src\client\content\items\packages\package_container_location.cpp" />
  666. <ClCompile Include="src\client\content\items\packages\package_build_report.cpp" />
  667. <ClCompile Include="src\client\content\items\packages\package_root_tables.cpp" />
  668. <ClCompile Include="src\client\content\items\packages\package_item_rows.cpp" />
  669. <ClCompile Include="src\client\diagnostics\module_range.cpp" />
  670. <ClCompile Include="src\client\process\freeze\client_process_freeze.cpp" />
  671. <ClCompile Include="src\core\settings\address_text.cpp" />
  672. <ClCompile Include="src\core\settings\server\gameplay\gameplay_settings_validation.cpp" />
  673. <ClCompile Include="src\core\settings\server\gameplay\gameplay_settings_parser.cpp" />
  674. <ClCompile Include="src\middleware\crypto\random_bytes.cpp" />
  675. <ClCompile Include="src\middleware\crypto\sha256.cpp" />
  676. <ClCompile Include="src\middleware\crypto\ecc_p224.cpp" />
  677. <ClCompile Include="src\middleware\crypto\ecc_p224_curve.cpp" />
  678. <ClCompile Include="src\middleware\crypto\tiger192.cpp" />
  679. <ClCompile Include="src\middleware\crypto\aes_cbc.cpp" />
  680. <ClCompile Include="src\middleware\crypto\hmac.cpp" />
  681. <ClCompile Include="src\middleware\crypto\lookup3.cpp" />
  682. <ClCompile Include="src\middleware\crypto\murmur3.cpp" />
  683. <ClCompile Include="src\middleware\crypto\aes_gcm_encrypt.cpp" />
  684. <ClCompile Include="src\middleware\crypto\modular_1024.cpp" />
  685. <ClCompile Include="src\middleware\encoding\bit_raw.cpp" />
  686. <ClCompile Include="src\middleware\gameplay\association\srp_exchange.cpp" />
  687. <ClCompile Include="src\middleware\gameplay\association\control_packet.cpp" />
  688. <ClCompile Include="src\middleware\gameplay\association\protected_datagram.cpp" />
  689. <ClCompile Include="src\middleware\gameplay\peer\peer_container.cpp" />
  690. <ClCompile Include="src\middleware\gameplay\peer\connect_messages.cpp" />
  691. <ClCompile Include="src\middleware\gameplay\peer\established_packet.cpp" />
  692. <ClCompile Include="src\middleware\gameplay\external\common_state.cpp" />
  693. <ClCompile Include="src\middleware\gameplay\external\external_entity_codec.cpp" />
  694. <ClCompile Include="src\middleware\gameplay\external\external_empty_profile.cpp" />
  695. <ClCompile Include="src\server\gameplay\gameplay_log.cpp" />
  696. <ClCompile Include="src\server\gameplay\gameplay_runtime.cpp" />
  697. <ClCompile Include="src\server\gameplay\endpoint\gameplay_endpoint.cpp" />
  698. <ClCompile Include="src\server\gameplay\association\association_host.cpp" />
  699. <ClCompile Include="src\server\gameplay\peer\peer_transport.cpp" />
  700. <ClCompile Include="src\server\gameplay\peer\external_shadow.cpp" />
  701. <ClCompile Include="src\server\gameplay\physics\backend\navigation_backend.cpp" />
  702. <ClCompile Include="src\server\gameplay\physics\backend\navigation_backend_queries.cpp" />
  703. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_contacts.cpp" />
  704. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_determinism.cpp" />
  705. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_intersection.cpp" />
  706. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_lifecycle.cpp" />
  707. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_math.cpp" />
  708. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_motion.cpp" />
  709. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_queries.cpp" />
  710. <ClCompile Include="src\server\gameplay\physics\backend\physics_backend_step.cpp" />
  711. <ClCompile Include="src\server\gameplay\physics\common\common_sync.cpp" />
  712. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_commands.cpp" />
  713. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_lifecycle.cpp" />
  714. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_path_command.cpp" />
  715. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_path_step.cpp" />
  716. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_snapshot.cpp" />
  717. <ClCompile Include="src\server\gameplay\physics\controller\actor_controller_step.cpp" />
  718. <ClCompile Include="src\server\gameplay\physics\controller\controller_math.cpp" />
  719. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_builtin_controller.cpp" />
  720. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_combat.cpp" />
  721. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_command_state.cpp" />
  722. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_command_validation.cpp" />
  723. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_commands.cpp" />
  724. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_coordination.cpp" />
  725. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_core.cpp" />
  726. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_damage.cpp" />
  727. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_ledgers.cpp" />
  728. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_lifecycle.cpp" />
  729. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_navigation.cpp" />
  730. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_outputs.cpp" />
  731. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_physics.cpp" />
  732. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_profiles.cpp" />
  733. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_recovery.cpp" />
  734. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_registry.cpp" />
  735. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_services.cpp" />
  736. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_setup.cpp" />
  737. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_tick.cpp" />
  738. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_transaction.cpp" />
  739. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_trigger_setup.cpp" />
  740. <ClCompile Include="src\server\gameplay\physics\host\bubble_host_triggers.cpp" />
  741. <ClCompile Include="src\server\gameplay\physics\host\fallback_policy.cpp" />
  742. <ClCompile Include="src\server\gameplay\physics\host\physics_session.cpp" />
  743. <ClCompile Include="src\server\gameplay\physics\host\runtime.cpp" />
  744. <ClCompile Include="src\server\gameplay\physics\interest\interest_manager.cpp" />
  745. <ClCompile Include="src\server\gameplay\physics\interest\interest_ordering.cpp" />
  746. <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel.cpp" />
  747. <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_damage.cpp" />
  748. <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_internal.cpp" />
  749. <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_respawn.cpp" />
  750. <ClCompile Include="src\server\gameplay\physics\mechanics\combat_kernel_snapshot.cpp" />
  751. <ClCompile Include="src\server\gameplay\physics\mechanics\command_deduplicator.cpp" />
  752. <ClCompile Include="src\server\gameplay\physics\mechanics\objective_ledger.cpp" />
  753. <ClCompile Include="src\server\gameplay\physics\mechanics\objective_ledger_snapshot.cpp" />
  754. <ClCompile Include="src\server\gameplay\physics\mechanics\participant_credit_ledger.cpp" />
  755. <ClCompile Include="src\server\gameplay\physics\mechanics\participant_credit_snapshot.cpp" />
  756. <ClCompile Include="src\server\gameplay\physics\mechanics\tick_timer.cpp" />
  757. <ClCompile Include="src\server\gameplay\physics\mechanics\trigger_system.cpp" />
  758. <ClCompile Include="src\server\gameplay\physics\mechanics\trigger_system_snapshot.cpp" />
  759. <ClCompile Include="src\server\gameplay\physics\authority\motion_validator.cpp" />
  760. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_store.cpp" />
  761. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_builder.cpp" />
  762. <ClCompile Include="src\server\gameplay\physics\persistence\command_journal.cpp" />
  763. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash.cpp" />
  764. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash_combat.cpp" />
  765. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_hash_mechanics.cpp" />
  766. <ClCompile Include="src\server\gameplay\physics\persistence\checkpoint_validation.cpp" />
  767. <ClCompile Include="src\server\gameplay\physics\persistence\policy_blob.cpp" />
  768. <ClCompile Include="src\server\gameplay\physics\replication\replication_outcomes.cpp" />
  769. <ClCompile Include="src\server\gameplay\physics\replication\external_plan.cpp" />
  770. <ClCompile Include="src\server\gameplay\physics\replication\replication_planner.cpp" />
  771. <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator.cpp" />
  772. <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator_frames.cpp" />
  773. <ClCompile Include="src\server\gameplay\physics\replication\world_coordinator_peers.cpp" />
  774. <ClCompile Include="src\server\gameplay\physics\replication\world_projection.cpp" />
  775. <ClCompile Include="src\server\gameplay\physics\world\activity_policy.cpp" />
  776. <ClCompile Include="src\server\gameplay\physics\world\actor_store.cpp" />
  777. <ClCompile Include="src\server\gameplay\physics\world\actor_store_pose.cpp" />
  778. <ClCompile Include="src\server\gameplay\physics\world\actor_store_restore.cpp" />
  779. <ClCompile Include="src\server\gameplay\physics\world\actor_store_generations.cpp" />
  780. <ClCompile Include="src\server\gameplay\physics\world\authority_manager.cpp" />
  781. <ClCompile Include="src\server\gameplay\physics\world\command_queue.cpp" />
  782. <ClCompile Include="src\server\gameplay\physics\world\host_command.cpp" />
  783. <ClCompile Include="src\server\gameplay\physics\world\world_runner.cpp" />
  784. <ClCompile Include="src\server\gameplay\physics\world\world_runner_acl.cpp" />
  785. <ClCompile Include="src\server\gameplay\physics\world\world_runner_commands.cpp" />
  786. <ClCompile Include="src\server\gameplay\physics\world\world_runner_events.cpp" />
  787. <ClCompile Include="src\server\gameplay\physics\world\world_runner_executor.cpp" />
  788. <ClCompile Include="src\server\gameplay\physics\world\world_runner_hash.cpp" />
  789. <ClCompile Include="src\server\gameplay\physics\world\world_runner_restore.cpp" />
  790. <ClCompile Include="src\server\gameplay\physics\world\world_runner_transaction.cpp" />
  791. <ClCompile Include="src\server\gameplay\physics\world\world_types.cpp" />
  792. <ClCompile Include="src\middleware\gameplay\descriptor\join_descriptor.cpp" />
  793. <ClCompile Include="src\server\gameplay\gameplay_advertisement.cpp" />
  794. <ClCompile Include="src\middleware\web_service\messages\opcode901\opcode901_codec.cpp" />
  795. <ClCompile Include="src\middleware\gameplay\peer\reliable_assembly.cpp" />
  796. <ClCompile Include="src\middleware\gameplay\peer\join_messages.cpp" />
  797. <ClCompile Include="src\middleware\gameplay\group\session_messages.cpp" />
  798. <ClCompile Include="src\middleware\gameplay\group\session_state.cpp" />
  799. <ClCompile Include="src\middleware\gameplay\group\view_message.cpp" />
  800. <ClCompile Include="src\middleware\gameplay\group\parameter_messages.cpp" />
  801. <ClCompile Include="src\middleware\gameplay\group\parameter_registry.cpp" />
  802. <ClCompile Include="src\middleware\gameplay\group\member_messages.cpp" />
  803. <ClCompile Include="src\server\gameplay\group\group_host.cpp" />
  804. <ClCompile Include="src\server\gameplay\group\group_host_sessions.cpp" />
  805. <ClCompile Include="src\middleware\gameplay\nat\introduction.cpp" />
  806. <ClCompile Include="src\middleware\gameplay\dtls\dtls_messages.cpp" />
  807. <ClCompile Include="src\middleware\gameplay\dtls\association_keys.cpp" />
  808. <ClCompile Include="src\middleware\gameplay\dtls\record.cpp" />
  809. <ClCompile Include="src\middleware\gameplay\dtls\replay_high_water.cpp" />
  810. <ClCompile Include="src\server\gameplay\dtls\dtls_host.cpp" />
  811. <ClCompile Include="src\middleware\bap\activity_message\activity_peer_ledger_parser.cpp" />
  812. <ClCompile Include="src\middleware\bap\activity_message\activity_telemetry_parser.cpp" />
  813. <ClCompile Include="src\middleware\bap\activity_message\activity_start_activity_parser.cpp" />
  814. <ClCompile Include="src\middleware\bap\activity_message\activity_sense_update_parser.cpp" />
  815. <ClCompile Include="src\server\bap\encrypted\activity_message\receipts\activity_message_receipts.cpp" />
  816. <ClCompile Include="src\state\activity\receipts\activity_receipts.cpp" />
  817. <ClCompile Include="src\core\settings\server\activation\activation_settings_parser.cpp" />
  818. <ClCompile Include="src\middleware\gameplay\group\migration_messages.cpp" />
  819. <ClCompile Include="src\middleware\gameplay\group\notice_messages.cpp" />
  820. <ClCompile Include="src\server\gameplay\group\group_migration_receipts.cpp" />
  821. </ItemGroup>
  822. <ItemGroup Condition="'$(SunriseRunClangTidy)'=='true'">
  823. <ClCompile Remove="vendor\detours\detours.cpp" />
  824. <ClCompile Remove="vendor\detours\disasm.cpp" />
  825. <ClCompile Remove="vendor\detours\modules.cpp" />
  826. <ClCompile Remove="vendor\imgui\imgui.cpp" />
  827. <ClCompile Remove="vendor\imgui\imgui_draw.cpp" />
  828. <ClCompile Remove="vendor\imgui\imgui_tables.cpp" />
  829. <ClCompile Remove="vendor\imgui\imgui_widgets.cpp" />
  830. <ClCompile Remove="vendor\imgui\backends\imgui_impl_win32.cpp" />
  831. <ClCompile Remove="vendor\imgui\backends\imgui_impl_dx11.cpp" />
  832. </ItemGroup>
  833. <ItemGroup>
  834. <ClInclude Include="resources\resource.h" />
  835. <ClInclude Include="src\core\logging\log.h" />
  836. <ClInclude Include="src\core\logging\snapshot\snapshot.h" />
  837. <ClInclude Include="src\core\logging\snapshot\internal.h" />
  838. <ClInclude Include="src\core\logging\view\log_snapshot_view.h" />
  839. <ClInclude Include="src\core\filesystem\path.h" />
  840. <ClInclude Include="src\core\filesystem\temporary_sibling.h" />
  841. <ClInclude Include="src\core\settings\settings.h" />
  842. <ClInclude Include="src\core\settings\parser.h" />
  843. <ClInclude Include="src\core\settings\client\definition.h" />
  844. <ClInclude Include="src\core\settings\server\definition.h" />
  845. <ClInclude Include="src\core\settings\steam\definition.h" />
  846. <ClInclude Include="src\core\runtime\core_runtime.h" />
  847. <ClInclude Include="src\core\runtime\host_environment.h" />
  848. <ClInclude Include="src\core\ui\imgui_user_config.h" />
  849. <ClInclude Include="src\core\ui\modules\ui_module_descriptor.h" />
  850. <ClInclude Include="src\core\ui\modules\registry\ui_module_registry.h" />
  851. <ClInclude Include="src\core\ui\modules\logs\logs.h" />
  852. <ClInclude Include="src\client\hooks\cursor\cursor_guard_replacements.h" />
  853. <ClInclude Include="src\client\hooks\cursor\runtime.h" />
  854. <ClInclude Include="src\client\hooks\polled_input\polled_input_replacements.h" />
  855. <ClInclude Include="src\client\hooks\polled_input\runtime.h" />
  856. <ClInclude Include="src\client\hooks\banner\banner_bind.h" />
  857. <ClInclude Include="src\client\hooks\banner\banner_hook_lifecycle.h" />
  858. <ClInclude Include="src\middleware\web_service\messages\opcode504.h" />
  859. <ClInclude Include="src\middleware\web_service\messages\opcode903.h" />
  860. <ClInclude Include="src\middleware\web_service\messages\opcode1901.h" />
  861. <ClInclude Include="src\core\ui\busy\busy.h" />
  862. <ClInclude Include="src\core\ui\busy\ui_busy_state.h" />
  863. <ClInclude Include="src\core\ui\notice\ui_notice_overlay.h" />
  864. <ClInclude Include="src\core\ui\hud\overlay.h" />
  865. <ClInclude Include="src\core\ui\hud\overlays\ui_hud_logo_overlay.h" />
  866. <ClInclude Include="src\core\ui\hud\overlays\ui_hud_session_overlay.h" />
  867. <ClInclude Include="src\core\ui\hud\overlays\ui_hud_status_overlay.h" />
  868. <ClInclude Include="src\core\ui\hud\store\hud_settings_store.h" />
  869. <ClInclude Include="src\core\ui\textures\ui_texture_slots.h" />
  870. <ClInclude Include="src\core\ui\modules\hud\hud.h" />
  871. <ClInclude Include="src\core\ui\modules\hud\internal.h" />
  872. <ClInclude Include="src\core\ui\modules\logs\internal.h" />
  873. <ClInclude Include="src\core\ui\modules\logs\filters\logs_filter_controls.h" />
  874. <ClInclude Include="src\core\ui\runtime\ui_visibility_runtime.h" />
  875. <ClInclude Include="src\core\ui\runtime\settings.h" />
  876. <ClInclude Include="src\core\ui\memory\allocator.h" />
  877. <ClInclude Include="src\core\ui\memory\fixed\internal.h" />
  878. <ClInclude Include="src\core\ui\animation\animation.h" />
  879. <ClInclude Include="src\core\ui\animation\transition\ui_transition_animation.h" />
  880. <ClInclude Include="src\core\ui\components\components.h" />
  881. <ClInclude Include="src\core\ui\components\card\ui_card_component.h" />
  882. <ClInclude Include="src\core\ui\components\drawing\drawing.h" />
  883. <ClInclude Include="src\core\ui\components\filter\ui_filter_component.h" />
  884. <ClInclude Include="src\core\ui\components\label\ui_label_component.h" />
  885. <ClInclude Include="src\core\ui\components\logo\ui_logo_component.h" />
  886. <ClInclude Include="src\core\ui\components\picker\ui_picker_component.h" />
  887. <ClInclude Include="src\core\ui\components\navigation\ui_navigation_component.h" />
  888. <ClInclude Include="src\core\ui\components\section\ui_section_component.h" />
  889. <ClInclude Include="src\core\ui\components\toggle\ui_toggle_component.h" />
  890. <ClInclude Include="src\core\ui\fonts\fonts.h" />
  891. <ClInclude Include="src\core\ui\fonts\installed\ui_installed_font_reader.h" />
  892. <ClInclude Include="src\core\ui\fonts\runtime\ui_runtime_font_lifecycle.h" />
  893. <ClInclude Include="src\core\ui\scaling\scaling.h" />
  894. <ClInclude Include="src\core\ui\scaling\dpi\ui_dpi_scaling.h" />
  895. <ClInclude Include="src\core\ui\theme\sunrise_ui_theme.h" />
  896. <ClInclude Include="src\core\ui\layout\layout.h" />
  897. <ClInclude Include="src\core\ui\layout\ui_layout_lifecycle.h" />
  898. <ClInclude Include="src\core\ui\layout\navigation\ui_layout_navigation.h" />
  899. <ClInclude Include="src\core\ui\layout\credits\sunrise_credits_badge.h" />
  900. <ClInclude Include="src\client\runtime\runtime.h" />
  901. <ClInclude Include="src\client\movement\movement_settings_store.h" />
  902. <ClInclude Include="src\client\ui\player\player_panel.h" />
  903. <ClInclude Include="src\client\player\player_position.h" />
  904. <ClInclude Include="src\client\player\player_settings_store.h" />
  905. <ClInclude Include="src\client\hooks\noclip\runtime.h" />
  906. <ClInclude Include="src\client\hooks\sword_skate\sword_skate.h" />
  907. <ClInclude Include="src\client\hooks\fly\fly.h" />
  908. <ClInclude Include="src\client\hooks\infinite_ammo\infinite_ammo.h" />
  909. <ClInclude Include="src\client\input\window_focus.h" />
  910. <ClInclude Include="src\client\hooks\teleport\internal.h" />
  911. <ClInclude Include="src\client\hooks\teleport\runtime.h" />
  912. <ClInclude Include="src\client\ui\movement\movement_panel.h" />
  913. <ClInclude Include="src\client\runtime\internal.h" />
  914. <ClInclude Include="src\client\runtime\host\game_host_classification.h" />
  915. <ClInclude Include="src\client\hooks\graphics\graphics_hook_lifecycle.h" />
  916. <ClInclude Include="src\client\hooks\graphics\graphics_hook_replacements.h" />
  917. <ClInclude Include="src\client\hooks\graphics\input\input.h" />
  918. <ClInclude Include="src\client\hooks\graphics\textures\graphics_texture_upload.h" />
  919. <ClInclude Include="src\client\hooks\graphics\renderer\renderer.h" />
  920. <ClInclude Include="src\client\hooks\graphics\renderer\state.h" />
  921. <ClInclude Include="src\client\hooks\graphics\renderer\graphics_renderer_report.h" />
  922. <ClInclude Include="src\client\ui\runtime\client_ui_module_runtime.h" />
  923. <ClInclude Include="src\client\memory\current_process_memory.h" />
  924. <ClInclude Include="src\client\content\handles\layout.h" />
  925. <ClInclude Include="src\client\content\handles\handle_resolver.h" />
  926. <ClInclude Include="src\client\content\activity\source.h" />
  927. <ClInclude Include="src\client\content\scenarios\scenario_build.h" />
  928. <ClInclude Include="src\client\content\scenarios\internal.h" />
  929. <ClInclude Include="src\client\content\spawn_sets\spawn_set_build.h" />
  930. <ClInclude Include="src\client\content\hash_names\hash_name_build.h" />
  931. <ClInclude Include="src\client\content\hash_names\hash_name_matcher.h" />
  932. <ClInclude Include="src\client\content\spawn_sets\spawn_set_catalog_builder.h" />
  933. <ClInclude Include="src\client\content\investment\layout.h" />
  934. <ClInclude Include="src\client\content\investment\internal.h" />
  935. <ClInclude Include="src\client\content\investment\source.h" />
  936. <ClInclude Include="src\client\content\investment\worker.h" />
  937. <ClInclude Include="src\client\content\items\layout.h" />
  938. <ClInclude Include="src\client\content\items\details\configured_item_detail_extractor.h" />
  939. <ClInclude Include="src\client\content\items\details\layout.h" />
  940. <ClInclude Include="src\client\content\items\details\memory.h" />
  941. <ClInclude Include="src\client\content\items\details\definition_detail_reader.h" />
  942. <ClInclude Include="src\client\content\items\details\relative.h" />
  943. <ClInclude Include="src\client\content\items\details\socket_detail_reader.h" />
  944. <ClInclude Include="src\client\network\consumer.h" />
  945. <ClInclude Include="src\client\hooking\detour.h" />
  946. <ClInclude Include="src\client\hooking\detour\transaction\detour_thread_transaction.h" />
  947. <ClInclude Include="src\client\executable\image.h" />
  948. <ClInclude Include="src\client\hooks\network\investment\investment_derived_rebuild.h" />
  949. <ClInclude Include="src\client\hooks\network\runtime.h" />
  950. <ClInclude Include="src\client\hooks\network\bubble_authority\bubble_authority_replacements.h" />
  951. <ClInclude Include="src\client\hooks\network\bubble_authority\scope\bubble_authority_scope.h" />
  952. <ClInclude Include="src\client\hooks\network\coordinator\network_call_coordinator.h" />
  953. <ClInclude Include="src\client\hooks\network\content_config\coordinator\content_config_call_coordinator.h" />
  954. <ClInclude Include="src\client\hooks\network\content_config\gate\content_config_signature_gate.h" />
  955. <ClInclude Include="src\client\hooks\network\content_config\internal.h" />
  956. <ClInclude Include="src\client\hooks\network\content_config\lifecycle\content_config_hook_storage.h" />
  957. <ClInclude Include="src\client\hooks\network\content_config\protocol.h" />
  958. <ClInclude Include="src\client\hooks\network\content_config\runtime.h" />
  959. <ClInclude Include="src\client\hooks\network\platform.h" />
  960. <ClInclude Include="src\client\hooks\network\network_call_quiescence.h" />
  961. <ClInclude Include="src\client\hooks\network\http\internal.h" />
  962. <ClInclude Include="src\client\hooks\network\lifecycle\network_hook_group.h" />
  963. <ClInclude Include="src\client\hooks\network\lifecycle\network_hook_entries.h" />
  964. <ClInclude Include="src\client\hooks\egress\dns\egress_dns_replacements.h" />
  965. <ClInclude Include="src\client\hooks\egress\extensions\egress_extension_replacements.h" />
  966. <ClInclude Include="src\client\hooks\egress\internal.h" />
  967. <ClInclude Include="src\client\hooks\egress\platform\abi.h" />
  968. <ClInclude Include="src\client\hooks\egress\platform\sdk.h" />
  969. <ClInclude Include="src\client\hooks\egress\policy\policy.h" />
  970. <ClInclude Include="src\client\hooks\egress\resolver\replacements.h" />
  971. <ClInclude Include="src\client\hooks\egress\runtime.h" />
  972. <ClInclude Include="src\client\hooks\egress\winsock\replacements.h" />
  973. <ClInclude Include="src\client\hooks\egress\winsock\connection\egress_connection_replacements.h" />
  974. <ClInclude Include="src\client\hooks\egress\winsock\control\egress_control_replacement.h" />
  975. <ClInclude Include="src\client\hooks\egress\winsock\discovery\egress_discovery_responder.h" />
  976. <ClInclude Include="src\client\hooks\egress\winsock\reception\egress_reception_replacements.h" />
  977. <ClInclude Include="src\client\hooks\egress\winsock\transmission\replacements.h" />
  978. <ClInclude Include="src\client\patterns\registry.h" />
  979. <ClInclude Include="src\client\patterns\signature_text.h" />
  980. <ClInclude Include="src\client\patterns\game.h" />
  981. <ClInclude Include="src\client\patterns\steam.h" />
  982. <ClInclude Include="src\client\targets\steam_targets.h" />
  983. <ClInclude Include="src\client\targets\game.h" />
  984. <ClInclude Include="src\client\targets\game\content.h" />
  985. <ClInclude Include="src\client\targets\game\network.h" />
  986. <ClInclude Include="src\client\targets\game\network\network_content_derivation.h" />
  987. <ClInclude Include="src\client\targets\game\relative.h" />
  988. <ClInclude Include="src\client\targets\game\resolution\internal.h" />
  989. <ClInclude Include="src\client\targets\game\resolution\game_target_resolution.h" />
  990. <ClInclude Include="src\steam\runtime\runtime.h" />
  991. <ClInclude Include="src\steam\runtime\callbacks\callback_registry.h" />
  992. <ClInclude Include="src\steam\runtime\internal.h" />
  993. <ClInclude Include="src\steam\interfaces\steam_interface_factory.h" />
  994. <ClInclude Include="src\steam\interfaces\internal.h" />
  995. <ClInclude Include="src\steam\interfaces\tables\internal.h" />
  996. <ClInclude Include="src\state\unlocks\definition.h" />
  997. <ClInclude Include="src\state\unlocks\unlocks_runtime.h" />
  998. <ClInclude Include="src\state\runtime\runtime.h" />
  999. <ClInclude Include="src\state\runtime\state_account_transaction_helpers.h" />
  1000. <ClInclude Include="src\state\runtime\state_rolled_socket_plugs.h" />
  1001. <ClInclude Include="src\state\runtime\state.h" />
  1002. <ClInclude Include="src\state\runtime\storage\internal.h" />
  1003. <ClInclude Include="src\state\activity\definition.h" />
  1004. <ClInclude Include="src\state\activity\defaults\definition.h" />
  1005. <ClInclude Include="src\state\activity\defaults\activity_defaults_snapshot.h" />
  1006. <ClInclude Include="src\state\activity\defaults\activity_defaults_validation.h" />
  1007. <ClInclude Include="src\state\activity\destination\definition.h" />
  1008. <ClInclude Include="src\state\activity\forced\definition.h" />
  1009. <ClInclude Include="src\state\activity\forced\activity_forced_destination.h" />
  1010. <ClInclude Include="src\state\activity\destination\activity_destination_snapshot.h" />
  1011. <ClInclude Include="src\state\activity\destination\activity_destination_validation.h" />
  1012. <ClInclude Include="src\state\activity\destination\activity_destination_spawn_binding.h" />
  1013. <ClInclude Include="src\state\activity\entity_slots\definition.h" />
  1014. <ClInclude Include="src\state\activity\entity_slots\runtime.h" />
  1015. <ClInclude Include="src\state\activity\entity_slots\transactions\internal.h" />
  1016. <ClInclude Include="src\state\activity\bubble_authority\definition.h" />
  1017. <ClInclude Include="src\state\activity\bubble_authority\runtime.h" />
  1018. <ClInclude Include="src\state\activity\bubble_authority\transactions\internal.h" />
  1019. <ClInclude Include="src\state\activity\membership\definition.h" />
  1020. <ClInclude Include="src\state\activity\membership\activity_membership_query.h" />
  1021. <ClInclude Include="src\state\activity\membership\transactions\internal.h" />
  1022. <ClInclude Include="src\state\activity\runtime.h" />
  1023. <ClInclude Include="src\state\activity\transactions\internal.h" />
  1024. <ClInclude Include="src\state\matchmaking\definition.h" />
  1025. <ClInclude Include="src\state\matchmaking\matchmaking_state.h" />
  1026. <ClInclude Include="src\state\matchmaking\transactions\internal.h" />
  1027. <ClInclude Include="src\state\runtime\equipment\configured_equipment_identity.h" />
  1028. <ClInclude Include="src\state\account\account_state.h" />
  1029. <ClInclude Include="src\state\account\inventory\inventory_state.h" />
  1030. <ClInclude Include="src\state\account\settings\settings_state.h" />
  1031. <ClInclude Include="src\state\account\settings\key_bindings.h" />
  1032. <ClInclude Include="src\state\equipment\light\definition.h" />
  1033. <ClInclude Include="src\state\equipment\light\calculation\equipment_light_calculation.h" />
  1034. <ClInclude Include="src\state\equipment\light\resolution\configured_equipment_light_resolver.h" />
  1035. <ClInclude Include="src\state\investment\investment.h" />
  1036. <ClInclude Include="src\state\content\content_catalog.h" />
  1037. <ClInclude Include="src\state\content_manifest\cache\format.h" />
  1038. <ClInclude Include="src\state\content_manifest\cache\internal.h" />
  1039. <ClInclude Include="src\state\content_manifest\definition.h" />
  1040. <ClInclude Include="src\state\content_manifest\fingerprint\content_manifest_fingerprint.h" />
  1041. <ClInclude Include="src\state\content_manifest\content_manifest_state_runtime.h" />
  1042. <ClInclude Include="src\state\content_manifest\scanner\internal.h" />
  1043. <ClInclude Include="src\state\content_manifest\scanner\package\content_manifest_package_header.h" />
  1044. <ClInclude Include="src\state\content_manifest\scanner\package\content_manifest_package_name.h" />
  1045. <ClInclude Include="src\state\content_manifest\content_manifest_row_validation.h" />
  1046. <ClInclude Include="src\state\build_data\definition.h" />
  1047. <ClInclude Include="src\state\build_data\runtime.h" />
  1048. <ClInclude Include="src\state\build_data\table.h" />
  1049. <ClInclude Include="src\state\build_data\scenarios\scenario_catalog.h" />
  1050. <ClInclude Include="src\state\build_data\spawn_sets\spawn_set_catalog.h" />
  1051. <ClInclude Include="src\state\build_data\hash_names\hash_name_catalog.h" />
  1052. <ClInclude Include="src\state\build_data\hash_names\definition.h" />
  1053. <ClInclude Include="src\state\build_data\spawn_sets\definition.h" />
  1054. <ClInclude Include="src\state\build_data\vendors\definition.h" />
  1055. <ClInclude Include="src\state\build_data\vendors\vendor_catalog.h" />
  1056. <ClInclude Include="src\state\build_data\vendors\vendor_expression.h" />
  1057. <ClInclude Include="src\client\content\vendors\layout.h" />
  1058. <ClInclude Include="src\client\content\vendors\vendor_build.h" />
  1059. <ClInclude Include="src\state\build_data\scenarios\definition.h" />
  1060. <ClInclude Include="src\state\build_data\runtime\persistence\build_data_persistence.h" />
  1061. <ClInclude Include="src\state\build_data\runtime\persistence\publication_transaction.h" />
  1062. <ClInclude Include="src\state\build_data\cache\internal.h" />
  1063. <ClInclude Include="src\state\build_data\cache\read\cache_payload_reader.h" />
  1064. <ClInclude Include="src\state\build_data\cache\records\codec.h" />
  1065. <ClInclude Include="src\state\build_data\cache\records\domains.h" />
  1066. <ClInclude Include="src\state\build_data\cache\records\format.h" />
  1067. <ClInclude Include="src\state\build_data\cache\records\validation.h" />
  1068. <ClInclude Include="src\state\build_data\cache\write\cache_payload_writer.h" />
  1069. <ClInclude Include="src\state\build_data\cache\write\temporary\temporary_cache_file.h" />
  1070. <ClInclude Include="src\state\build_data\cache\write\validation\cache_file_comparison.h" />
  1071. <ClInclude Include="src\state\build_data\items\item_catalog.h" />
  1072. <ClInclude Include="src\state\build_data\collectibles\collectible_catalog.h" />
  1073. <ClInclude Include="src\state\build_data\material_requirements\material_requirement_catalog.h" />
  1074. <ClInclude Include="src\state\build_data\items\details\definition.h" />
  1075. <ClInclude Include="src\state\build_data\items\details\item_detail_catalog.h" />
  1076. <ClInclude Include="src\state\build_data\items\socket_plugs\definition.h" />
  1077. <ClInclude Include="src\state\build_data\items\socket_plugs\socket_plug_catalog.h" />
  1078. <ClInclude Include="src\client\content\items\packages\package_socket_plug_build.h" />
  1079. <ClInclude Include="src\state\build_data\inventory\buckets\definition.h" />
  1080. <ClInclude Include="src\state\build_data\inventory\buckets\inventory_bucket_catalog.h" />
  1081. <ClInclude Include="src\state\build_data\socket_entry_lists\definition.h" />
  1082. <ClInclude Include="src\state\build_data\socket_entry_lists\socket_entry_list_catalog.h" />
  1083. <ClInclude Include="src\state\build_data\runtime\build_data_catalog_runtime.h" />
  1084. <ClInclude Include="src\state\build_data\runtime\domain_markers.h" />
  1085. <ClInclude Include="src\server\transport\bap_listener.h" />
  1086. <ClInclude Include="src\server\runtime\server_runtime.h" />
  1087. <ClInclude Include="src\server\ui\runtime\server_ui_module_runtime.h" />
  1088. <ClInclude Include="src\server\ui\activity_override\activity_override_panel.h" />
  1089. <ClInclude Include="src\server\ui\activity_override\activity_override_lists.h" />
  1090. <ClInclude Include="src\server\bap\runtime.h" />
  1091. <ClInclude Include="src\server\bap\internal.h" />
  1092. <ClInclude Include="src\server\bap\encrypted\internal.h" />
  1093. <ClInclude Include="src\server\bap\encrypted\activity_transaction\activity_transaction_notifications.h" />
  1094. <ClInclude Include="src\server\bap\encrypted\activity_host_manager\activity_host_manager_route.h" />
  1095. <ClInclude Include="src\server\bap\encrypted\activity_message\definition.h" />
  1096. <ClInclude Include="src\server\bap\encrypted\activity_message\activity_message_route.h" />
  1097. <ClInclude Include="src\server\bap\encrypted\activity_message\patch_epoch\activity_patch_epoch_route.h" />
  1098. <ClInclude Include="src\server\bap\encrypted\activity_message\membership\activity_membership_route.h" />
  1099. <ClInclude Include="src\server\bap\encrypted\matchmaking\matchmaking_route.h" />
  1100. <ClInclude Include="src\server\bap\encrypted\transactions\definition.h" />
  1101. <ClInclude Include="src\server\bap\encrypted\transactions\service_outcome_commit.h" />
  1102. <ClInclude Include="src\server\bap\encrypted\queuez\definition.h" />
  1103. <ClInclude Include="src\server\bap\encrypted\queuez\queuez_state_validation.h" />
  1104. <ClInclude Include="src\server\bap\encrypted\queuez\queuez_outcome_staging.h" />
  1105. <ClInclude Include="src\server\bap\encrypted\queuez\staging\queuez_family_staging.h" />
  1106. <ClInclude Include="src\server\bap\encrypted\push\queuez\queuez_update_frame.h" />
  1107. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_message_push.h" />
  1108. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_roster_push.h" />
  1109. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_global_state_push.h" />
  1110. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_keepalive_push.h" />
  1111. <ClInclude Include="src\server\bap\encrypted\bap_connection_publication.h" />
  1112. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_membership_push.h" />
  1113. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_notification_frame.h" />
  1114. <ClInclude Include="src\server\bap\encrypted\push\activity\activity_arrival.h" />
  1115. <ClInclude Include="src\server\bap\encrypted\push\activity\internal.h" />
  1116. <ClInclude Include="src\server\bap\encrypted\push\snapshot\internal.h" />
  1117. <ClInclude Include="src\server\bap\encrypted\push\snapshot\snapshot.h" />
  1118. <ClInclude Include="src\server\bap\encrypted\push\snapshot\snapshot_storage.h" />
  1119. <ClInclude Include="src\server\web_service\opcode_routes.h" />
  1120. <ClInclude Include="src\server\web_service\web_service_runtime.h" />
  1121. <ClInclude Include="src\server\web_service\web_service_actions.h" />
  1122. <ClInclude Include="src\server\http\server_http.h" />
  1123. <ClInclude Include="src\middleware\runtime\middleware_runtime.h" />
  1124. <ClInclude Include="src\middleware\protobuf\codec.h" />
  1125. <ClInclude Include="src\middleware\protobuf\protobuf_wire.h" />
  1126. <ClInclude Include="src\middleware\bap\frame.h" />
  1127. <ClInclude Include="src\middleware\bap\account_translation\account_translation_response.h" />
  1128. <ClInclude Include="src\middleware\bap\activity_host\activity_host_response.h" />
  1129. <ClInclude Include="src\middleware\bap\activity_host_manager\definition.h" />
  1130. <ClInclude Include="src\middleware\bap\activity_host_manager\request\activity_manager_request.h" />
  1131. <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\definition.h" />
  1132. <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\internal.h" />
  1133. <ClInclude Include="src\middleware\bap\activity_host_manager\request\selection\activity_manager_selection_parser.h" />
  1134. <ClInclude Include="src\middleware\bap\activity_host_manager\response\activity_manager_response.h" />
  1135. <ClInclude Include="src\middleware\bap\activity_message\definition.h" />
  1136. <ClInclude Include="src\middleware\bap\activity_message\activity_message_request_parser.h" />
  1137. <ClInclude Include="src\middleware\bap\activity_message\sensor_auth_update.h" />
  1138. <ClInclude Include="src\middleware\bap\activity_message\activity_global_state_encoder.h" />
  1139. <ClInclude Include="src\middleware\bap\activity_message\client_authoritative_data.h" />
  1140. <ClInclude Include="src\middleware\bap\activity_message\activity_client_keepalive_validator.h" />
  1141. <ClInclude Include="src\middleware\bap\activity_message\activity_high_water_validator.h" />
  1142. <ClInclude Include="src\middleware\bap\activity_message\activity_join_request_parser.h" />
  1143. <ClInclude Include="src\middleware\bap\activity_message\activity_client_identity_parser.h" />
  1144. <ClInclude Include="src\middleware\bap\activity_message\activity_state_refresh_parser.h" />
  1145. <ClInclude Include="src\middleware\bap\activity_message\activity_membership_acknowledgement_parser.h" />
  1146. <ClInclude Include="src\middleware\bap\activity_message\activity_patch_epoch_parser.h" />
  1147. <ClInclude Include="src\middleware\bap\activity_message\activity_replication_epoch_encoder.h" />
  1148. <ClInclude Include="src\middleware\bap\activity_message\replicate_membership.h" />
  1149. <ClInclude Include="src\middleware\bap\activity_message\activity_message_notification_encoder.h" />
  1150. <ClInclude Include="src\middleware\bap\activity_message\activity_join_result_encoder.h" />
  1151. <ClInclude Include="src\middleware\bap\activity_message\activity_entity_slot_request_parser.h" />
  1152. <ClInclude Include="src\middleware\bap\activity_message\entity_slots.h" />
  1153. <ClInclude Include="src\middleware\bap\activity_message\entity_authority.h" />
  1154. <ClInclude Include="src\middleware\bap\activity_message\incident.h" />
  1155. <ClInclude Include="src\middleware\bap\certificate.h" />
  1156. <ClInclude Include="src\middleware\bap\client_config\client_config_response.h" />
  1157. <ClInclude Include="src\middleware\bap\family_subscription.h" />
  1158. <ClInclude Include="src\middleware\bap\family_unsubscription.h" />
  1159. <ClInclude Include="src\middleware\bap\matchmaking\definition.h" />
  1160. <ClInclude Include="src\middleware\bap\matchmaking\request\matchmaking_request_parser.h" />
  1161. <ClInclude Include="src\middleware\bap\matchmaking\request\field_selection.h" />
  1162. <ClInclude Include="src\middleware\bap\matchmaking\response\matchmaking_response_encoder.h" />
  1163. <ClInclude Include="src\middleware\bap\matchmaking\response\matchmaking_dynamic_response.h" />
  1164. <ClInclude Include="src\middleware\bap\user_message\user_message_response.h" />
  1165. <ClInclude Include="src\middleware\queuez\subscription.h" />
  1166. <ClInclude Include="src\middleware\compression\oodle\runtime.h" />
  1167. <ClInclude Include="src\middleware\datagen\character_record\layout.h" />
  1168. <ClInclude Include="src\middleware\datagen\character_record\character_record_encoder.h" />
  1169. <ClInclude Include="src\middleware\datagen\family3\family3_roster.h" />
  1170. <ClInclude Include="src\middleware\datagen\family4\account\account_encoder.h" />
  1171. <ClInclude Include="src\middleware\datagen\family4\account\layout.h" />
  1172. <ClInclude Include="src\middleware\datagen\family4\account\preferences\layout.h" />
  1173. <ClInclude Include="src\middleware\datagen\family4\account\preferences\native_key_binding_map.h" />
  1174. <ClInclude Include="src\middleware\datagen\family4\account\preferences\preferences_encoder.h" />
  1175. <ClInclude Include="src\middleware\datagen\family4\character\abi.h" />
  1176. <ClInclude Include="src\middleware\datagen\family4\loadout\definition.h" />
  1177. <ClInclude Include="src\middleware\datagen\family4\loadout\loadout_resolver.h" />
  1178. <ClInclude Include="src\middleware\datagen\family4\loadout\loadout_item_resolver.h" />
  1179. <ClInclude Include="src\middleware\datagen\family4\loadout\subclass_socket_selection.h" />
  1180. <ClInclude Include="src\middleware\datagen\family4\character\character_encoder.h" />
  1181. <ClInclude Include="src\middleware\datagen\family4\character\equipment_summary_builder.h" />
  1182. <ClInclude Include="src\middleware\datagen\family4\character\layout.h" />
  1183. <ClInclude Include="src\middleware\datagen\family4\instance\abi.h" />
  1184. <ClInclude Include="src\middleware\datagen\family4\instance\instance_encoder.h" />
  1185. <ClInclude Include="src\middleware\datagen\family4\instance\layout.h" />
  1186. <ClInclude Include="src\middleware\datagen\family4\inventory\layout.h" />
  1187. <ClInclude Include="src\middleware\datagen\family4\progression\layout.h" />
  1188. <ClInclude Include="src\middleware\datagen\roster\queuez_roster.h" />
  1189. <ClInclude Include="src\middleware\content\packages\named_tags.h" />
  1190. <ClInclude Include="src\middleware\content\packages\named_tags\internal.h" />
  1191. <ClInclude Include="src\middleware\content\packages\package_catalog.h" />
  1192. <ClInclude Include="src\middleware\content\manifest\encoder.h" />
  1193. <ClInclude Include="src\middleware\encoding\bit_writer.h" />
  1194. <ClInclude Include="src\middleware\encoding\bit_reader.h" />
  1195. <ClInclude Include="src\middleware\encoding\byte_order.h" />
  1196. <ClInclude Include="src\middleware\queuez\queuez_update.h" />
  1197. <ClInclude Include="src\middleware\web_service\web_service_envelope.h" />
  1198. <ClInclude Include="src\middleware\web_service\status_fields.h" />
  1199. <ClInclude Include="src\middleware\web_service\messages\family5\family5_codec.h" />
  1200. <ClInclude Include="src\middleware\web_service\messages\opcode205.h" />
  1201. <ClInclude Include="src\middleware\web_service\messages\opcode503.h" />
  1202. <ClInclude Include="src\middleware\web_service\messages\opcode206.h" />
  1203. <ClInclude Include="src\middleware\web_service\messages\opcode501_codec.h" />
  1204. <ClInclude Include="src\middleware\web_service\messages\opcode505\opcode505_codec.h" />
  1205. <ClInclude Include="src\middleware\web_service\messages\opcode601\opcode601_codec.h" />
  1206. <ClInclude Include="src\middleware\datagen\family4\account\selection_patch\account_selection_patch_encoder.h" />
  1207. <ClInclude Include="src\middleware\secure_channel\runtime.h" />
  1208. <ClInclude Include="src\middleware\signon\response.h" />
  1209. <ClInclude Include="vendor\detours\detours.h" />
  1210. <ClInclude Include="vendor\imgui\imconfig.h" />
  1211. <ClInclude Include="vendor\imgui\imgui.h" />
  1212. <ClInclude Include="vendor\imgui\imgui_internal.h" />
  1213. <ClInclude Include="vendor\imgui\imstb_rectpack.h" />
  1214. <ClInclude Include="vendor\imgui\imstb_textedit.h" />
  1215. <ClInclude Include="vendor\imgui\imstb_truetype.h" />
  1216. <ClInclude Include="vendor\imgui\backends\imgui_impl_win32.h" />
  1217. <ClInclude Include="vendor\imgui\backends\imgui_impl_dx11.h" />
  1218. <ClInclude Include="src\client\targets\game\retail_log.h" />
  1219. <ClInclude Include="src\client\patterns\game\retail_log\retail_log_signature_bytes.h" />
  1220. <ClInclude Include="src\client\hooks\retail_log\retail_log_enqueue_observer.h" />
  1221. <ClInclude Include="src\client\hooks\retail_log\retail_log_lifecycle.h" />
  1222. <ClInclude Include="src\client\hooks\egress\resolver\redirect.h" />
  1223. <ClInclude Include="src\core\settings\client\external\definition.h" />
  1224. <ClInclude Include="src\client\hooks\external_server\internal.h" />
  1225. <ClInclude Include="src\client\hooks\external_server\route.h" />
  1226. <ClInclude Include="src\client\content\bootstrap\bootstrap_token_publish.h" />
  1227. <ClInclude Include="src\steam\runtime\context\steam_context_state.h" />
  1228. <ClInclude Include="src\client\content\diagnostics\content_readiness_report.h" />
  1229. <ClInclude Include="src\client\content\investment\runtime.h" />
  1230. <ClInclude Include="src\client\content\items\packages\build.h" />
  1231. <ClInclude Include="src\client\content\items\packages\internal.h" />
  1232. <ClInclude Include="src\client\hooks\assert_handler\assert_handler_observer.h" />
  1233. <ClInclude Include="src\client\hooks\assert_handler\assert_handler_lifecycle.h" />
  1234. <ClInclude Include="src\client\hooks\bitmap\bitmap_ref_guard.h" />
  1235. <ClInclude Include="src\client\hooks\bitmap\bitmap_hook_lifecycle.h" />
  1236. <ClInclude Include="src\client\hooks\membership_probe\membership_probe.h" />
  1237. <ClInclude Include="src\client\hooks\bootflow\internal.h" />
  1238. <ClInclude Include="src\client\hooks\bootflow\bootflow_hook_lifecycle.h" />
  1239. <ClInclude Include="src\client\hooks\bootflow\spawn\spawn_gate_record_dump.h" />
  1240. <ClInclude Include="src\client\hooks\bootflow\spawn\probe.h" />
  1241. <ClInclude Include="src\client\hooks\config_getter\config_getter_answers.h" />
  1242. <ClInclude Include="src\client\hooks\config_getter\config_getter_lifecycle.h" />
  1243. <ClInclude Include="src\client\hooks\egress\lifecycle\internal.h" />
  1244. <ClInclude Include="src\client\hooks\egress\policy\egress_policy_logging.h" />
  1245. <ClInclude Include="src\client\hooks\network\investment\internal.h" />
  1246. <ClInclude Include="src\client\hooks\queuez\internal.h" />
  1247. <ClInclude Include="src\client\hooks\queuez\queuez_hook_lifecycle.h" />
  1248. <ClInclude Include="src\client\hooks\package_trust\package_trust_bypass.h" />
  1249. <ClInclude Include="src\client\patterns\game\assert_handler\assert_signature_bytes.h" />
  1250. <ClInclude Include="src\client\patterns\game\config_getter\config_getter_signature_bytes.h" />
  1251. <ClInclude Include="src\client\patterns\game\packages\package_key_signature_bytes.h" />
  1252. <ClInclude Include="src\client\patterns\game\signon\signon_readiness_signature_bytes.h" />
  1253. <ClInclude Include="src\client\graphics\wine_compat.h" />
  1254. <ClInclude Include="src\middleware\content\packages\tables\spawn_reader.h" />
  1255. <ClInclude Include="src\middleware\content\packages\tables\component_container_reader.h" />
  1256. <ClInclude Include="src\client\patterns\image_scan.h" />
  1257. <ClInclude Include="src\client\targets\game\assert_handler\game_assert_targets.h" />
  1258. <ClInclude Include="src\client\targets\game\assert_handler.h" />
  1259. <ClInclude Include="src\client\targets\game\config_getter\game_config_getter_targets.h" />
  1260. <ClInclude Include="src\client\targets\game\config_getter.h" />
  1261. <ClInclude Include="src\client\targets\game\packages\game_package_targets.h" />
  1262. <ClInclude Include="src\client\targets\game\packages.h" />
  1263. <ClInclude Include="src\middleware\content\packages\reader\internal.h" />
  1264. <ClInclude Include="src\middleware\content\packages\reader\layout.h" />
  1265. <ClInclude Include="src\middleware\content\packages\reader\reader.h" />
  1266. <ClInclude Include="src\middleware\content\packages\reader\parallel.h" />
  1267. <ClInclude Include="src\middleware\content\packages\reader\block_cache.h" />
  1268. <ClInclude Include="src\middleware\content\packages\reader\handle_cache.h" />
  1269. <ClInclude Include="src\middleware\content\packages\reader\package_table_cache.h" />
  1270. <ClInclude Include="src\middleware\content\packages\tables\ability_pool_reader.h" />
  1271. <ClInclude Include="src\middleware\content\packages\tables\bubble_state_reader.h" />
  1272. <ClInclude Include="src\middleware\content\packages\tables\internal.h" />
  1273. <ClInclude Include="src\middleware\content\packages\tables\items.h" />
  1274. <ClInclude Include="src\middleware\content\packages\tables\region_reader.h" />
  1275. <ClInclude Include="src\middleware\content\packages\tables\roster_intersection.h" />
  1276. <ClInclude Include="src\middleware\content\packages\tables\scenario_reader.h" />
  1277. <ClInclude Include="src\middleware\content\packages\tables\slot_descriptor_reader.h" />
  1278. <ClInclude Include="src\middleware\content\packages\tables\definition_index_table.h" />
  1279. <ClInclude Include="src\middleware\content\packages\tables\scenario_walk.h" />
  1280. <ClInclude Include="src\middleware\crypto\aes_gcm_decrypt.h" />
  1281. <ClInclude Include="src\middleware\datagen\character_record\appearance\internal.h" />
  1282. <ClInclude Include="src\middleware\datagen\definitions.h" />
  1283. <ClInclude Include="src\middleware\datagen\family4\progression\progression_bank_keys.h" />
  1284. <ClInclude Include="src\middleware\signon\config\signon_config_blob.h" />
  1285. <ClInclude Include="src\middleware\signon\extended\signon_extended_fields.h" />
  1286. <ClInclude Include="src\middleware\signon\internal.h" />
  1287. <ClInclude Include="src\middleware\signon\ownership\signon_ownership_encoder.h" />
  1288. <ClInclude Include="src\state\build_data\abilities\ability_bucket_catalog.h" />
  1289. <ClInclude Include="src\state\build_data\abilities\definition.h" />
  1290. <ClInclude Include="src\state\build_data\constants\investment_constant_catalog.h" />
  1291. <ClInclude Include="src\state\build_data\constants\definition.h" />
  1292. <ClInclude Include="src\state\build_data\progressions\progression_catalog.h" />
  1293. <ClInclude Include="src\state\build_data\progressions\definition.h" />
  1294. <ClInclude Include="src\state\entitlements\definition.h" />
  1295. <ClInclude Include="src\state\entitlements\entitlement_runtime.h" />
  1296. <ClInclude Include="src\state\entitlements\validation.h" />
  1297. <ClInclude Include="src\server\transport\internal.h" />
  1298. <ClInclude Include="src\client\hooks\queuez\family0\family0_source_seed.h" />
  1299. <ClInclude Include="src\middleware\content\packages\reader\locator_cache.h" />
  1300. <ClInclude Include="src\server\bap\encrypted\push\queuez\queuez_push_reporting.h" />
  1301. <ClInclude Include="src\client\diagnostics\module_range.h" />
  1302. <ClInclude Include="src\client\process\freeze\client_process_freeze.h" />
  1303. <ClInclude Include="src\core\settings\address_text.h" />
  1304. <ClInclude Include="src\core\settings\server\gameplay\definition.h" />
  1305. <ClInclude Include="src\middleware\crypto\random_bytes.h" />
  1306. <ClInclude Include="src\middleware\crypto\sha256.h" />
  1307. <ClInclude Include="src\middleware\crypto\ecc_p224.h" />
  1308. <ClInclude Include="src\middleware\crypto\ecc_p224_curve.h" />
  1309. <ClInclude Include="src\middleware\crypto\tiger192.h" />
  1310. <ClInclude Include="src\middleware\crypto\aes_cbc.h" />
  1311. <ClInclude Include="src\middleware\crypto\hmac.h" />
  1312. <ClInclude Include="src\middleware\crypto\lookup3.h" />
  1313. <ClInclude Include="src\middleware\crypto\murmur3.h" />
  1314. <ClInclude Include="src\middleware\crypto\aes_gcm_encrypt.h" />
  1315. <ClInclude Include="src\middleware\crypto\modular_1024.h" />
  1316. <ClInclude Include="src\middleware\encoding\bit_raw.h" />
  1317. <ClInclude Include="src\middleware\gameplay\association\srp_exchange.h" />
  1318. <ClInclude Include="src\middleware\gameplay\association\control_packet.h" />
  1319. <ClInclude Include="src\middleware\gameplay\association\protected_datagram.h" />
  1320. <ClInclude Include="src\middleware\gameplay\peer\peer_container.h" />
  1321. <ClInclude Include="src\middleware\gameplay\peer\connect_messages.h" />
  1322. <ClInclude Include="src\middleware\gameplay\peer\established_packet.h" />
  1323. <ClInclude Include="src\middleware\gameplay\external\common_state.h" />
  1324. <ClInclude Include="src\middleware\gameplay\external\external_entity_codec.h" />
  1325. <ClInclude Include="src\middleware\gameplay\external\external_empty_profile.h" />
  1326. <ClInclude Include="src\state\gameplay\definition.h" />
  1327. <ClInclude Include="src\state\gameplay\external\definition.h" />
  1328. <ClInclude Include="src\state\gameplay\physics\definition.h" />
  1329. <ClInclude Include="src\state\gameplay\physics\physics_identity.h" />
  1330. <ClInclude Include="src\state\gameplay\physics\runtime.h" />
  1331. <ClInclude Include="src\server\gameplay\gameplay_log.h" />
  1332. <ClInclude Include="src\server\gameplay\gameplay_runtime.h" />
  1333. <ClInclude Include="src\server\gameplay\endpoint\gameplay_endpoint.h" />
  1334. <ClInclude Include="src\server\gameplay\association\association_host.h" />
  1335. <ClInclude Include="src\server\gameplay\peer\peer_transport.h" />
  1336. <ClInclude Include="src\server\gameplay\peer\external_shadow.h" />
  1337. <ClInclude Include="src\server\gameplay\physics\backend\navigation_backend.h" />
  1338. <ClInclude Include="src\server\gameplay\physics\backend\navigation_backend_internal.h" />
  1339. <ClInclude Include="src\server\gameplay\physics\backend\physics_backend.h" />
  1340. <ClInclude Include="src\server\gameplay\physics\backend\physics_backend_internal.h" />
  1341. <ClInclude Include="src\server\gameplay\physics\backend\types.h" />
  1342. <ClInclude Include="src\server\gameplay\physics\common\common_sync.h" />
  1343. <ClInclude Include="src\server\gameplay\physics\controller\actor_controller_service.h" />
  1344. <ClInclude Include="src\server\gameplay\physics\controller\controller_internal.h" />
  1345. <ClInclude Include="src\server\gameplay\physics\controller\controller_types.h" />
  1346. <ClInclude Include="src\server\gameplay\physics\host\bubble_host.h" />
  1347. <ClInclude Include="src\server\gameplay\physics\host\command_effects.h" />
  1348. <ClInclude Include="src\server\gameplay\physics\host\command_validation_state.h" />
  1349. <ClInclude Include="src\server\gameplay\physics\host\fallback_policy.h" />
  1350. <ClInclude Include="src\server\gameplay\physics\host\internal.h" />
  1351. <ClInclude Include="src\server\gameplay\physics\host\physics_session.h" />
  1352. <ClInclude Include="src\server\gameplay\physics\host\runtime.h" />
  1353. <ClInclude Include="src\server\gameplay\physics\host\tick_runtime.h" />
  1354. <ClInclude Include="src\server\gameplay\physics\host\types.h" />
  1355. <ClInclude Include="src\server\gameplay\physics\interest\interest_manager.h" />
  1356. <ClInclude Include="src\server\gameplay\physics\mechanics\combat_kernel.h" />
  1357. <ClInclude Include="src\server\gameplay\physics\mechanics\combat_kernel_internal.h" />
  1358. <ClInclude Include="src\server\gameplay\physics\mechanics\command_deduplicator.h" />
  1359. <ClInclude Include="src\server\gameplay\physics\mechanics\host_mechanics.h" />
  1360. <ClInclude Include="src\server\gameplay\physics\mechanics\mechanics_types.h" />
  1361. <ClInclude Include="src\server\gameplay\physics\mechanics\objective_ledger.h" />
  1362. <ClInclude Include="src\server\gameplay\physics\mechanics\participant_credit_ledger.h" />
  1363. <ClInclude Include="src\server\gameplay\physics\mechanics\tick_timer.h" />
  1364. <ClInclude Include="src\server\gameplay\physics\mechanics\trigger_system.h" />
  1365. <ClInclude Include="src\server\gameplay\physics\authority\motion_validator.h" />
  1366. <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint.h" />
  1367. <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint_builder.h" />
  1368. <ClInclude Include="src\server\gameplay\physics\persistence\command_journal.h" />
  1369. <ClInclude Include="src\server\gameplay\physics\persistence\checkpoint_hash_internal.h" />
  1370. <ClInclude Include="src\server\gameplay\physics\replication\definition.h" />
  1371. <ClInclude Include="src\server\gameplay\physics\replication\external_plan.h" />
  1372. <ClInclude Include="src\server\gameplay\physics\replication\internal.h" />
  1373. <ClInclude Include="src\server\gameplay\physics\replication\runtime.h" />
  1374. <ClInclude Include="src\server\gameplay\physics\replication\world_coordinator.h" />
  1375. <ClInclude Include="src\server\gameplay\physics\replication\world_coordinator_internal.h" />
  1376. <ClInclude Include="src\server\gameplay\physics\replication\world_projection.h" />
  1377. <ClInclude Include="src\server\gameplay\physics\world\activity_policy.h" />
  1378. <ClInclude Include="src\server\gameplay\physics\world\actor_store.h" />
  1379. <ClInclude Include="src\server\gameplay\physics\world\authority_manager.h" />
  1380. <ClInclude Include="src\server\gameplay\physics\world\command_queue.h" />
  1381. <ClInclude Include="src\server\gameplay\physics\world\host_command.h" />
  1382. <ClInclude Include="src\server\gameplay\physics\world\host_command_executor.h" />
  1383. <ClInclude Include="src\server\gameplay\physics\world\world_runner.h" />
  1384. <ClInclude Include="src\server\gameplay\physics\world\world_types.h" />
  1385. <ClInclude Include="src\middleware\gameplay\descriptor\join_descriptor.h" />
  1386. <ClInclude Include="src\server\gameplay\gameplay_advertisement.h" />
  1387. <ClInclude Include="src\middleware\web_service\messages\opcode901\opcode901_codec.h" />
  1388. <ClInclude Include="src\middleware\gameplay\peer\reliable_assembly.h" />
  1389. <ClInclude Include="src\middleware\gameplay\peer\join_messages.h" />
  1390. <ClInclude Include="src\middleware\gameplay\group\session_messages.h" />
  1391. <ClInclude Include="src\middleware\gameplay\group\session_state.h" />
  1392. <ClInclude Include="src\middleware\gameplay\group\view_message.h" />
  1393. <ClInclude Include="src\middleware\gameplay\group\parameter_messages.h" />
  1394. <ClInclude Include="src\middleware\gameplay\group\parameter_registry.h" />
  1395. <ClInclude Include="src\middleware\gameplay\group\member_messages.h" />
  1396. <ClInclude Include="src\server\gameplay\group\group_host.h" />
  1397. <ClInclude Include="src\server\gameplay\group\group_host_sessions.h" />
  1398. <ClInclude Include="src\middleware\gameplay\nat\introduction.h" />
  1399. <ClInclude Include="src\middleware\gameplay\dtls\dtls_messages.h" />
  1400. <ClInclude Include="src\middleware\gameplay\dtls\association_keys.h" />
  1401. <ClInclude Include="src\middleware\gameplay\dtls\record.h" />
  1402. <ClInclude Include="src\middleware\gameplay\dtls\replay_high_water.h" />
  1403. <ClInclude Include="src\server\gameplay\dtls\dtls_host.h" />
  1404. <ClInclude Include="src\middleware\bap\activity_message\peer_ledger.h" />
  1405. <ClInclude Include="src\middleware\bap\activity_message\telemetry.h" />
  1406. <ClInclude Include="src\middleware\bap\activity_message\start_activity.h" />
  1407. <ClInclude Include="src\middleware\bap\activity_message\sense_update.h" />
  1408. <ClInclude Include="src\server\bap\encrypted\activity_message\receipts\activity_message_receipts.h" />
  1409. <ClInclude Include="src\state\activity\receipts\definition.h" />
  1410. <ClInclude Include="src\state\activity\receipts\activity_receipts.h" />
  1411. <ClInclude Include="src\core\settings\server\activation\definition.h" />
  1412. <ClInclude Include="src\middleware\gameplay\group\migration_messages.h" />
  1413. <ClInclude Include="src\middleware\gameplay\group\notice_messages.h" />
  1414. <ClInclude Include="src\server\gameplay\group\group_migration_receipts.h" />
  1415. </ItemGroup>
  1416. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1417. </Project>