2021-11-27 01:28:22 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-02-12 13:29:01 +00:00
|
|
|
|
<PropertyGroup>
|
2021-11-27 03:17:03 +00:00
|
|
|
|
<AssemblyTitle>QSBTests</AssemblyTitle>
|
|
|
|
|
<Product>QSBTests</Product>
|
2021-02-12 13:29:01 +00:00
|
|
|
|
<ProjectGuid>{2FE8256C-0CB6-48F1-A4C0-5FA18A1846A3}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
|
|
|
<IsCodedUITest>False</IsCodedUITest>
|
|
|
|
|
<TestProjectType>UnitTest</TestProjectType>
|
2021-11-27 01:28:22 +00:00
|
|
|
|
<PostBuildEvent>dotnet test QSBTests.dll</PostBuildEvent>
|
2021-02-12 13:29:01 +00:00
|
|
|
|
</PropertyGroup>
|
2021-11-27 01:28:22 +00:00
|
|
|
|
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
|
|
|
|
<ItemGroup>
|
2022-01-13 22:59:27 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
|
2022-02-04 14:33:49 +00:00
|
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" />
|
|
|
|
|
<PackageReference Include="OWML" Version="2.3.2" />
|
|
|
|
|
<PackageReference Include="HarmonyX" Version="2.9.0" />
|
2021-11-27 01:28:22 +00:00
|
|
|
|
<ProjectReference Include="..\QSB\QSB.csproj" />
|
2021-02-12 13:29:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|