-
Notifications
You must be signed in to change notification settings - Fork 0
/
IronWeb.csproj
49 lines (42 loc) · 2.03 KB
/
IronWeb.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-IronWeb-53D72CDE-F9D5-45AA-AF37-0745881549D8</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\css\bootstrap\bootstrap.min.css.map" />
<None Include="wwwroot\css\open-iconic\FONT-LICENSE" />
<None Include="wwwroot\css\open-iconic\font\fonts\open-iconic.svg" />
<None Include="wwwroot\css\open-iconic\ICON-LICENSE" />
<None Include="wwwroot\css\open-iconic\README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntDesign" Version="0.4.1" />
<PackageReference Include="BlazorInputFile" Version="0.2.0" />
<PackageReference Include="BlazorTable" Version="1.14.0" />
<PackageReference Include="ChartJs.Blazor" Version="1.1.0" />
<PackageReference Include="CsvHelper" Version="19.0.0" />
<PackageReference Include="MatBlazor" Version="2.8.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8" />
<PackageReference Include="Radzen.Blazor" Version="2.18.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\IronClient\IronClient.csproj" />
<ProjectReference Include="..\Interface\IronUtilites\IronUtilites.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\Opc.Ua.IronClient.Config.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Opc.Ua.IronClient.Endpoints.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="UploadedFiles\" />
</ItemGroup>
</Project>