Moar Gamecraft commands!
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.

115 line
5.1KB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Reference Include="GamecraftModdingAPI">
  11. <HintPath>..\ref\Plugins\GamecraftModdingAPI.dll</HintPath>
  12. </Reference>
  13. <Reference Include="CommandLine">
  14. <HintPath>..\ref\Gamecraft_Data\Managed\CommandLine.dll</HintPath>
  15. </Reference>
  16. <Reference Include="Facepunch.Steamworks.Win64">
  17. <HintPath>..\ref\Gamecraft_Data\Managed\Facepunch.Steamworks.Win64.dll</HintPath>
  18. </Reference>
  19. <Reference Include="FullGame">
  20. <HintPath>..\ref\Gamecraft_Data\Managed\FullGame.dll</HintPath>
  21. </Reference>
  22. <Reference Include="IllusionPlugin">
  23. <HintPath>..\ref\Gamecraft_Data\Managed\IllusionPlugin.dll</HintPath>
  24. </Reference>
  25. <Reference Include="RobocraftX.Character">
  26. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  27. </Reference>
  28. <Reference Include="CommandLine">
  29. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Common.dll</HintPath>
  30. </Reference>
  31. <Reference Include="RobocraftX.Blocks">
  32. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.dll</HintPath>
  33. </Reference>
  34. <Reference Include="RobocraftX.Blocks.Ghost">
  35. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Blocks.Ghost.dll</HintPath>
  36. </Reference>
  37. <Reference Include="RobocraftX.Character">
  38. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Character.dll</HintPath>
  39. </Reference>
  40. <Reference Include="RobocraftX.Input">
  41. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Input.dll</HintPath>
  42. </Reference>
  43. <Reference Include="RobocraftX.MachineEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  44. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MachineEditor.dll</HintPath>
  45. </Reference>
  46. <Reference Include="RobocraftX.MainGame">
  47. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MainGame.dll</HintPath>
  48. </Reference>
  49. <Reference Include="RobocraftX.Multiplayer">
  50. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.dll</HintPath>
  51. </Reference>
  52. <Reference Include="RobocraftX.Multiplayer.NetworkEntityStream">
  53. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Multiplayer.NetworkEntityStream.dll</HintPath>
  54. </Reference>
  55. <Reference Include="RobocraftX.MultiplayerInput">
  56. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.MultiplayerInput.dll</HintPath>
  57. </Reference>
  58. <Reference Include="RobocraftX.Physics">
  59. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Physics.dll</HintPath>
  60. </Reference>
  61. <Reference Include="RobocraftX.Services, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  62. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.Services.dll</HintPath>
  63. </Reference>
  64. <Reference Include="RobocraftX.StateSync">
  65. <HintPath>..\ref\Gamecraft_Data\Managed\RobocraftX.StateSync.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Svelto.Common">
  68. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Common.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Svelto.ECS">
  71. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.ECS.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Svelto.Tasks">
  74. <HintPath>..\ref\Gamecraft_Data\Managed\Svelto.Tasks.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Unity.Entities">
  77. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Unity.Entities.Hybrid">
  80. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Hybrid.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Unity.Entities.Properties">
  83. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.Properties.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Unity.Entities.StaticTypeRegistry">
  86. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Entities.StaticTypeRegistry.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Unity.Mathematics">
  89. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Unity.Mathematics.Extensions">
  92. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Unity.Mathematics.Extensions.Hybrid">
  95. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Mathematics.Extensions.Hybrid.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Unity.Transforms">
  98. <HintPath>..\ref\Gamecraft_Data\Managed\Unity.Transforms.dll</HintPath>
  99. </Reference>
  100. <Reference Include="UnityEngine">
  101. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  102. </Reference>
  103. <Reference Include="UnityEngine.CoreModule">
  104. <HintPath>..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  105. </Reference>
  106. <Reference Include="uREPL">
  107. <HintPath>..\ref\Gamecraft_Data\Managed\uREPL.dll</HintPath>
  108. </Reference>
  109. </ItemGroup>
  110. </Project>