[성현모] ProxyKMS 컨피그, 패킷 클래스 추가

This commit is contained in:
SHM
2025-12-24 11:42:59 +09:00
parent e2c367961a
commit 31f3079ead
7 changed files with 335 additions and 2 deletions

View File

@ -10,4 +10,17 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebApi.Library\WebApi.Library.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="SystemX.Core">
<HintPath>..\..\DLL\SystemX.Core.dll</HintPath>
</Reference>
<Reference Include="SystemX.Core.DB">
<HintPath>..\..\DLL\SystemX.Core.DB.dll</HintPath>
</Reference>
</ItemGroup>
</Project>