MeidoPhotoStudio.Converter.csproj 874 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
  5. <ProjectGuid>{19D28B0C-3537-4FEE-B7B3-1ABF70B16D5E}</ProjectGuid>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Reference Include="..\..\lib\Assembly-CSharp.dll" />
  9. <Reference Include="..\..\lib\Assembly-CSharp-firstpass.dll" />
  10. <Reference Include="..\..\lib\UnityEngine.dll" />
  11. <Reference Include="..\..\lib\Ionic.Zlib.dll" />
  12. <Reference Include="..\..\lib\ExIni.dll" />
  13. <Reference Include="..\..\lib\BepInEx.dll" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\MeidoPhotoStudio.Plugin\MeidoPhotoStudio.Plugin.csproj" />
  17. </ItemGroup>
  18. </Project>