COM3D2.MeidoPhotoStudio.Plugin.csproj 1.4 KB

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