2023-01-03 21:01:41 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2025-06-12 16:27:25 +02:00
|
|
|
|
<Import Project="..\ChanSortProject.props" />
|
2013-03-31 14:09:38 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
</CodeAnalysisDependentAssemblyPaths>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-01-03 21:01:41 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.LG\ChanSort.Loader.LG.csproj" />
|
2013-03-31 14:09:38 +02:00
|
|
|
|
</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>
|
2013-03-31 14:09:38 +02:00
|
|
|
|
</Project>
|