MeidoPhotoStudio.Plugin.csproj 1001 B

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <Configurations>Debug;Release</Configurations>
  4. <Platforms>AnyCPU</Platforms>
  5. </PropertyGroup>
  6. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  7. <DefineConstants>DEBUG;TRACE</DefineConstants>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Reference Include="..\..\lib\Assembly-CSharp.dll" />
  11. <Reference Include="..\..\lib\Assembly-CSharp-firstpass.dll" />
  12. <Reference Include="..\..\lib\Assembly-UnityScript-firstpass.dll" />
  13. <Reference Include="..\..\lib\UnityEngine.dll" />
  14. <Reference Include="..\..\lib\UnityEngine.UI.dll" />
  15. <Reference Include="..\..\lib\Newtonsoft.Json.dll" />
  16. <Reference Include="..\..\lib\Ionic.Zlib.dll" />
  17. <Reference Include="..\..\lib\BepInEx.dll" />
  18. <Reference Include="..\..\lib\0Harmony.dll" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Content Include="Config\**">
  22. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  23. </Content>
  24. </ItemGroup>
  25. </Project>