mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 03:12:04 +01:00
20 lines
1020 B
XML
20 lines
1020 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\ChanSortProject.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
<ProjectReference Include="..\ChanSort.Loader.Samsung\ChanSort.Loader.Samsung.csproj" />
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</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')" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
$(MSBuildProjectDirectory)\..\deployLibs.cmd $(TargetDir)
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |