A stable modding interface between Techblox and mods https://mod.exmods.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1220 lines
67KB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  5. <Version>1.2.0</Version>
  6. <Authors>Exmods</Authors>
  7. <PackageLicenseExpression>GNU General Public Licence 3+</PackageLicenseExpression>
  8. <PackageProjectUrl>https://git.exmods.org/modtainers/GamecraftModdingAPI</PackageProjectUrl>
  9. <NeutralLanguage>en-CA</NeutralLanguage>
  10. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test|AnyCPU' ">
  17. <DefineConstants>DEBUG;TEST;TRACE</DefineConstants>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <PackageReference Include="Lib.Harmony" Version="2.0.0.10" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Reference Include="Microsoft.CSharp" />
  24. <Reference Include="Analytics">
  25. <HintPath>..\..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  26. </Reference>
  27. <Reference Include="Assembly-CSharp-firstpass">
  28. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  29. </Reference>
  30. <Reference Include="Assembly-CSharp">
  31. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  32. </Reference>
  33. <Reference Include="Authentication">
  34. <HintPath>..\..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  35. </Reference>
  36. <Reference Include="BlockEntityFactory">
  37. <HintPath>..\..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Blocks.HUDFeedbackBlocks">
  40. <HintPath>..\..\ref\Gamecraft_Data\Managed\Blocks.HUDFeedbackBlocks.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ClusterToWireConversion.Mock">
  43. <HintPath>..\..\ref\Gamecraft_Data\Managed\ClusterToWireConversion.Mock.dll</HintPath>
  44. </Reference>
  45. <Reference Include="CommandLine">
  46. <HintPath>..\..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  47. </Reference>
  48. <Reference Include="DataLoader">
  49. <HintPath>..\..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  50. </Reference>
  51. <Reference Include="DDNA">
  52. <HintPath>..\..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  53. </Reference>
  54. <Reference Include="FMOD">
  55. <HintPath>..\..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  56. </Reference>
  57. <Reference Include="FullGame">
  58. <HintPath>..\..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Gamecraft.AudioBlocks">
  61. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.AudioBlocks.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Gamecraft.Blocks.ConsoleBlock">
  64. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Gamecraft.Blocks.DamagingSurfaceBlock">
  67. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.DamagingSurfaceBlock.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Gamecraft.Blocks.GenericPhysicsBlocks">
  70. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.GenericPhysicsBlocks.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Gamecraft.Blocks.LogicBlock">
  73. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.LogicBlock.dll</HintPath>
  74. </Reference>
  75. <Reference Include="GameCraft.Blocks.ProjectileBlock">
  76. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameCraft.Blocks.ProjectileBlock.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Gamecraft.Blocks.TimerBlock">
  79. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.TimerBlock.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Gamecraft.CharacterVulnerability">
  82. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerability.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Gamecraft.CharacterVulnerabilityGui">
  85. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerabilityGui.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Gamecraft.Effects">
  88. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Gamecraft.GUI.ConsoleBlock">
  91. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Gamecraft.GUI.GraphicsScreen">
  94. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.GraphicsScreen.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Gamecraft.GUI.HUDFeedbackBlocks">
  97. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.HUDFeedbackBlocks.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Gamecraft.GUI.Tweaks">
  100. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Tweaks.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Gamecraft.GUI.Wires">
  103. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Gamecraft.GUI.Wires.Mockup">
  106. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.Mockup.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Gamecraft.GUI.WorldSpaceGuis">
  109. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.WorldSpaceGuis.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Gamecraft.Music">
  112. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Music.dll</HintPath>
  113. </Reference>
  114. <Reference Include="Gamecraft.PerformanceWarnings">
  115. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.PerformanceWarnings.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Gamecraft.Tweaks">
  118. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.dll</HintPath>
  119. </Reference>
  120. <Reference Include="Gamecraft.Tweaks.Mockup">
  121. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.Mockup.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Gamecraft.VisualEffects">
  124. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.VisualEffects.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Gamecraft.Wires">
  127. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Gamecraft.Wires.Input">
  130. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Input.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Gamecraft.Wires.Mockup">
  133. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Mockup.dll</HintPath>
  134. </Reference>
  135. <Reference Include="GameState">
  136. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  137. </Reference>
  138. <Reference Include="GPUInstancer">
  139. <HintPath>..\..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  140. </Reference>
  141. <Reference Include="Havok.Physics">
  142. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  143. </Reference>
  144. <Reference Include="Havok.Physics.Hybrid">
  145. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  146. </Reference>
  147. <Reference Include="LZ4">
  148. <HintPath>..\..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  149. </Reference>
  150. <Reference Include="MultiplayerNetworking">
  151. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  152. </Reference>
  153. <Reference Include="MultiplayerTest">
  154. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  155. </Reference>
  156. <Reference Include="RCX.ScreenshotTaker">
  157. <HintPath>..\..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  158. </Reference>
  159. <Reference Include="RobocraftECS">
  160. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftECS.dll</HintPath>
  161. </Reference>
  162. <Reference Include="RobocraftX.AccountPreferences">
  163. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  164. </Reference>
  165. <Reference Include="RobocraftX.Blocks">
  166. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  167. </Reference>
  168. <Reference Include="RobocraftX.Blocks.Ghost">
  169. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  170. </Reference>
  171. <Reference Include="RobocraftX.Blocks.Triggers">
  172. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  173. </Reference>
  174. <Reference Include="RobocraftX.Building.BoxSelect">
  175. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.BoxSelect.dll</HintPath>
  176. </Reference>
  177. <Reference Include="RobocraftX.Building.Jobs">
  178. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.Jobs.dll</HintPath>
  179. </Reference>
  180. <Reference Include="RobocraftX.Character">
  181. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  182. </Reference>
  183. <Reference Include="RobocraftX.ClusterToWireConversion">
  184. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ClusterToWireConversion.dll</HintPath>
  185. </Reference>
  186. <Reference Include="RobocraftX.Common">
  187. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  188. </Reference>
  189. <Reference Include="RobocraftX.ControlsScreen">
  190. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ControlsScreen.dll</HintPath>
  191. </Reference>
  192. <Reference Include="RobocraftX.Crosshair">
  193. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  194. </Reference>
  195. <Reference Include="RobocraftX.FrontEnd">
  196. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  197. </Reference>
  198. <Reference Include="RobocraftX.GUI.BlockLabel">
  199. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.BlockLabel.dll</HintPath>
  200. </Reference>
  201. <Reference Include="RobocraftX.GUI.DebugDisplay">
  202. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  203. </Reference>
  204. <Reference Include="RobocraftX.GUI">
  205. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  206. </Reference>
  207. <Reference Include="RobocraftX.GUI.RemoveBlock">
  208. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  209. </Reference>
  210. <Reference Include="RobocraftX.GUI.ScaleGhost">
  211. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  212. </Reference>
  213. <Reference Include="RobocraftX.GUIs.WorkshopPrefabs">
  214. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  215. </Reference>
  216. <Reference Include="RobocraftX.Input">
  217. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  218. </Reference>
  219. <Reference Include="RobocraftX.MachineEditor">
  220. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  221. </Reference>
  222. <Reference Include="RobocraftX.MainGame">
  223. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  224. </Reference>
  225. <Reference Include="RobocraftX.MainSimulation">
  226. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  227. </Reference>
  228. <Reference Include="RobocraftX.MockCharacter">
  229. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MockCharacter.dll</HintPath>
  230. </Reference>
  231. <Reference Include="RobocraftX.Multiplayer">
  232. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  233. </Reference>
  234. <Reference Include="RobocraftX.Multiplayer.NetworkEntityStream">
  235. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  236. </Reference>
  237. <Reference Include="RobocraftX.MultiplayerInput">
  238. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  239. </Reference>
  240. <Reference Include="Robocraftx.ObjectIdBlocks">
  241. <HintPath>..\..\ref\Gamecraft_Data\Managed\Robocraftx.ObjectIdBlocks.dll</HintPath>
  242. </Reference>
  243. <Reference Include="RobocraftX.Party">
  244. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  245. </Reference>
  246. <Reference Include="RobocraftX.PartyGui">
  247. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  248. </Reference>
  249. <Reference Include="RobocraftX.Physics">
  250. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  251. </Reference>
  252. <Reference Include="RobocraftX.PilotSeat">
  253. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  254. </Reference>
  255. <Reference Include="RobocraftX.Player">
  256. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  257. </Reference>
  258. <Reference Include="RobocraftX.Rendering">
  259. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  260. </Reference>
  261. <Reference Include="RobocraftX.Rendering.Mock">
  262. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  263. </Reference>
  264. <Reference Include="RobocraftX.SaveAndLoad">
  265. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  266. </Reference>
  267. <Reference Include="RobocraftX.SaveGameDialog">
  268. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  269. </Reference>
  270. <Reference Include="RobocraftX.Serializers">
  271. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  272. </Reference>
  273. <Reference Include="RobocraftX.Services">
  274. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  275. </Reference>
  276. <Reference Include="RobocraftX.SignalHandling">
  277. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  278. </Reference>
  279. <Reference Include="RobocraftX.StateSync">
  280. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  281. </Reference>
  282. <Reference Include="RobocraftX_SpawnPoints">
  283. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  284. </Reference>
  285. <Reference Include="RobocraftX_TextBlock">
  286. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  287. </Reference>
  288. <Reference Include="RobocratX.SimulationCompositionRoot">
  289. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  290. </Reference>
  291. <Reference Include="StringFormatter">
  292. <HintPath>..\..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  293. </Reference>
  294. <Reference Include="Svelto.Common_3">
  295. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Common_3.dll</HintPath>
  296. </Reference>
  297. <Reference Include="Svelto.ECS">
  298. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  299. </Reference>
  300. <Reference Include="Svelto.Services">
  301. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  302. </Reference>
  303. <Reference Include="Svelto.Tasks">
  304. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  305. </Reference>
  306. <Reference Include="Unity.Addressables">
  307. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  308. </Reference>
  309. <Reference Include="Unity.Build.SlimPlayerRuntime">
  310. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Build.SlimPlayerRuntime.dll</HintPath>
  311. </Reference>
  312. <Reference Include="Unity.Burst">
  313. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  314. </Reference>
  315. <Reference Include="Unity.Collections">
  316. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  317. </Reference>
  318. <Reference Include="Unity.Deformations">
  319. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Deformations.dll</HintPath>
  320. </Reference>
  321. <Reference Include="Unity.Entities">
  322. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  323. </Reference>
  324. <Reference Include="Unity.Entities.Hybrid">
  325. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  326. </Reference>
  327. <Reference Include="Unity.Jobs">
  328. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  329. </Reference>
  330. <Reference Include="Unity.Mathematics">
  331. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  332. </Reference>
  333. <Reference Include="Unity.Mathematics.Extensions">
  334. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  335. </Reference>
  336. <Reference Include="Unity.Mathematics.Extensions.Hybrid">
  337. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  338. </Reference>
  339. <Reference Include="Unity.Physics">
  340. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  341. </Reference>
  342. <Reference Include="Unity.Physics.Hybrid">
  343. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  344. </Reference>
  345. <Reference Include="Unity.Platforms.Common">
  346. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Platforms.Common.dll</HintPath>
  347. </Reference>
  348. <Reference Include="Unity.Postprocessing.Runtime">
  349. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  350. </Reference>
  351. <Reference Include="Unity.Properties">
  352. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  353. </Reference>
  354. <Reference Include="Unity.Properties.Reflection">
  355. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.Reflection.dll</HintPath>
  356. </Reference>
  357. <Reference Include="Unity.Properties.UI">
  358. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.UI.dll</HintPath>
  359. </Reference>
  360. <Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
  361. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  362. </Reference>
  363. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  364. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  365. </Reference>
  366. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  367. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  368. </Reference>
  369. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  370. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  371. </Reference>
  372. <Reference Include="Unity.RenderPipelines.Universal.Runtime">
  373. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  374. </Reference>
  375. <Reference Include="Unity.RenderPipelines.Universal.Shaders">
  376. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  377. </Reference>
  378. <Reference Include="Unity.ResourceManager">
  379. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  380. </Reference>
  381. <Reference Include="Unity.Scenes.Hybrid">
  382. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  383. </Reference>
  384. <Reference Include="Unity.ScriptableBuildPipeline">
  385. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  386. </Reference>
  387. <Reference Include="Unity.Serialization">
  388. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Serialization.dll</HintPath>
  389. </Reference>
  390. <Reference Include="Unity.TextMeshPro">
  391. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  392. </Reference>
  393. <Reference Include="Unity.Timeline">
  394. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  395. </Reference>
  396. <Reference Include="Unity.Transforms">
  397. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  398. </Reference>
  399. <Reference Include="Unity.Transforms.Hybrid">
  400. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  401. </Reference>
  402. <Reference Include="UnityEngine.UI">
  403. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  404. </Reference>
  405. <Reference Include="uREPL">
  406. <HintPath>..\..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  407. </Reference>
  408. <Reference Include="VisualProfiler">
  409. <HintPath>..\..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  410. </Reference>
  411. </ItemGroup>
  412. <!--Start Dependencies-->
  413. <ItemGroup>
  414. <Reference Include="IllusionInjector">
  415. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionInjector.dll</HintPath>
  416. <HintPath>..\..\ref\Gamecraft_Data\Managed\IllusionInjector.dll</HintPath>
  417. </Reference>
  418. <Reference Include="IllusionPlugin">
  419. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  420. <HintPath>..\..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  421. </Reference>
  422. <Reference Include="JWT">
  423. <HintPath>..\ref\Gamecraft_Data\Managed\JWT.dll</HintPath>
  424. <HintPath>..\..\ref\Gamecraft_Data\Managed\JWT.dll</HintPath>
  425. </Reference>
  426. <Reference Include="Unity.Burst.Unsafe">
  427. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.Unsafe.dll</HintPath>
  428. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Burst.Unsafe.dll</HintPath>
  429. </Reference>
  430. <Reference Include="Rewired_Core">
  431. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Core.dll</HintPath>
  432. <HintPath>..\..\ref\Gamecraft_Data\Managed\Rewired_Core.dll</HintPath>
  433. </Reference>
  434. <Reference Include="Rewired_Windows">
  435. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Windows.dll</HintPath>
  436. <HintPath>..\..\ref\Gamecraft_Data\Managed\Rewired_Windows.dll</HintPath>
  437. </Reference>
  438. <Reference Include="mscorlib">
  439. <HintPath>..\ref\Gamecraft_Data\Managed\mscorlib.dll</HintPath>
  440. <HintPath>..\..\ref\Gamecraft_Data\Managed\mscorlib.dll</HintPath>
  441. </Reference>
  442. <Reference Include="Accessibility">
  443. <HintPath>..\ref\Gamecraft_Data\Managed\Accessibility.dll</HintPath>
  444. <HintPath>..\..\ref\Gamecraft_Data\Managed\Accessibility.dll</HintPath>
  445. </Reference>
  446. <Reference Include="Analytics">
  447. <HintPath>..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  448. <HintPath>..\..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  449. </Reference>
  450. <Reference Include="Assembly-CSharp-firstpass">
  451. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  452. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  453. </Reference>
  454. <Reference Include="Assembly-CSharp">
  455. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  456. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  457. </Reference>
  458. <Reference Include="Authentication">
  459. <HintPath>..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  460. <HintPath>..\..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  461. </Reference>
  462. <Reference Include="BlockEntityFactory">
  463. <HintPath>..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  464. <HintPath>..\..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  465. </Reference>
  466. <Reference Include="Blocks.HUDFeedbackBlocks">
  467. <HintPath>..\ref\Gamecraft_Data\Managed\Blocks.HUDFeedbackBlocks.dll</HintPath>
  468. <HintPath>..\..\ref\Gamecraft_Data\Managed\Blocks.HUDFeedbackBlocks.dll</HintPath>
  469. </Reference>
  470. <Reference Include="ClusterToWireConversion.Mock">
  471. <HintPath>..\ref\Gamecraft_Data\Managed\ClusterToWireConversion.Mock.dll</HintPath>
  472. <HintPath>..\..\ref\Gamecraft_Data\Managed\ClusterToWireConversion.Mock.dll</HintPath>
  473. </Reference>
  474. <Reference Include="CommandLine">
  475. <HintPath>..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  476. <HintPath>..\..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  477. </Reference>
  478. <Reference Include="DataLoader">
  479. <HintPath>..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  480. <HintPath>..\..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  481. </Reference>
  482. <Reference Include="DDNA">
  483. <HintPath>..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  484. <HintPath>..\..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  485. </Reference>
  486. <Reference Include="Facepunch.Steamworks.Win64">
  487. <HintPath>..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  488. <HintPath>..\..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  489. </Reference>
  490. <Reference Include="FMOD">
  491. <HintPath>..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  492. <HintPath>..\..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  493. </Reference>
  494. <Reference Include="FullGame">
  495. <HintPath>..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  496. <HintPath>..\..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  497. </Reference>
  498. <Reference Include="Gamecraft.AudioBlocks">
  499. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.AudioBlocks.dll</HintPath>
  500. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.AudioBlocks.dll</HintPath>
  501. </Reference>
  502. <Reference Include="Gamecraft.Blocks.ConsoleBlock">
  503. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  504. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  505. </Reference>
  506. <Reference Include="Gamecraft.Blocks.DamagingSurfaceBlock">
  507. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.DamagingSurfaceBlock.dll</HintPath>
  508. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.DamagingSurfaceBlock.dll</HintPath>
  509. </Reference>
  510. <Reference Include="Gamecraft.Blocks.GenericPhysicsBlocks">
  511. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.GenericPhysicsBlocks.dll</HintPath>
  512. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.GenericPhysicsBlocks.dll</HintPath>
  513. </Reference>
  514. <Reference Include="Gamecraft.Blocks.LogicBlock">
  515. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.LogicBlock.dll</HintPath>
  516. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.LogicBlock.dll</HintPath>
  517. </Reference>
  518. <Reference Include="GameCraft.Blocks.ProjectileBlock">
  519. <HintPath>..\ref\Gamecraft_Data\Managed\GameCraft.Blocks.ProjectileBlock.dll</HintPath>
  520. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameCraft.Blocks.ProjectileBlock.dll</HintPath>
  521. </Reference>
  522. <Reference Include="Gamecraft.Blocks.TimerBlock">
  523. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.TimerBlock.dll</HintPath>
  524. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.TimerBlock.dll</HintPath>
  525. </Reference>
  526. <Reference Include="Gamecraft.CharacterVulnerability">
  527. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerability.dll</HintPath>
  528. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerability.dll</HintPath>
  529. </Reference>
  530. <Reference Include="Gamecraft.CharacterVulnerabilityGui">
  531. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerabilityGui.dll</HintPath>
  532. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerabilityGui.dll</HintPath>
  533. </Reference>
  534. <Reference Include="Gamecraft.Effects">
  535. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  536. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  537. </Reference>
  538. <Reference Include="Gamecraft.GUI.ConsoleBlock">
  539. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  540. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  541. </Reference>
  542. <Reference Include="Gamecraft.GUI.GraphicsScreen">
  543. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.GraphicsScreen.dll</HintPath>
  544. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.GraphicsScreen.dll</HintPath>
  545. </Reference>
  546. <Reference Include="Gamecraft.GUI.HUDFeedbackBlocks">
  547. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.HUDFeedbackBlocks.dll</HintPath>
  548. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.HUDFeedbackBlocks.dll</HintPath>
  549. </Reference>
  550. <Reference Include="Gamecraft.GUI.Tweaks">
  551. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Tweaks.dll</HintPath>
  552. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Tweaks.dll</HintPath>
  553. </Reference>
  554. <Reference Include="Gamecraft.GUI.Wires">
  555. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.dll</HintPath>
  556. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.dll</HintPath>
  557. </Reference>
  558. <Reference Include="Gamecraft.GUI.Wires.Mockup">
  559. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.Mockup.dll</HintPath>
  560. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.Mockup.dll</HintPath>
  561. </Reference>
  562. <Reference Include="Gamecraft.GUI.WorldSpaceGuis">
  563. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.WorldSpaceGuis.dll</HintPath>
  564. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.WorldSpaceGuis.dll</HintPath>
  565. </Reference>
  566. <Reference Include="Gamecraft.Music">
  567. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Music.dll</HintPath>
  568. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Music.dll</HintPath>
  569. </Reference>
  570. <Reference Include="Gamecraft.PerformanceWarnings">
  571. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.PerformanceWarnings.dll</HintPath>
  572. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.PerformanceWarnings.dll</HintPath>
  573. </Reference>
  574. <Reference Include="Gamecraft.Tweaks">
  575. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.dll</HintPath>
  576. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.dll</HintPath>
  577. </Reference>
  578. <Reference Include="Gamecraft.Tweaks.Mockup">
  579. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.Mockup.dll</HintPath>
  580. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.Mockup.dll</HintPath>
  581. </Reference>
  582. <Reference Include="Gamecraft.VisualEffects">
  583. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.VisualEffects.dll</HintPath>
  584. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.VisualEffects.dll</HintPath>
  585. </Reference>
  586. <Reference Include="Gamecraft.Wires">
  587. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.dll</HintPath>
  588. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.dll</HintPath>
  589. </Reference>
  590. <Reference Include="Gamecraft.Wires.Input">
  591. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Input.dll</HintPath>
  592. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Input.dll</HintPath>
  593. </Reference>
  594. <Reference Include="Gamecraft.Wires.Mockup">
  595. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Mockup.dll</HintPath>
  596. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Mockup.dll</HintPath>
  597. </Reference>
  598. <Reference Include="GameState">
  599. <HintPath>..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  600. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  601. </Reference>
  602. <Reference Include="GPUInstancer">
  603. <HintPath>..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  604. <HintPath>..\..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  605. </Reference>
  606. <Reference Include="Havok.Physics">
  607. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  608. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  609. </Reference>
  610. <Reference Include="Havok.Physics.Hybrid">
  611. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  612. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  613. </Reference>
  614. <Reference Include="LZ4">
  615. <HintPath>..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  616. <HintPath>..\..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  617. </Reference>
  618. <Reference Include="MultiplayerNetworking">
  619. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  620. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  621. </Reference>
  622. <Reference Include="MultiplayerTest">
  623. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  624. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  625. </Reference>
  626. <Reference Include="netstandard">
  627. <HintPath>..\ref\Gamecraft_Data\Managed\netstandard.dll</HintPath>
  628. <HintPath>..\..\ref\Gamecraft_Data\Managed\netstandard.dll</HintPath>
  629. </Reference>
  630. <Reference Include="Newtonsoft.Json">
  631. <HintPath>..\ref\Gamecraft_Data\Managed\Newtonsoft.Json.dll</HintPath>
  632. <HintPath>..\..\ref\Gamecraft_Data\Managed\Newtonsoft.Json.dll</HintPath>
  633. </Reference>
  634. <Reference Include="Novell.Directory.Ldap">
  635. <HintPath>..\ref\Gamecraft_Data\Managed\Novell.Directory.Ldap.dll</HintPath>
  636. <HintPath>..\..\ref\Gamecraft_Data\Managed\Novell.Directory.Ldap.dll</HintPath>
  637. </Reference>
  638. <Reference Include="RCX.ScreenshotTaker">
  639. <HintPath>..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  640. <HintPath>..\..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  641. </Reference>
  642. <Reference Include="RobocraftECS">
  643. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftECS.dll</HintPath>
  644. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftECS.dll</HintPath>
  645. </Reference>
  646. <Reference Include="RobocraftX.AccountPreferences">
  647. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  648. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  649. </Reference>
  650. <Reference Include="RobocraftX.Blocks">
  651. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  652. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  653. </Reference>
  654. <Reference Include="RobocraftX.Blocks.Ghost">
  655. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  656. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  657. </Reference>
  658. <Reference Include="RobocraftX.Blocks.Triggers">
  659. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  660. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  661. </Reference>
  662. <Reference Include="RobocraftX.Building.BoxSelect">
  663. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Building.BoxSelect.dll</HintPath>
  664. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.BoxSelect.dll</HintPath>
  665. </Reference>
  666. <Reference Include="RobocraftX.Building.Jobs">
  667. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Building.Jobs.dll</HintPath>
  668. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.Jobs.dll</HintPath>
  669. </Reference>
  670. <Reference Include="RobocraftX.Character">
  671. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  672. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  673. </Reference>
  674. <Reference Include="RobocraftX.ClusterToWireConversion">
  675. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.ClusterToWireConversion.dll</HintPath>
  676. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ClusterToWireConversion.dll</HintPath>
  677. </Reference>
  678. <Reference Include="RobocraftX.Common">
  679. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  680. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  681. </Reference>
  682. <Reference Include="RobocraftX.ControlsScreen">
  683. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.ControlsScreen.dll</HintPath>
  684. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ControlsScreen.dll</HintPath>
  685. </Reference>
  686. <Reference Include="RobocraftX.Crosshair">
  687. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  688. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  689. </Reference>
  690. <Reference Include="RobocraftX.FrontEnd">
  691. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  692. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  693. </Reference>
  694. <Reference Include="RobocraftX.GUI.BlockLabel">
  695. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.BlockLabel.dll</HintPath>
  696. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.BlockLabel.dll</HintPath>
  697. </Reference>
  698. <Reference Include="RobocraftX.GUI.DebugDisplay">
  699. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  700. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  701. </Reference>
  702. <Reference Include="RobocraftX.GUI">
  703. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  704. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  705. </Reference>
  706. <Reference Include="RobocraftX.GUI.RemoveBlock">
  707. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  708. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  709. </Reference>
  710. <Reference Include="RobocraftX.GUI.ScaleGhost">
  711. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  712. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  713. </Reference>
  714. <Reference Include="RobocraftX.GUIs.WorkshopPrefabs">
  715. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  716. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  717. </Reference>
  718. <Reference Include="RobocraftX.Input">
  719. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  720. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  721. </Reference>
  722. <Reference Include="RobocraftX.MachineEditor">
  723. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  724. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  725. </Reference>
  726. <Reference Include="RobocraftX.MainGame">
  727. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  728. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  729. </Reference>
  730. <Reference Include="RobocraftX.MainSimulation">
  731. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  732. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  733. </Reference>
  734. <Reference Include="RobocraftX.MockCharacter">
  735. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MockCharacter.dll</HintPath>
  736. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MockCharacter.dll</HintPath>
  737. </Reference>
  738. <Reference Include="RobocraftX.Multiplayer">
  739. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  740. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  741. </Reference>
  742. <Reference Include="RobocraftX.Multiplayer.NetworkEntityStream">
  743. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  744. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  745. </Reference>
  746. <Reference Include="RobocraftX.MultiplayerInput">
  747. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  748. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  749. </Reference>
  750. <Reference Include="Robocraftx.ObjectIdBlocks">
  751. <HintPath>..\ref\Gamecraft_Data\Managed\Robocraftx.ObjectIdBlocks.dll</HintPath>
  752. <HintPath>..\..\ref\Gamecraft_Data\Managed\Robocraftx.ObjectIdBlocks.dll</HintPath>
  753. </Reference>
  754. <Reference Include="RobocraftX.Party">
  755. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  756. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  757. </Reference>
  758. <Reference Include="RobocraftX.PartyGui">
  759. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  760. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  761. </Reference>
  762. <Reference Include="RobocraftX.Physics">
  763. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  764. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  765. </Reference>
  766. <Reference Include="RobocraftX.PilotSeat">
  767. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  768. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  769. </Reference>
  770. <Reference Include="RobocraftX.Player">
  771. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  772. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  773. </Reference>
  774. <Reference Include="RobocraftX.Rendering">
  775. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  776. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  777. </Reference>
  778. <Reference Include="RobocraftX.Rendering.Mock">
  779. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  780. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  781. </Reference>
  782. <Reference Include="RobocraftX.SaveAndLoad">
  783. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  784. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  785. </Reference>
  786. <Reference Include="RobocraftX.SaveGameDialog">
  787. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  788. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  789. </Reference>
  790. <Reference Include="RobocraftX.Serializers">
  791. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  792. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  793. </Reference>
  794. <Reference Include="RobocraftX.Services">
  795. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  796. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  797. </Reference>
  798. <Reference Include="RobocraftX.SignalHandling">
  799. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  800. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  801. </Reference>
  802. <Reference Include="RobocraftX.StateSync">
  803. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  804. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  805. </Reference>
  806. <Reference Include="RobocraftX_SpawnPoints">
  807. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  808. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  809. </Reference>
  810. <Reference Include="RobocraftX_TextBlock">
  811. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  812. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  813. </Reference>
  814. <Reference Include="RobocratX.SimulationCompositionRoot">
  815. <HintPath>..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  816. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  817. </Reference>
  818. <Reference Include="StringFormatter">
  819. <HintPath>..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  820. <HintPath>..\..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  821. </Reference>
  822. <Reference Include="Svelto.Common_3">
  823. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Common_3.dll</HintPath>
  824. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Common_3.dll</HintPath>
  825. </Reference>
  826. <Reference Include="Svelto.ECS">
  827. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  828. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  829. </Reference>
  830. <Reference Include="Svelto.Services">
  831. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  832. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  833. </Reference>
  834. <Reference Include="Svelto.Tasks">
  835. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  836. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  837. </Reference>
  838. <Reference Include="Unity.Addressables">
  839. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  840. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  841. </Reference>
  842. <Reference Include="Unity.Build.SlimPlayerRuntime">
  843. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Build.SlimPlayerRuntime.dll</HintPath>
  844. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Build.SlimPlayerRuntime.dll</HintPath>
  845. </Reference>
  846. <Reference Include="Unity.Burst">
  847. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  848. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  849. </Reference>
  850. <Reference Include="Unity.Collections">
  851. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  852. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  853. </Reference>
  854. <Reference Include="Unity.Deformations">
  855. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Deformations.dll</HintPath>
  856. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Deformations.dll</HintPath>
  857. </Reference>
  858. <Reference Include="Unity.Entities">
  859. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  860. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  861. </Reference>
  862. <Reference Include="Unity.Entities.Hybrid">
  863. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  864. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  865. </Reference>
  866. <Reference Include="Unity.Jobs">
  867. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  868. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  869. </Reference>
  870. <Reference Include="Unity.Mathematics">
  871. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  872. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  873. </Reference>
  874. <Reference Include="Unity.Mathematics.Extensions">
  875. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  876. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  877. </Reference>
  878. <Reference Include="Unity.Mathematics.Extensions.Hybrid">
  879. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  880. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  881. </Reference>
  882. <Reference Include="Unity.Physics">
  883. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  884. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  885. </Reference>
  886. <Reference Include="Unity.Physics.Hybrid">
  887. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  888. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  889. </Reference>
  890. <Reference Include="Unity.Platforms.Common">
  891. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Platforms.Common.dll</HintPath>
  892. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Platforms.Common.dll</HintPath>
  893. </Reference>
  894. <Reference Include="Unity.Postprocessing.Runtime">
  895. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  896. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  897. </Reference>
  898. <Reference Include="Unity.Properties">
  899. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  900. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  901. </Reference>
  902. <Reference Include="Unity.Properties.Reflection">
  903. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.Reflection.dll</HintPath>
  904. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.Reflection.dll</HintPath>
  905. </Reference>
  906. <Reference Include="Unity.Properties.UI">
  907. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.UI.dll</HintPath>
  908. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.UI.dll</HintPath>
  909. </Reference>
  910. <Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
  911. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  912. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  913. </Reference>
  914. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  915. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  916. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  917. </Reference>
  918. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  919. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  920. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  921. </Reference>
  922. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  923. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  924. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  925. </Reference>
  926. <Reference Include="Unity.RenderPipelines.Universal.Runtime">
  927. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  928. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  929. </Reference>
  930. <Reference Include="Unity.RenderPipelines.Universal.Shaders">
  931. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  932. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  933. </Reference>
  934. <Reference Include="Unity.ResourceManager">
  935. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  936. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  937. </Reference>
  938. <Reference Include="Unity.Scenes.Hybrid">
  939. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  940. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  941. </Reference>
  942. <Reference Include="Unity.ScriptableBuildPipeline">
  943. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  944. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  945. </Reference>
  946. <Reference Include="Unity.Serialization">
  947. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Serialization.dll</HintPath>
  948. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Serialization.dll</HintPath>
  949. </Reference>
  950. <Reference Include="Unity.TextMeshPro">
  951. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  952. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  953. </Reference>
  954. <Reference Include="Unity.Timeline">
  955. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  956. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  957. </Reference>
  958. <Reference Include="Unity.Transforms">
  959. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  960. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  961. </Reference>
  962. <Reference Include="Unity.Transforms.Hybrid">
  963. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  964. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  965. </Reference>
  966. <Reference Include="UnityEngine.AccessibilityModule">
  967. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  968. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  969. </Reference>
  970. <Reference Include="UnityEngine.AIModule">
  971. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  972. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  973. </Reference>
  974. <Reference Include="UnityEngine.AndroidJNIModule">
  975. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AndroidJNIModule.dll</HintPath>
  976. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AndroidJNIModule.dll</HintPath>
  977. </Reference>
  978. <Reference Include="UnityEngine.AnimationModule">
  979. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  980. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  981. </Reference>
  982. <Reference Include="UnityEngine.ARModule">
  983. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  984. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  985. </Reference>
  986. <Reference Include="UnityEngine.AssetBundleModule">
  987. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  988. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  989. </Reference>
  990. <Reference Include="UnityEngine.AudioModule">
  991. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  992. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  993. </Reference>
  994. <Reference Include="UnityEngine.ClothModule">
  995. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  996. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  997. </Reference>
  998. <Reference Include="UnityEngine.ClusterInputModule">
  999. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  1000. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  1001. </Reference>
  1002. <Reference Include="UnityEngine.ClusterRendererModule">
  1003. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  1004. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  1005. </Reference>
  1006. <Reference Include="UnityEngine.CoreModule">
  1007. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  1008. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="UnityEngine.CrashReportingModule">
  1011. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  1012. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  1013. </Reference>
  1014. <Reference Include="UnityEngine.DirectorModule">
  1015. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  1016. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  1017. </Reference>
  1018. <Reference Include="UnityEngine">
  1019. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  1020. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="UnityEngine.DSPGraphModule">
  1023. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DSPGraphModule.dll</HintPath>
  1024. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.DSPGraphModule.dll</HintPath>
  1025. </Reference>
  1026. <Reference Include="UnityEngine.GameCenterModule">
  1027. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  1028. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  1029. </Reference>
  1030. <Reference Include="UnityEngine.GridModule">
  1031. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  1032. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="UnityEngine.HotReloadModule">
  1035. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  1036. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  1037. </Reference>
  1038. <Reference Include="UnityEngine.ImageConversionModule">
  1039. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  1040. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  1041. </Reference>
  1042. <Reference Include="UnityEngine.IMGUIModule">
  1043. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  1044. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="UnityEngine.InputLegacyModule">
  1047. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
  1048. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
  1049. </Reference>
  1050. <Reference Include="UnityEngine.InputModule">
  1051. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  1052. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  1053. </Reference>
  1054. <Reference Include="UnityEngine.JSONSerializeModule">
  1055. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  1056. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="UnityEngine.LocalizationModule">
  1059. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  1060. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  1061. </Reference>
  1062. <Reference Include="UnityEngine.ParticleSystemModule">
  1063. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  1064. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  1065. </Reference>
  1066. <Reference Include="UnityEngine.PerformanceReportingModule">
  1067. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  1068. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="UnityEngine.Physics2DModule">
  1071. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  1072. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  1073. </Reference>
  1074. <Reference Include="UnityEngine.PhysicsModule">
  1075. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  1076. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  1077. </Reference>
  1078. <Reference Include="UnityEngine.ProfilerModule">
  1079. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  1080. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="UnityEngine.ScreenCaptureModule">
  1083. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  1084. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  1085. </Reference>
  1086. <Reference Include="UnityEngine.SharedInternalsModule">
  1087. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  1088. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  1089. </Reference>
  1090. <Reference Include="UnityEngine.SpriteMaskModule">
  1091. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  1092. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="UnityEngine.SpriteShapeModule">
  1095. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  1096. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  1097. </Reference>
  1098. <Reference Include="UnityEngine.StreamingModule">
  1099. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  1100. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  1101. </Reference>
  1102. <Reference Include="UnityEngine.SubstanceModule">
  1103. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  1104. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="UnityEngine.SubsystemsModule">
  1107. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SubsystemsModule.dll</HintPath>
  1108. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SubsystemsModule.dll</HintPath>
  1109. </Reference>
  1110. <Reference Include="UnityEngine.TerrainModule">
  1111. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  1112. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  1113. </Reference>
  1114. <Reference Include="UnityEngine.TerrainPhysicsModule">
  1115. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  1116. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="UnityEngine.TextCoreModule">
  1119. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  1120. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  1121. </Reference>
  1122. <Reference Include="UnityEngine.TextRenderingModule">
  1123. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  1124. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  1125. </Reference>
  1126. <Reference Include="UnityEngine.TilemapModule">
  1127. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  1128. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="UnityEngine.TLSModule">
  1131. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  1132. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  1133. </Reference>
  1134. <Reference Include="UnityEngine.UI">
  1135. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  1136. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  1137. </Reference>
  1138. <Reference Include="UnityEngine.UIElementsModule">
  1139. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  1140. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="UnityEngine.UIModule">
  1143. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  1144. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  1145. </Reference>
  1146. <Reference Include="UnityEngine.UmbraModule">
  1147. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  1148. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  1149. </Reference>
  1150. <Reference Include="UnityEngine.UNETModule">
  1151. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  1152. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  1153. </Reference>
  1154. <Reference Include="UnityEngine.UnityAnalyticsModule">
  1155. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  1156. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  1157. </Reference>
  1158. <Reference Include="UnityEngine.UnityConnectModule">
  1159. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  1160. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  1161. </Reference>
  1162. <Reference Include="UnityEngine.UnityTestProtocolModule">
  1163. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  1164. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  1165. </Reference>
  1166. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  1167. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  1168. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  1169. </Reference>
  1170. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  1171. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  1172. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  1173. </Reference>
  1174. <Reference Include="UnityEngine.UnityWebRequestModule">
  1175. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  1176. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  1177. </Reference>
  1178. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  1179. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  1180. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  1181. </Reference>
  1182. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  1183. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  1184. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  1185. </Reference>
  1186. <Reference Include="UnityEngine.VehiclesModule">
  1187. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  1188. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  1189. </Reference>
  1190. <Reference Include="UnityEngine.VFXModule">
  1191. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  1192. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  1193. </Reference>
  1194. <Reference Include="UnityEngine.VideoModule">
  1195. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  1196. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  1197. </Reference>
  1198. <Reference Include="UnityEngine.VRModule">
  1199. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  1200. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  1201. </Reference>
  1202. <Reference Include="UnityEngine.WindModule">
  1203. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  1204. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  1205. </Reference>
  1206. <Reference Include="UnityEngine.XRModule">
  1207. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  1208. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  1209. </Reference>
  1210. <Reference Include="uREPL">
  1211. <HintPath>..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  1212. <HintPath>..\..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  1213. </Reference>
  1214. <Reference Include="VisualProfiler">
  1215. <HintPath>..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  1216. <HintPath>..\..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  1217. </Reference>
  1218. </ItemGroup>
  1219. <!--End Dependencies-->
  1220. </Project>