mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 10:22:04 +01:00
15 lines
589 B
XML
15 lines
589 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\ChanSortProject.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
<ProjectReference Include="..\ChanSort.Loader.Sharp\ChanSort.Loader.Sharp.csproj" />
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="TestFiles\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
|
|
</ItemGroup>
|
|
</Project> |