[성현모] TRA 컨피그, 레이아웃 생성

This commit is contained in:
SHM
2025-08-29 10:56:41 +09:00
parent f26908b99d
commit 0f8199cadf
16 changed files with 202 additions and 240 deletions

View File

@ -6,4 +6,22 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Radzen.Blazor" Version="7.3.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebClient.Library\WebClient.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>