-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorSync.csproj
49 lines (40 loc) · 1.78 KB
/
BlazorSync.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>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="Project_Readme.html" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Charts" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.CircularGauge" Version="20.4.0.42" />
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Kanban" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Layouts" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Cards" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.LinearGauge" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="20.4.0.42" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="20.4.0.41" />
<PackageReference Include="Syncfusion.Blazor.DropDowns" Version="20.4.0.41" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\SfResources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>SfResources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\SfResources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>SfResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Data\" />
</ItemGroup>
</Project>