MultipleMaids.csproj 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  5. <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
  6. <AssemblyName>COM3D2.MultipleMaids.Plugin</AssemblyName>
  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.Josn">
  28. <HintPath>lib\Newtonsoft.Json.dll</HintPath>
  29. </Reference>
  30. </ItemGroup>
  31. </Project>