BepInExTests.csproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  7. <IsCodedUITest>False</IsCodedUITest>
  8. <TestProjectType>UnitTest</TestProjectType>
  9. <FileUpgradeFlags />
  10. <UpgradeBackupLocation />
  11. <AssemblyTitle>BepInExTests</AssemblyTitle>
  12. <Product>BepInExTests</Product>
  13. <Copyright>Copyright © 2020 BepInEx Team</Copyright>
  14. <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
  15. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  18. <DebugType>full</DebugType>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  21. <DebugType>pdbonly</DebugType>
  22. </PropertyGroup>
  23. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  24. <ItemGroup>
  25. <PackageReference Include="Iced" Version="1.6.0" />
  26. <PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
  27. <PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
  28. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
  29. <PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
  30. <PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <Reference Include="UnityEngine">
  34. <HintPath>..\lib\UnityEngine.dll</HintPath>
  35. </Reference>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  39. <ProjectReference Include="..\BepInEx.IL2CPP\BepInEx.IL2CPP.csproj" />
  40. <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj" />
  41. </ItemGroup>
  42. </Project>