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.

GamecraftModdingAPI.csproj 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net48</TargetFramework>
  4. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  5. <Version>0.1.0.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. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
  13. </ItemGroup>
  14. <!--Start Dependencies-->
  15. <ItemGroup>
  16. <Reference Include="Analytics">
  17. <HintPath>..\ref\Gamecraft_Data\Managed\Analytics.dll</HintPath>
  18. </Reference>
  19. <Reference Include="Assembly-CSharp-firstpass">
  20. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  21. </Reference>
  22. <Reference Include="Assembly-CSharp">
  23. <HintPath>..\ref\Gamecraft_Data\Managed\Assembly-CSharp.dll</HintPath>
  24. </Reference>
  25. <Reference Include="Authentication">
  26. <HintPath>..\ref\Gamecraft_Data\Managed\Authentication.dll</HintPath>
  27. </Reference>
  28. <Reference Include="BlockEntityFactory">
  29. <HintPath>..\ref\Gamecraft_Data\Managed\BlockEntityFactory.dll</HintPath>
  30. </Reference>
  31. <Reference Include="CommandLine">
  32. <HintPath>..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  33. </Reference>
  34. <Reference Include="DataLoader">
  35. <HintPath>..\ref\Gamecraft_Data\Managed\DataLoader.dll</HintPath>
  36. </Reference>
  37. <Reference Include="DDNA">
  38. <HintPath>..\ref\Gamecraft_Data\Managed\DDNA.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Facepunch.Steamworks.Win64">
  41. <HintPath>..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  42. </Reference>
  43. <Reference Include="FMOD">
  44. <HintPath>..\ref\Gamecraft_Data\Managed\FMOD.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FullGame">
  47. <HintPath>..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Gamecraft.Blocks.ConsoleBlock">
  50. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Blocks.ConsoleBlock.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Gamecraft.Effects">
  53. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.Effects.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Gamecraft.GUI.ConsoleBlock">
  56. <HintPath>..\ref\Gamecraft_Data\Managed\Gamecraft.GUI.ConsoleBlock.dll</HintPath>
  57. </Reference>
  58. <Reference Include="GameState">
  59. <HintPath>..\ref\Gamecraft_Data\Managed\GameState.dll</HintPath>
  60. </Reference>
  61. <Reference Include="GPUInstancer">
  62. <HintPath>..\ref\Gamecraft_Data\Managed\GPUInstancer.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Havok.Physics">
  65. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Havok.Physics.Hybrid">
  68. <HintPath>..\ref\Gamecraft_Data\Managed\Havok.Physics.Hybrid.dll</HintPath>
  69. </Reference>
  70. <Reference Include="HdgRemoteDebugRuntime">
  71. <HintPath>..\ref\Gamecraft_Data\Managed\HdgRemoteDebugRuntime.dll</HintPath>
  72. </Reference>
  73. <Reference Include="IllusionInjector">
  74. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionInjector.dll</HintPath>
  75. </Reference>
  76. <Reference Include="IllusionPlugin">
  77. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  78. </Reference>
  79. <Reference Include="JWT">
  80. <HintPath>..\ref\Gamecraft_Data\Managed\JWT.dll</HintPath>
  81. </Reference>
  82. <Reference Include="LZ4">
  83. <HintPath>..\ref\Gamecraft_Data\Managed\LZ4.dll</HintPath>
  84. </Reference>
  85. <Reference Include="MultiplayerNetworking">
  86. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerNetworking.dll</HintPath>
  87. </Reference>
  88. <Reference Include="MultiplayerTest">
  89. <HintPath>..\ref\Gamecraft_Data\Managed\MultiplayerTest.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Newtonsoft.Json">
  92. <HintPath>..\ref\Gamecraft_Data\Managed\Newtonsoft.Json.dll</HintPath>
  93. </Reference>
  94. <Reference Include="RCX.ScreenshotTaker">
  95. <HintPath>..\ref\Gamecraft_Data\Managed\RCX.ScreenshotTaker.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Rewired_Core">
  98. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Core.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Rewired_Windows">
  101. <HintPath>..\ref\Gamecraft_Data\Managed\Rewired_Windows.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Robocraft.MainGame.AutoEnterSimulation">
  104. <HintPath>..\ref\Gamecraft_Data\Managed\Robocraft.MainGame.AutoEnterSimulation.dll</HintPath>
  105. </Reference>
  106. <Reference Include="RobocraftX.AccountPreferences">
  107. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.AccountPreferences.dll</HintPath>
  108. </Reference>
  109. <Reference Include="RobocraftX.Blocks">
  110. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  111. </Reference>
  112. <Reference Include="RobocraftX.Blocks.Ghost">
  113. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  114. </Reference>
  115. <Reference Include="RobocraftX.Blocks.Triggers">
  116. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Triggers.dll</HintPath>
  117. </Reference>
  118. <Reference Include="RobocraftX.Character">
  119. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  120. </Reference>
  121. <Reference Include="RobocraftX.Common">
  122. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  123. </Reference>
  124. <Reference Include="RobocraftX.Crosshair">
  125. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Crosshair.dll</HintPath>
  126. </Reference>
  127. <Reference Include="RobocraftX.EntityStreamUtility">
  128. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.EntityStreamUtility.dll</HintPath>
  129. </Reference>
  130. <Reference Include="RobocraftX.FrontEnd">
  131. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.FrontEnd.dll</HintPath>
  132. </Reference>
  133. <Reference Include="RobocraftX.GameSignalHandling">
  134. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GameSignalHandling.dll</HintPath>
  135. </Reference>
  136. <Reference Include="RobocraftX.GUI.DebugDisplay">
  137. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.DebugDisplay.dll</HintPath>
  138. </Reference>
  139. <Reference Include="RobocraftX.GUI">
  140. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.dll</HintPath>
  141. </Reference>
  142. <Reference Include="RobocraftX.GUI.RemoveBlock">
  143. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.RemoveBlock.dll</HintPath>
  144. </Reference>
  145. <Reference Include="RobocraftX.GUI.ScaleGhost">
  146. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.ScaleGhost.dll</HintPath>
  147. </Reference>
  148. <Reference Include="RobocraftX.GUI.SignalLabel">
  149. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUI.SignalLabel.dll</HintPath>
  150. </Reference>
  151. <Reference Include="RobocraftX.GUIs.WorkshopPrefabs">
  152. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.GUIs.WorkshopPrefabs.dll</HintPath>
  153. </Reference>
  154. <Reference Include="RobocraftX.Input">
  155. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  156. </Reference>
  157. <Reference Include="RobocraftX.Inventory">
  158. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Inventory.dll</HintPath>
  159. </Reference>
  160. <Reference Include="RobocraftX.MachineEditor">
  161. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  162. </Reference>
  163. <Reference Include="RobocraftX.MainGame">
  164. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  165. </Reference>
  166. <Reference Include="RobocraftX.MainSimulation">
  167. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainSimulation.dll</HintPath>
  168. </Reference>
  169. <Reference Include="RobocraftX.Multiplayer">
  170. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  171. </Reference>
  172. <Reference Include="RobocraftX.Multiplayer.NetworkEntityStream">
  173. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  174. </Reference>
  175. <Reference Include="RobocraftX.MultiplayerInput">
  176. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  177. </Reference>
  178. <Reference Include="RobocraftX.Party">
  179. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Party.dll</HintPath>
  180. </Reference>
  181. <Reference Include="RobocraftX.PartyGui">
  182. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PartyGui.dll</HintPath>
  183. </Reference>
  184. <Reference Include="RobocraftX.Physics">
  185. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  186. </Reference>
  187. <Reference Include="RobocraftX.PilotSeat">
  188. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.PilotSeat.dll</HintPath>
  189. </Reference>
  190. <Reference Include="RobocraftX.Player">
  191. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Player.dll</HintPath>
  192. </Reference>
  193. <Reference Include="RobocraftX.Priority">
  194. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Priority.dll</HintPath>
  195. </Reference>
  196. <Reference Include="RobocraftX.Rendering">
  197. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.dll</HintPath>
  198. </Reference>
  199. <Reference Include="RobocraftX.Rendering.Mock">
  200. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Rendering.Mock.dll</HintPath>
  201. </Reference>
  202. <Reference Include="RobocraftX.SaveAndLoad">
  203. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveAndLoad.dll</HintPath>
  204. </Reference>
  205. <Reference Include="RobocraftX.SaveGameDialog">
  206. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SaveGameDialog.dll</HintPath>
  207. </Reference>
  208. <Reference Include="RobocraftX.Serializers">
  209. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Serializers.dll</HintPath>
  210. </Reference>
  211. <Reference Include="RobocraftX.Services">
  212. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  213. </Reference>
  214. <Reference Include="RobocraftX.SignalHandling">
  215. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.SignalHandling.dll</HintPath>
  216. </Reference>
  217. <Reference Include="RobocraftX.StateSync">
  218. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  219. </Reference>
  220. <Reference Include="RobocraftX_SpawnPoints">
  221. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_SpawnPoints.dll</HintPath>
  222. </Reference>
  223. <Reference Include="RobocraftX_TextBlock">
  224. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX_TextBlock.dll</HintPath>
  225. </Reference>
  226. <Reference Include="RobocratX.SimulationCompositionRoot">
  227. <HintPath>..\ref\Gamecraft_Data\Managed\RobocratX.SimulationCompositionRoot.dll</HintPath>
  228. </Reference>
  229. <Reference Include="StringFormatter">
  230. <HintPath>..\ref\Gamecraft_Data\Managed\StringFormatter.dll</HintPath>
  231. </Reference>
  232. <Reference Include="Svelto.Common">
  233. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Common.dll</HintPath>
  234. </Reference>
  235. <Reference Include="Svelto.ECS.Debugger">
  236. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.ECS.Debugger.dll</HintPath>
  237. </Reference>
  238. <Reference Include="Svelto.ECS">
  239. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  240. </Reference>
  241. <Reference Include="Svelto.Services">
  242. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Services.dll</HintPath>
  243. </Reference>
  244. <Reference Include="Svelto.Tasks">
  245. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  246. </Reference>
  247. <Reference Include="Unity.Addressables">
  248. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Addressables.dll</HintPath>
  249. </Reference>
  250. <Reference Include="Unity.Animation.Rigging">
  251. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Animation.Rigging.dll</HintPath>
  252. </Reference>
  253. <Reference Include="Unity.Burst">
  254. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.dll</HintPath>
  255. </Reference>
  256. <Reference Include="Unity.Burst.Unsafe">
  257. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Burst.Unsafe.dll</HintPath>
  258. </Reference>
  259. <Reference Include="Unity.Cloud.UserReporting.Client">
  260. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Cloud.UserReporting.Client.dll</HintPath>
  261. </Reference>
  262. <Reference Include="Unity.Cloud.UserReporting.Plugin">
  263. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Cloud.UserReporting.Plugin.dll</HintPath>
  264. </Reference>
  265. <Reference Include="Unity.Collections">
  266. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Collections.dll</HintPath>
  267. </Reference>
  268. <Reference Include="Unity.Entities">
  269. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  270. </Reference>
  271. <Reference Include="Unity.Entities.Hybrid">
  272. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  273. </Reference>
  274. <Reference Include="Unity.Entities.Properties">
  275. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Properties.dll</HintPath>
  276. </Reference>
  277. <Reference Include="Unity.Entities.StaticTypeRegistry">
  278. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.StaticTypeRegistry.dll</HintPath>
  279. </Reference>
  280. <Reference Include="Unity.Jobs">
  281. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Jobs.dll</HintPath>
  282. </Reference>
  283. <Reference Include="Unity.Mathematics">
  284. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  285. </Reference>
  286. <Reference Include="Unity.Mathematics.Extensions">
  287. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  288. </Reference>
  289. <Reference Include="Unity.Mathematics.Extensions.Hybrid">
  290. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  291. </Reference>
  292. <Reference Include="Unity.Physics">
  293. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.dll</HintPath>
  294. </Reference>
  295. <Reference Include="Unity.Physics.Hybrid">
  296. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Physics.Hybrid.dll</HintPath>
  297. </Reference>
  298. <Reference Include="Unity.Postprocessing.Runtime">
  299. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  300. </Reference>
  301. <Reference Include="Unity.Properties">
  302. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Properties.dll</HintPath>
  303. </Reference>
  304. <Reference Include="Unity.Rendering.Hybrid">
  305. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Rendering.Hybrid.dll</HintPath>
  306. </Reference>
  307. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  308. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  309. </Reference>
  310. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  311. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  312. </Reference>
  313. <Reference Include="Unity.RenderPipelines.Lightweight.Runtime">
  314. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.Lightweight.Runtime.dll</HintPath>
  315. </Reference>
  316. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  317. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  318. </Reference>
  319. <Reference Include="Unity.ResourceManager">
  320. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ResourceManager.dll</HintPath>
  321. </Reference>
  322. <Reference Include="Unity.Scenes.Hybrid">
  323. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Scenes.Hybrid.dll</HintPath>
  324. </Reference>
  325. <Reference Include="Unity.ScriptableBuildPipeline">
  326. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.ScriptableBuildPipeline.dll</HintPath>
  327. </Reference>
  328. <Reference Include="Unity.TextMeshPro">
  329. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  330. </Reference>
  331. <Reference Include="Unity.Timeline">
  332. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Timeline.dll</HintPath>
  333. </Reference>
  334. <Reference Include="Unity.Transforms">
  335. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  336. </Reference>
  337. <Reference Include="Unity.Transforms.Hybrid">
  338. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.Hybrid.dll</HintPath>
  339. </Reference>
  340. <Reference Include="UnityEngine.AccessibilityModule">
  341. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  342. </Reference>
  343. <Reference Include="UnityEngine.AIModule">
  344. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  345. </Reference>
  346. <Reference Include="UnityEngine.AndroidJNIModule">
  347. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AndroidJNIModule.dll</HintPath>
  348. </Reference>
  349. <Reference Include="UnityEngine.AnimationModule">
  350. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  351. </Reference>
  352. <Reference Include="UnityEngine.ARModule">
  353. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  354. </Reference>
  355. <Reference Include="UnityEngine.AssetBundleModule">
  356. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  357. </Reference>
  358. <Reference Include="UnityEngine.AudioModule">
  359. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  360. </Reference>
  361. <Reference Include="UnityEngine.ClothModule">
  362. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  363. </Reference>
  364. <Reference Include="UnityEngine.ClusterInputModule">
  365. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  366. </Reference>
  367. <Reference Include="UnityEngine.ClusterRendererModule">
  368. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  369. </Reference>
  370. <Reference Include="UnityEngine.CoreModule">
  371. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  372. </Reference>
  373. <Reference Include="UnityEngine.CrashReportingModule">
  374. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  375. </Reference>
  376. <Reference Include="UnityEngine.DirectorModule">
  377. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  378. </Reference>
  379. <Reference Include="UnityEngine">
  380. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  381. </Reference>
  382. <Reference Include="UnityEngine.DSPGraphModule">
  383. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.DSPGraphModule.dll</HintPath>
  384. </Reference>
  385. <Reference Include="UnityEngine.FileSystemHttpModule">
  386. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.FileSystemHttpModule.dll</HintPath>
  387. </Reference>
  388. <Reference Include="UnityEngine.GameCenterModule">
  389. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  390. </Reference>
  391. <Reference Include="UnityEngine.GridModule">
  392. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  393. </Reference>
  394. <Reference Include="UnityEngine.HotReloadModule">
  395. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  396. </Reference>
  397. <Reference Include="UnityEngine.ImageConversionModule">
  398. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  399. </Reference>
  400. <Reference Include="UnityEngine.IMGUIModule">
  401. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  402. </Reference>
  403. <Reference Include="UnityEngine.InputLegacyModule">
  404. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
  405. </Reference>
  406. <Reference Include="UnityEngine.InputModule">
  407. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  408. </Reference>
  409. <Reference Include="UnityEngine.JSONSerializeModule">
  410. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  411. </Reference>
  412. <Reference Include="UnityEngine.LocalizationModule">
  413. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  414. </Reference>
  415. <Reference Include="UnityEngine.ParticleSystemModule">
  416. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  417. </Reference>
  418. <Reference Include="UnityEngine.PerformanceReportingModule">
  419. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  420. </Reference>
  421. <Reference Include="UnityEngine.Physics2DModule">
  422. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  423. </Reference>
  424. <Reference Include="UnityEngine.PhysicsModule">
  425. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  426. </Reference>
  427. <Reference Include="UnityEngine.ProfilerModule">
  428. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  429. </Reference>
  430. <Reference Include="UnityEngine.ScreenCaptureModule">
  431. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  432. </Reference>
  433. <Reference Include="UnityEngine.SharedInternalsModule">
  434. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  435. </Reference>
  436. <Reference Include="UnityEngine.SpriteMaskModule">
  437. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  438. </Reference>
  439. <Reference Include="UnityEngine.SpriteShapeModule">
  440. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  441. </Reference>
  442. <Reference Include="UnityEngine.StreamingModule">
  443. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  444. </Reference>
  445. <Reference Include="UnityEngine.SubstanceModule">
  446. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  447. </Reference>
  448. <Reference Include="UnityEngine.TerrainModule">
  449. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  450. </Reference>
  451. <Reference Include="UnityEngine.TerrainPhysicsModule">
  452. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  453. </Reference>
  454. <Reference Include="UnityEngine.TextCoreModule">
  455. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  456. </Reference>
  457. <Reference Include="UnityEngine.TextRenderingModule">
  458. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  459. </Reference>
  460. <Reference Include="UnityEngine.TilemapModule">
  461. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  462. </Reference>
  463. <Reference Include="UnityEngine.TLSModule">
  464. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  465. </Reference>
  466. <Reference Include="UnityEngine.UI">
  467. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UI.dll</HintPath>
  468. </Reference>
  469. <Reference Include="UnityEngine.UIElementsModule">
  470. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  471. </Reference>
  472. <Reference Include="UnityEngine.UIModule">
  473. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  474. </Reference>
  475. <Reference Include="UnityEngine.UmbraModule">
  476. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  477. </Reference>
  478. <Reference Include="UnityEngine.UNETModule">
  479. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  480. </Reference>
  481. <Reference Include="UnityEngine.UnityAnalyticsModule">
  482. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  483. </Reference>
  484. <Reference Include="UnityEngine.UnityConnectModule">
  485. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  486. </Reference>
  487. <Reference Include="UnityEngine.UnityTestProtocolModule">
  488. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  489. </Reference>
  490. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  491. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  492. </Reference>
  493. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  494. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  495. </Reference>
  496. <Reference Include="UnityEngine.UnityWebRequestModule">
  497. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  498. </Reference>
  499. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  500. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  501. </Reference>
  502. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  503. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  504. </Reference>
  505. <Reference Include="UnityEngine.VehiclesModule">
  506. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  507. </Reference>
  508. <Reference Include="UnityEngine.VFXModule">
  509. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  510. </Reference>
  511. <Reference Include="UnityEngine.VideoModule">
  512. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  513. </Reference>
  514. <Reference Include="UnityEngine.VRModule">
  515. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  516. </Reference>
  517. <Reference Include="UnityEngine.WindModule">
  518. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  519. </Reference>
  520. <Reference Include="UnityEngine.XRModule">
  521. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  522. </Reference>
  523. <Reference Include="uREPL">
  524. <HintPath>..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  525. </Reference>
  526. <Reference Include="UserReporting">
  527. <HintPath>..\ref\Gamecraft_Data\Managed\UserReporting.dll</HintPath>
  528. </Reference>
  529. <Reference Include="Utf8Json">
  530. <HintPath>..\ref\Gamecraft_Data\Managed\Utf8Json.dll</HintPath>
  531. </Reference>
  532. <Reference Include="VisualProfiler">
  533. <HintPath>..\ref\Gamecraft_Data\Managed\VisualProfiler.dll</HintPath>
  534. </Reference>
  535. </ItemGroup>
  536. <ItemGroup>
  537. <Folder Include="Properties\" />
  538. </ItemGroup>
  539. <!--End Dependencies-->
  540. </Project>