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" />
|
2015-11-27 23:47:09 +01:00
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.Samsung\ChanSort.Loader.Samsung.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
2015-11-27 23:47:09 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2025-06-05 18:35:10 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.5" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.5" />
|
|
|
|
|
|
<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>
|
2025-06-05 18:35:10 +02: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')" />
|
2022-11-29 18:21:52 +01:00
|
|
|
|
<PropertyGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
$(MSBuildProjectDirectory)\..\deployLibs.cmd $(TargetDir)
|
2022-11-29 18:21:52 +01:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
</PropertyGroup>
|
2015-11-27 23:47:09 +01:00
|
|
|
|
</Project>
|