COM3D2.MeidoPhotoStudio.Plugin.csproj 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <Project Sdk="Microsoft.Net.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <AssemblyName>COM3D2.MeidoPhotoStudio</AssemblyName>
  5. <AssemblyVersion>0.0</AssemblyVersion>
  6. <FileVersion>0.0.0</FileVersion>
  7. <GenerateAssemblyInfo>true</GenerateAssemblyInfo>
  8. <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <Reference Include="Assembly-CSharp">
  12. <HintPath>..\lib\Assembly-CSharp.dll</HintPath>
  13. </Reference>
  14. <Reference Include="Assembly-CSharp-firstpass">
  15. <HintPath>..\lib\Assembly-CSharp-firstpass.dll</HintPath>
  16. </Reference>
  17. <Reference Include="Assembly-UnityScript-firstpass">
  18. <HintPath>..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
  19. </Reference>
  20. <Reference Include="UnityEngine">
  21. <HintPath>..\lib\UnityEngine.dll</HintPath>
  22. </Reference>
  23. <Reference Include="Newtonsoft.Json">
  24. <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
  25. </Reference>
  26. <Reference Include="Ionic.Zlib">
  27. <HintPath>..\lib\Ionic.Zlib.dll</HintPath>
  28. </Reference>
  29. <Reference Include="BepInEx">
  30. <HintPath>..\lib\BepInEx.dll</HintPath>
  31. </Reference>
  32. <Reference Include="0Harmony">
  33. <HintPath>..\lib\0Harmony.dll</HintPath>
  34. </Reference>
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Content Include="Config\**">
  38. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  39. </Content>
  40. </ItemGroup>
  41. </Project>