Magically import images and more into Gamecraft as blocks
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.

840 lines
48KB

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