MultipleMaids.csproj 1.1 KB

123456789101112131415161718192021222324252627
  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. </PropertyGroup>
  7. <ItemGroup>
  8. <Reference Include="Assembly-CSharp">
  9. <HintPath>lib\Assembly-CSharp.dll</HintPath>
  10. </Reference>
  11. <Reference Include="Assembly-CSharp-firstpass">
  12. <HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
  13. </Reference>
  14. <Reference Include="Assembly-UnityScript-firstpass">
  15. <HintPath>lib\Assembly-UnityScript-firstpass.dll</HintPath>
  16. </Reference>
  17. <Reference Include="ExIni">
  18. <HintPath>lib\ExIni.dll</HintPath>
  19. </Reference>
  20. <Reference Include="UnityEngine">
  21. <HintPath>lib\UnityEngine.dll</HintPath>
  22. </Reference>
  23. <Reference Include="UnityInjector">
  24. <HintPath>lib\UnityInjector.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. </Project>