-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathWhipstaff.Blazor.Syncfusion.Schedule.csproj
More file actions
35 lines (32 loc) · 2.09 KB
/
Copy pathWhipstaff.Blazor.Syncfusion.Schedule.csproj
File metadata and controls
35 lines (32 loc) · 2.09 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageDescription>Re-usable logic for working with Syncfusion Blazor Schedule controls.</PackageDescription>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="Vetuviem.SourceGenerator" Version="0.15.27">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Syncfusion.Blazor.Schedule" Version="34.1.32" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Buttons\Whipstaff.Blazor.Syncfusion.Buttons.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Calendars\Whipstaff.Blazor.Syncfusion.Calendars.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Core\Whipstaff.Blazor.Syncfusion.Core.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Data\Whipstaff.Blazor.Syncfusion.Data.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.DropDowns\Whipstaff.Blazor.Syncfusion.DropDowns.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Inputs\Whipstaff.Blazor.Syncfusion.Inputs.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Navigations\Whipstaff.Blazor.Syncfusion.Navigations.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Popups\Whipstaff.Blazor.Syncfusion.Popups.csproj" />
<ProjectReference Include="..\Whipstaff.Blazor.Syncfusion.Spinner\Whipstaff.Blazor.Syncfusion.Spinner.csproj" />
</ItemGroup>
<PropertyGroup>
<Vetuviem_Make_Classes_Public>true</Vetuviem_Make_Classes_Public>
<Vetuviem_Root_Namespace>Whipstaff</Vetuviem_Root_Namespace>
<Vetuviem_Assemblies>Syncfusion.Blazor.Schedule.dll</Vetuviem_Assemblies>
<Vetuviem_UI_Framework>Blazor</Vetuviem_UI_Framework>
</PropertyGroup>
</Project>