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

938 lines
54KB

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