XUnity.AutoTranslator.Patcher.csproj 594 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Reference Include="ExIni">
  7. <HintPath>..\..\libs\ExIni.dll</HintPath>
  8. </Reference>
  9. <Reference Include="Mono.Cecil">
  10. <HintPath>..\..\libs\Mono.Cecil.dll</HintPath>
  11. </Reference>
  12. <Reference Include="Mono.Cecil.Inject">
  13. <HintPath>..\..\libs\Mono.Cecil.Inject.dll</HintPath>
  14. </Reference>
  15. <Reference Include="ReiPatcher">
  16. <HintPath>..\..\libs\ReiPatcher.exe</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. </Project>