mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-22 03:24:29 +08:00
23 lines
652 B
XML
23 lines
652 B
XML
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Masa.Blazor" Version="1.1.1" />
|
|
<PackageReference Include="Masa.Blazor.SomethingSkia" Version="1.1.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Foundation\ThingsGateway.Foundation\ThingsGateway.Foundation.csproj" />
|
|
<ProjectReference Include="..\ThingsGateway.Core\ThingsGateway.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<Content Update="wwwroot\**">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project> |