Files
ChanSort/source/ChanSort.Loader.Sony/ChanSort.Loader.Sony.csproj
Horst Beham b097d20de8 - updated build.md with steps to compile and debug ChanSort yourself (without DevExpress license)
- updated .csproj files to include proper configurations for "NoDevExpress_Debug"
2025-06-12 16:27:25 +02:00

12 lines
444 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\ChanSortProject.props" />
<ItemGroup>
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
<ProjectReference Include="..\ChanSort.Loader.MediaTek\ChanSort.Loader.MediaTek.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="ChanSort.Loader.Sony.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>