Converter.csproj 937 B

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