2023-01-03 10:41:30 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2025-06-12 16:27:25 +02:00
|
|
|
|
<Import Project="..\ChanSortProject.props" />
|
2019-08-29 16:57:20 +02:00
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<None Update="TestFiles\channels.conf">
|
2019-08-29 16:57:20 +02:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.VDR\ChanSort.Loader.VDR.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2025-06-05 18:35:10 +02:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
|
2019-08-29 16:57:20 +02:00
|
|
|
|
</ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<Import Project="..\packages\NETStandard.Library.2.0.3\build\net48\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\net48\NETStandard.Library.targets')" />
|
2019-08-29 16:57:20 +02:00
|
|
|
|
</Project>
|