Low spec Gamecraft mod
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

838 lines
48KB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  5. <Version>0.0.1</Version>
  6. <Authors>NGnius</Authors>
  7. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  8. <PackageProjectUrl>https://git.exmods.org/NGnius/Kompressor</PackageProjectUrl>
  9. <NeutralLanguage>en-CA</NeutralLanguage>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Lib.Harmony" Version="2.0.0.10" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Reference Include="Microsoft.CSharp" />
  16. <Reference Include="Assembly-CSharp">
  17. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  18. </Reference>
  19. </ItemGroup>
  20. <!--Start Dependencies-->
  21. <ItemGroup>
  22. <Reference Include="GamecraftModdingAPI">
  23. <HintPath>..\ref\Plugins\GamecraftModdingAPI.dll</HintPath>
  24. <HintPath>..\..\ref\Plugins\GamecraftModdingAPI.dll</HintPath>
  25. </Reference>
  26. <Reference Include="IllusionInjector">
  27. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionInjector.dll</HintPath>
  28. <HintPath>..\..\ref\Gamecraft_Data\Managed\IllusionInjector.dll</HintPath>
  29. </Reference>
  30. <Reference Include="IllusionPlugin">
  31. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  32. <HintPath>..\..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  33. </Reference>
  34. <Reference Include="JWT">
  35. <HintPath>..\ref\Gamecraft_Data\Managed\JWT.dll</HintPath>
  36. <HintPath>..\..\ref\Gamecraft_Data\Managed\JWT.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Unity.Burst.Unsafe">
  39. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.Unsafe.dll</HintPath>
  40. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Burst.Unsafe.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Rewired_Core">
  43. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Core.dll</HintPath>
  44. <HintPath>..\..\ref\Gamecraft_Data\Managed\Rewired_Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Rewired_Windows">
  47. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Windows.dll</HintPath>
  48. <HintPath>..\..\ref\Gamecraft_Data\Managed\Rewired_Windows.dll</HintPath>
  49. </Reference>
  50. <Reference Include="mscorlib">
  51. <HintPath>..\ref\Gamecraft_Data\Managed\mscorlib.dll</HintPath>
  52. <HintPath>..\..\ref\Gamecraft_Data\Managed\mscorlib.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Accessibility">
  55. <HintPath>..\ref\Gamecraft_Data\Managed\Accessibility.dll</HintPath>
  56. <HintPath>..\..\ref\Gamecraft_Data\Managed\Accessibility.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Analytics">
  59. <HintPath>..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  60. <HintPath>..\..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Assembly-CSharp-firstpass">
  63. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  64. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Assembly-CSharp">
  67. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  68. <HintPath>..\..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Authentication">
  71. <HintPath>..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  72. <HintPath>..\..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  73. </Reference>
  74. <Reference Include="BlockEntityFactory">
  75. <HintPath>..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  76. <HintPath>..\..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Blocks.HUDFeedbackBlocks">
  79. <HintPath>..\ref\Gamecraft_Data\Managed\Blocks.HUDFeedbackBlocks.dll</HintPath>
  80. <HintPath>..\..\ref\Gamecraft_Data\Managed\Blocks.HUDFeedbackBlocks.dll</HintPath>
  81. </Reference>
  82. <Reference Include="ClusterToWireConversion.Mock">
  83. <HintPath>..\ref\Gamecraft_Data\Managed\ClusterToWireConversion.Mock.dll</HintPath>
  84. <HintPath>..\..\ref\Gamecraft_Data\Managed\ClusterToWireConversion.Mock.dll</HintPath>
  85. </Reference>
  86. <Reference Include="CommandLine">
  87. <HintPath>..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  88. <HintPath>..\..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  89. </Reference>
  90. <Reference Include="DataLoader">
  91. <HintPath>..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  92. <HintPath>..\..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  93. </Reference>
  94. <Reference Include="DDNA">
  95. <HintPath>..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  96. <HintPath>..\..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Facepunch.Steamworks.Win64">
  99. <HintPath>..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  100. <HintPath>..\..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  101. </Reference>
  102. <Reference Include="FMOD">
  103. <HintPath>..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  104. <HintPath>..\..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  105. </Reference>
  106. <Reference Include="FullGame">
  107. <HintPath>..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  108. <HintPath>..\..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Gamecraft.AudioBlocks">
  111. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.AudioBlocks.dll</HintPath>
  112. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.AudioBlocks.dll</HintPath>
  113. </Reference>
  114. <Reference Include="Gamecraft.Blocks.ConsoleBlock">
  115. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  116. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Gamecraft.Blocks.DamagingSurfaceBlock">
  119. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.DamagingSurfaceBlock.dll</HintPath>
  120. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.DamagingSurfaceBlock.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Gamecraft.Blocks.GenericPhysicsBlocks">
  123. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.GenericPhysicsBlocks.dll</HintPath>
  124. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.GenericPhysicsBlocks.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Gamecraft.Blocks.LogicBlock">
  127. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.LogicBlock.dll</HintPath>
  128. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.LogicBlock.dll</HintPath>
  129. </Reference>
  130. <Reference Include="GameCraft.Blocks.ProjectileBlock">
  131. <HintPath>..\ref\Gamecraft_Data\Managed\GameCraft.Blocks.ProjectileBlock.dll</HintPath>
  132. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameCraft.Blocks.ProjectileBlock.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Gamecraft.Blocks.TimerBlock">
  135. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.TimerBlock.dll</HintPath>
  136. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.TimerBlock.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Gamecraft.CharacterVulnerability">
  139. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerability.dll</HintPath>
  140. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerability.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Gamecraft.CharacterVulnerabilityGui">
  143. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerabilityGui.dll</HintPath>
  144. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.CharacterVulnerabilityGui.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Gamecraft.Effects">
  147. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  148. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  149. </Reference>
  150. <Reference Include="Gamecraft.GUI.ConsoleBlock">
  151. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  152. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Gamecraft.GUI.GraphicsScreen">
  155. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.GraphicsScreen.dll</HintPath>
  156. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.GraphicsScreen.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Gamecraft.GUI.HUDFeedbackBlocks">
  159. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.HUDFeedbackBlocks.dll</HintPath>
  160. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.HUDFeedbackBlocks.dll</HintPath>
  161. </Reference>
  162. <Reference Include="Gamecraft.GUI.Tweaks">
  163. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Tweaks.dll</HintPath>
  164. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Tweaks.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Gamecraft.GUI.Wires">
  167. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.dll</HintPath>
  168. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.dll</HintPath>
  169. </Reference>
  170. <Reference Include="Gamecraft.GUI.Wires.Mockup">
  171. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.Mockup.dll</HintPath>
  172. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.Wires.Mockup.dll</HintPath>
  173. </Reference>
  174. <Reference Include="Gamecraft.GUI.WorldSpaceGuis">
  175. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.WorldSpaceGuis.dll</HintPath>
  176. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.WorldSpaceGuis.dll</HintPath>
  177. </Reference>
  178. <Reference Include="Gamecraft.Music">
  179. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Music.dll</HintPath>
  180. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Music.dll</HintPath>
  181. </Reference>
  182. <Reference Include="Gamecraft.PerformanceWarnings">
  183. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.PerformanceWarnings.dll</HintPath>
  184. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.PerformanceWarnings.dll</HintPath>
  185. </Reference>
  186. <Reference Include="Gamecraft.Tweaks">
  187. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.dll</HintPath>
  188. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.dll</HintPath>
  189. </Reference>
  190. <Reference Include="Gamecraft.Tweaks.Mockup">
  191. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.Mockup.dll</HintPath>
  192. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Tweaks.Mockup.dll</HintPath>
  193. </Reference>
  194. <Reference Include="Gamecraft.VisualEffects">
  195. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.VisualEffects.dll</HintPath>
  196. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.VisualEffects.dll</HintPath>
  197. </Reference>
  198. <Reference Include="Gamecraft.Wires">
  199. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.dll</HintPath>
  200. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.dll</HintPath>
  201. </Reference>
  202. <Reference Include="Gamecraft.Wires.Input">
  203. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Input.dll</HintPath>
  204. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Input.dll</HintPath>
  205. </Reference>
  206. <Reference Include="Gamecraft.Wires.Mockup">
  207. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Mockup.dll</HintPath>
  208. <HintPath>..\..\ref\Gamecraft_Data\Managed\Gamecraft.Wires.Mockup.dll</HintPath>
  209. </Reference>
  210. <Reference Include="GameState">
  211. <HintPath>..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  212. <HintPath>..\..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  213. </Reference>
  214. <Reference Include="GPUInstancer">
  215. <HintPath>..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  216. <HintPath>..\..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  217. </Reference>
  218. <Reference Include="Havok.Physics">
  219. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  220. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  221. </Reference>
  222. <Reference Include="Havok.Physics.Hybrid">
  223. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  224. <HintPath>..\..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  225. </Reference>
  226. <Reference Include="LZ4">
  227. <HintPath>..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  228. <HintPath>..\..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  229. </Reference>
  230. <Reference Include="MultiplayerNetworking">
  231. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  232. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  233. </Reference>
  234. <Reference Include="MultiplayerTest">
  235. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  236. <HintPath>..\..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  237. </Reference>
  238. <Reference Include="netstandard">
  239. <HintPath>..\ref\Gamecraft_Data\Managed\netstandard.dll</HintPath>
  240. <HintPath>..\..\ref\Gamecraft_Data\Managed\netstandard.dll</HintPath>
  241. </Reference>
  242. <Reference Include="Newtonsoft.Json">
  243. <HintPath>..\ref\Gamecraft_Data\Managed\Newtonsoft.Json.dll</HintPath>
  244. <HintPath>..\..\ref\Gamecraft_Data\Managed\Newtonsoft.Json.dll</HintPath>
  245. </Reference>
  246. <Reference Include="Novell.Directory.Ldap">
  247. <HintPath>..\ref\Gamecraft_Data\Managed\Novell.Directory.Ldap.dll</HintPath>
  248. <HintPath>..\..\ref\Gamecraft_Data\Managed\Novell.Directory.Ldap.dll</HintPath>
  249. </Reference>
  250. <Reference Include="RCX.ScreenshotTaker">
  251. <HintPath>..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  252. <HintPath>..\..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  253. </Reference>
  254. <Reference Include="RobocraftECS">
  255. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftECS.dll</HintPath>
  256. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftECS.dll</HintPath>
  257. </Reference>
  258. <Reference Include="RobocraftX.AccountPreferences">
  259. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  260. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  261. </Reference>
  262. <Reference Include="RobocraftX.Blocks">
  263. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  264. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  265. </Reference>
  266. <Reference Include="RobocraftX.Blocks.Ghost">
  267. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  268. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  269. </Reference>
  270. <Reference Include="RobocraftX.Blocks.Triggers">
  271. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  272. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  273. </Reference>
  274. <Reference Include="RobocraftX.Building.BoxSelect">
  275. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Building.BoxSelect.dll</HintPath>
  276. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.BoxSelect.dll</HintPath>
  277. </Reference>
  278. <Reference Include="RobocraftX.Building.Jobs">
  279. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Building.Jobs.dll</HintPath>
  280. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Building.Jobs.dll</HintPath>
  281. </Reference>
  282. <Reference Include="RobocraftX.Character">
  283. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  284. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  285. </Reference>
  286. <Reference Include="RobocraftX.ClusterToWireConversion">
  287. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.ClusterToWireConversion.dll</HintPath>
  288. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ClusterToWireConversion.dll</HintPath>
  289. </Reference>
  290. <Reference Include="RobocraftX.Common">
  291. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  292. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  293. </Reference>
  294. <Reference Include="RobocraftX.ControlsScreen">
  295. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.ControlsScreen.dll</HintPath>
  296. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.ControlsScreen.dll</HintPath>
  297. </Reference>
  298. <Reference Include="RobocraftX.Crosshair">
  299. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  300. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  301. </Reference>
  302. <Reference Include="RobocraftX.FrontEnd">
  303. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  304. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  305. </Reference>
  306. <Reference Include="RobocraftX.GUI.BlockLabel">
  307. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.BlockLabel.dll</HintPath>
  308. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.BlockLabel.dll</HintPath>
  309. </Reference>
  310. <Reference Include="RobocraftX.GUI.DebugDisplay">
  311. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  312. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  313. </Reference>
  314. <Reference Include="RobocraftX.GUI">
  315. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  316. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  317. </Reference>
  318. <Reference Include="RobocraftX.GUI.RemoveBlock">
  319. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  320. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  321. </Reference>
  322. <Reference Include="RobocraftX.GUI.ScaleGhost">
  323. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  324. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  325. </Reference>
  326. <Reference Include="RobocraftX.GUIs.WorkshopPrefabs">
  327. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  328. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  329. </Reference>
  330. <Reference Include="RobocraftX.Input">
  331. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  332. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  333. </Reference>
  334. <Reference Include="RobocraftX.MachineEditor">
  335. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  336. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  337. </Reference>
  338. <Reference Include="RobocraftX.MainGame">
  339. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  340. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  341. </Reference>
  342. <Reference Include="RobocraftX.MainSimulation">
  343. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  344. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  345. </Reference>
  346. <Reference Include="RobocraftX.MockCharacter">
  347. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MockCharacter.dll</HintPath>
  348. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MockCharacter.dll</HintPath>
  349. </Reference>
  350. <Reference Include="RobocraftX.Multiplayer">
  351. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  352. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  353. </Reference>
  354. <Reference Include="RobocraftX.Multiplayer.NetworkEntityStream">
  355. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  356. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  357. </Reference>
  358. <Reference Include="RobocraftX.MultiplayerInput">
  359. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  360. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  361. </Reference>
  362. <Reference Include="Robocraftx.ObjectIdBlocks">
  363. <HintPath>..\ref\Gamecraft_Data\Managed\Robocraftx.ObjectIdBlocks.dll</HintPath>
  364. <HintPath>..\..\ref\Gamecraft_Data\Managed\Robocraftx.ObjectIdBlocks.dll</HintPath>
  365. </Reference>
  366. <Reference Include="RobocraftX.Party">
  367. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  368. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  369. </Reference>
  370. <Reference Include="RobocraftX.PartyGui">
  371. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  372. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  373. </Reference>
  374. <Reference Include="RobocraftX.Physics">
  375. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  376. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  377. </Reference>
  378. <Reference Include="RobocraftX.PilotSeat">
  379. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  380. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  381. </Reference>
  382. <Reference Include="RobocraftX.Player">
  383. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  384. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  385. </Reference>
  386. <Reference Include="RobocraftX.Rendering">
  387. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  388. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  389. </Reference>
  390. <Reference Include="RobocraftX.Rendering.Mock">
  391. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  392. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  393. </Reference>
  394. <Reference Include="RobocraftX.SaveAndLoad">
  395. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  396. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  397. </Reference>
  398. <Reference Include="RobocraftX.SaveGameDialog">
  399. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  400. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  401. </Reference>
  402. <Reference Include="RobocraftX.Serializers">
  403. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  404. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  405. </Reference>
  406. <Reference Include="RobocraftX.Services">
  407. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  408. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  409. </Reference>
  410. <Reference Include="RobocraftX.SignalHandling">
  411. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  412. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  413. </Reference>
  414. <Reference Include="RobocraftX.StateSync">
  415. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  416. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  417. </Reference>
  418. <Reference Include="RobocraftX_SpawnPoints">
  419. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  420. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  421. </Reference>
  422. <Reference Include="RobocraftX_TextBlock">
  423. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  424. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  425. </Reference>
  426. <Reference Include="RobocratX.SimulationCompositionRoot">
  427. <HintPath>..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  428. <HintPath>..\..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  429. </Reference>
  430. <Reference Include="StringFormatter">
  431. <HintPath>..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  432. <HintPath>..\..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  433. </Reference>
  434. <Reference Include="Svelto.Common_3">
  435. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Common_3.dll</HintPath>
  436. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Common_3.dll</HintPath>
  437. </Reference>
  438. <Reference Include="Svelto.ECS">
  439. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  440. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  441. </Reference>
  442. <Reference Include="Svelto.Services">
  443. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  444. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  445. </Reference>
  446. <Reference Include="Svelto.Tasks">
  447. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  448. <HintPath>..\..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  449. </Reference>
  450. <Reference Include="Unity.Addressables">
  451. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  452. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  453. </Reference>
  454. <Reference Include="Unity.Build.SlimPlayerRuntime">
  455. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Build.SlimPlayerRuntime.dll</HintPath>
  456. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Build.SlimPlayerRuntime.dll</HintPath>
  457. </Reference>
  458. <Reference Include="Unity.Burst">
  459. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  460. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  461. </Reference>
  462. <Reference Include="Unity.Collections">
  463. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  464. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  465. </Reference>
  466. <Reference Include="Unity.Deformations">
  467. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Deformations.dll</HintPath>
  468. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Deformations.dll</HintPath>
  469. </Reference>
  470. <Reference Include="Unity.Entities">
  471. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  472. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  473. </Reference>
  474. <Reference Include="Unity.Entities.Hybrid">
  475. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  476. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  477. </Reference>
  478. <Reference Include="Unity.Jobs">
  479. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  480. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  481. </Reference>
  482. <Reference Include="Unity.Mathematics">
  483. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  484. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  485. </Reference>
  486. <Reference Include="Unity.Mathematics.Extensions">
  487. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  488. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  489. </Reference>
  490. <Reference Include="Unity.Mathematics.Extensions.Hybrid">
  491. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  492. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  493. </Reference>
  494. <Reference Include="Unity.Physics">
  495. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  496. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  497. </Reference>
  498. <Reference Include="Unity.Physics.Hybrid">
  499. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  500. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  501. </Reference>
  502. <Reference Include="Unity.Platforms.Common">
  503. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Platforms.Common.dll</HintPath>
  504. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Platforms.Common.dll</HintPath>
  505. </Reference>
  506. <Reference Include="Unity.Postprocessing.Runtime">
  507. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  508. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  509. </Reference>
  510. <Reference Include="Unity.Properties">
  511. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  512. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  513. </Reference>
  514. <Reference Include="Unity.Properties.Reflection">
  515. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.Reflection.dll</HintPath>
  516. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.Reflection.dll</HintPath>
  517. </Reference>
  518. <Reference Include="Unity.Properties.UI">
  519. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.UI.dll</HintPath>
  520. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Properties.UI.dll</HintPath>
  521. </Reference>
  522. <Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
  523. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  524. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  525. </Reference>
  526. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  527. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  528. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  529. </Reference>
  530. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  531. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  532. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  533. </Reference>
  534. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  535. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  536. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  537. </Reference>
  538. <Reference Include="Unity.RenderPipelines.Universal.Runtime">
  539. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  540. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  541. </Reference>
  542. <Reference Include="Unity.RenderPipelines.Universal.Shaders">
  543. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  544. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  545. </Reference>
  546. <Reference Include="Unity.ResourceManager">
  547. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  548. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  549. </Reference>
  550. <Reference Include="Unity.Scenes.Hybrid">
  551. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  552. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  553. </Reference>
  554. <Reference Include="Unity.ScriptableBuildPipeline">
  555. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  556. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  557. </Reference>
  558. <Reference Include="Unity.Serialization">
  559. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Serialization.dll</HintPath>
  560. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Serialization.dll</HintPath>
  561. </Reference>
  562. <Reference Include="Unity.TextMeshPro">
  563. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  564. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  565. </Reference>
  566. <Reference Include="Unity.Timeline">
  567. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  568. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  569. </Reference>
  570. <Reference Include="Unity.Transforms">
  571. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  572. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  573. </Reference>
  574. <Reference Include="Unity.Transforms.Hybrid">
  575. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  576. <HintPath>..\..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  577. </Reference>
  578. <Reference Include="UnityEngine.AccessibilityModule">
  579. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  580. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  581. </Reference>
  582. <Reference Include="UnityEngine.AIModule">
  583. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  584. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  585. </Reference>
  586. <Reference Include="UnityEngine.AndroidJNIModule">
  587. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AndroidJNIModule.dll</HintPath>
  588. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AndroidJNIModule.dll</HintPath>
  589. </Reference>
  590. <Reference Include="UnityEngine.AnimationModule">
  591. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  592. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  593. </Reference>
  594. <Reference Include="UnityEngine.ARModule">
  595. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  596. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  597. </Reference>
  598. <Reference Include="UnityEngine.AssetBundleModule">
  599. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  600. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  601. </Reference>
  602. <Reference Include="UnityEngine.AudioModule">
  603. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  604. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  605. </Reference>
  606. <Reference Include="UnityEngine.ClothModule">
  607. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  608. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  609. </Reference>
  610. <Reference Include="UnityEngine.ClusterInputModule">
  611. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  612. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  613. </Reference>
  614. <Reference Include="UnityEngine.ClusterRendererModule">
  615. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  616. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  617. </Reference>
  618. <Reference Include="UnityEngine.CoreModule">
  619. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  620. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  621. </Reference>
  622. <Reference Include="UnityEngine.CrashReportingModule">
  623. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  624. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  625. </Reference>
  626. <Reference Include="UnityEngine.DirectorModule">
  627. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  628. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  629. </Reference>
  630. <Reference Include="UnityEngine">
  631. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  632. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  633. </Reference>
  634. <Reference Include="UnityEngine.DSPGraphModule">
  635. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DSPGraphModule.dll</HintPath>
  636. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.DSPGraphModule.dll</HintPath>
  637. </Reference>
  638. <Reference Include="UnityEngine.GameCenterModule">
  639. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  640. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  641. </Reference>
  642. <Reference Include="UnityEngine.GridModule">
  643. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  644. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  645. </Reference>
  646. <Reference Include="UnityEngine.HotReloadModule">
  647. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  648. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  649. </Reference>
  650. <Reference Include="UnityEngine.ImageConversionModule">
  651. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  652. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  653. </Reference>
  654. <Reference Include="UnityEngine.IMGUIModule">
  655. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  656. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  657. </Reference>
  658. <Reference Include="UnityEngine.InputLegacyModule">
  659. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
  660. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
  661. </Reference>
  662. <Reference Include="UnityEngine.InputModule">
  663. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  664. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  665. </Reference>
  666. <Reference Include="UnityEngine.JSONSerializeModule">
  667. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  668. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  669. </Reference>
  670. <Reference Include="UnityEngine.LocalizationModule">
  671. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  672. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  673. </Reference>
  674. <Reference Include="UnityEngine.ParticleSystemModule">
  675. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  676. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  677. </Reference>
  678. <Reference Include="UnityEngine.PerformanceReportingModule">
  679. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  680. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  681. </Reference>
  682. <Reference Include="UnityEngine.Physics2DModule">
  683. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  684. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  685. </Reference>
  686. <Reference Include="UnityEngine.PhysicsModule">
  687. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  688. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  689. </Reference>
  690. <Reference Include="UnityEngine.ProfilerModule">
  691. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  692. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  693. </Reference>
  694. <Reference Include="UnityEngine.ScreenCaptureModule">
  695. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  696. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  697. </Reference>
  698. <Reference Include="UnityEngine.SharedInternalsModule">
  699. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  700. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  701. </Reference>
  702. <Reference Include="UnityEngine.SpriteMaskModule">
  703. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  704. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  705. </Reference>
  706. <Reference Include="UnityEngine.SpriteShapeModule">
  707. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  708. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  709. </Reference>
  710. <Reference Include="UnityEngine.StreamingModule">
  711. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  712. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  713. </Reference>
  714. <Reference Include="UnityEngine.SubstanceModule">
  715. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  716. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  717. </Reference>
  718. <Reference Include="UnityEngine.SubsystemsModule">
  719. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SubsystemsModule.dll</HintPath>
  720. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.SubsystemsModule.dll</HintPath>
  721. </Reference>
  722. <Reference Include="UnityEngine.TerrainModule">
  723. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  724. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  725. </Reference>
  726. <Reference Include="UnityEngine.TerrainPhysicsModule">
  727. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  728. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  729. </Reference>
  730. <Reference Include="UnityEngine.TextCoreModule">
  731. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  732. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  733. </Reference>
  734. <Reference Include="UnityEngine.TextRenderingModule">
  735. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  736. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  737. </Reference>
  738. <Reference Include="UnityEngine.TilemapModule">
  739. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  740. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  741. </Reference>
  742. <Reference Include="UnityEngine.TLSModule">
  743. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  744. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  745. </Reference>
  746. <Reference Include="UnityEngine.UI">
  747. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  748. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  749. </Reference>
  750. <Reference Include="UnityEngine.UIElementsModule">
  751. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  752. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  753. </Reference>
  754. <Reference Include="UnityEngine.UIModule">
  755. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  756. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  757. </Reference>
  758. <Reference Include="UnityEngine.UmbraModule">
  759. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  760. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  761. </Reference>
  762. <Reference Include="UnityEngine.UNETModule">
  763. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  764. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  765. </Reference>
  766. <Reference Include="UnityEngine.UnityAnalyticsModule">
  767. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  768. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  769. </Reference>
  770. <Reference Include="UnityEngine.UnityConnectModule">
  771. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  772. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  773. </Reference>
  774. <Reference Include="UnityEngine.UnityTestProtocolModule">
  775. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  776. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  777. </Reference>
  778. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  779. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  780. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  781. </Reference>
  782. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  783. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  784. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  785. </Reference>
  786. <Reference Include="UnityEngine.UnityWebRequestModule">
  787. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  788. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  789. </Reference>
  790. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  791. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  792. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  793. </Reference>
  794. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  795. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  796. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  797. </Reference>
  798. <Reference Include="UnityEngine.VehiclesModule">
  799. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  800. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  801. </Reference>
  802. <Reference Include="UnityEngine.VFXModule">
  803. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  804. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  805. </Reference>
  806. <Reference Include="UnityEngine.VideoModule">
  807. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  808. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  809. </Reference>
  810. <Reference Include="UnityEngine.VRModule">
  811. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  812. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  813. </Reference>
  814. <Reference Include="UnityEngine.WindModule">
  815. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  816. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  817. </Reference>
  818. <Reference Include="UnityEngine.XRModule">
  819. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  820. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  821. </Reference>
  822. <Reference Include="uREPL">
  823. <HintPath>..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  824. <HintPath>..\..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  825. </Reference>
  826. <Reference Include="VisualProfiler">
  827. <HintPath>..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  828. <HintPath>..\..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  829. </Reference>
  830. </ItemGroup>
  831. <!--End Dependencies-->
  832. </Project>