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.7" />
|
|
</ItemGroup>
|
|
|
|
</Project> |