Web server mod for Techblox to run commands
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

22 satır
671B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <OutputType>Exe</OutputType>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Lib.Harmony" Version="2.0.4" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Reference Include="GamecraftModdingAPI">
  11. <HintPath>..\..\GamecraftModdingAPI\GamecraftModdingAPI\bin\Debug\net472\GamecraftModdingAPI.dll</HintPath>
  12. </Reference>
  13. <Reference Include="IllusionPlugin">
  14. <HintPath>..\..\GamecraftModdingAPI\GamecraftModdingAPI\bin\Debug\net472\IllusionPlugin.dll</HintPath>
  15. </Reference>
  16. </ItemGroup>
  17. </Project>