Follow the leader
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.

733 lines
41KB

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