MeidoPhotoStudio.Converter.csproj 693 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <ProjectGuid>{19D28B0C-3537-4FEE-B7B3-1ABF70B16D5E}</ProjectGuid>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="..\..\lib\Assembly-CSharp.dll" />
  8. <Reference Include="..\..\lib\UnityEngine.dll" />
  9. <Reference Include="..\..\lib\Ionic.Zlib.dll" />
  10. <Reference Include="..\..\lib\ExIni.dll" />
  11. <Reference Include="..\..\lib\BepInEx.dll" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\MeidoPhotoStudio.Plugin\MeidoPhotoStudio.Plugin.csproj" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <PackageReference Include="LZMA-SDK" Version="18.1.0" />
  18. </ItemGroup>
  19. </Project>