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" />
|
2021-01-24 11:57:06 +01:00
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.M3u\ChanSort.Loader.M3u.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
2021-01-24 11:57:06 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-01-04 13:31:46 +01:00
|
|
|
|
<None Update="TestFiles\extinftags.m3u">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<None Update="TestFiles\example-ref.txt">
|
2021-01-24 11:57:06 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<None Update="TestFiles\example.m3u">
|
2021-01-24 11:57:06 +01:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<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" />
|
2024-08-18 17:41:46 +02:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<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')" />
|
2021-01-24 11:57:06 +01:00
|
|
|
|
</Project>
|