[성현모] DeviceManager, Factory 리팩토링, DIO, Scanner 추가

This commit is contained in:
SHM
2026-03-09 14:21:39 +09:00
parent 2c2c94f6fa
commit 4db0c87735
17 changed files with 352 additions and 35 deletions

View File

@ -6,6 +6,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<Reference Include="SystemX.Core">
<HintPath>..\DLL\SystemX.Core.dll</HintPath>
@ -13,6 +18,9 @@
</ItemGroup>
<ItemGroup>
<None Update="Config\eCIAv2Config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Config\LogXnetConfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>