DataServices 现场调试OK

This commit is contained in:
2025-11-26 16:46:48 +08:00
parent 979afae645
commit 010272aa0b
31 changed files with 1866 additions and 267 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -58,7 +58,6 @@
<ItemGroup>
<Folder Include="PrismEvent\" />
<Folder Include="MapperProfile\" />
<Folder Include="EnvSupport\" />
</ItemGroup>
@@ -68,4 +67,10 @@
</None>
</ItemGroup>
<ItemGroup>
<None Update="Report\UserManual.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>