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.

24 line
819B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net45</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <Reference Include="IllusionPlugin">
  10. <HintPath>..\..\..\IPA\IPA\bin\Debug\IPA\Data\Managed\IllusionPlugin.dll</HintPath>
  11. </Reference>
  12. <Reference Include="UnityEngine">
  13. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\UnityEngine.dll</HintPath>
  14. </Reference>
  15. <Reference Include="UnityEngine.CoreModule">
  16. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. </Project>