mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-28 06:07:10 +08:00
18 lines
579 B
XML
18 lines
579 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<Content Include="SeedData\Json\sys_relation.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="SeedData\Json\sys_resource.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ThingsGateway.Admin.Core\ThingsGateway.Admin.Core.csproj" />
|
|
<PackageReference Include="MiniExcel" Version="1.31.2" />
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.5" />
|
|
</ItemGroup>
|
|
|
|
</Project> |