- updated build.md with steps to compile and debug ChanSort yourself (without DevExpress license)

- updated .csproj files to include proper configurations for "NoDevExpress_Debug"
This commit is contained in:
Horst Beham
2025-06-12 16:27:25 +02:00
parent a50574fe36
commit b097d20de8
48 changed files with 82 additions and 529 deletions

View File

@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Solution.props" />
<Import Project="..\ChanSortProject.props" />
<ItemGroup>
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
<ProjectReference Include="..\ChanSort.Loader.Panasonic\ChanSort.Loader.Panasonic.csproj" />
@@ -13,7 +13,6 @@
</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>
<TargetFramework>net48</TargetFramework>
<PostBuildEvent>
$(MSBuildProjectDirectory)\..\deployLibs.cmd $(TargetDir)
</PostBuildEvent>