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-03-15 20:53:45 +01:00
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.Sharp\ChanSort.Loader.Sharp.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
2021-03-15 20:53:45 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="TestFiles\" />
|
|
|
|
|
|
</ItemGroup>
|
2021-04-25 18:31:05 +02: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" />
|
2021-04-25 18:31:05 +02:00
|
|
|
|
</ItemGroup>
|
2021-03-15 20:53:45 +01:00
|
|
|
|
</Project>
|