Proof of concept mod and reference implementation
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.

30 lines
1.2KB

  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="CommandLine">
  10. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\CommandLine.dll</HintPath>
  11. </Reference>
  12. <Reference Include="IllusionPlugin">
  13. <HintPath>..\..\..\IPA\IPA\bin\Debug\IPA\Data\Managed\IllusionPlugin.dll</HintPath>
  14. </Reference>
  15. <Reference Include="UnityEngine">
  16. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\UnityEngine.dll</HintPath>
  17. </Reference>
  18. <Reference Include="UnityEngine.CoreModule">
  19. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  20. </Reference>
  21. <Reference Include="uREPL">
  22. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Gamecraft\RobocraftX_Data\Managed\uREPL.dll</HintPath>
  23. </Reference>
  24. </ItemGroup>
  25. </Project>