-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathWhipstaff.Wpf.Syncfusion.Gantt.csproj
More file actions
30 lines (26 loc) · 1.33 KB
/
Copy pathWhipstaff.Wpf.Syncfusion.Gantt.csproj
File metadata and controls
30 lines (26 loc) · 1.33 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows10.0.19041</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<PackageDescription>Re-usable logic for working with SyncFusion WPF Gantt Control.</PackageDescription>
<NoWarn>CS0618</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="Syncfusion.Gantt.WPF" Version="34.1.32" />
<PackageReference Include="Vetuviem.SourceGenerator" Version="0.15.27">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Whipstaff.Wpf.Syncfusion.SfGrid\Whipstaff.Wpf.Syncfusion.SfGrid.csproj" />
<ProjectReference Include="..\Whipstaff.Wpf.Syncfusion.Shared\Whipstaff.Wpf.Syncfusion.Shared.csproj" />
</ItemGroup>
<PropertyGroup>
<Vetuviem_Make_Classes_Public>true</Vetuviem_Make_Classes_Public>
<Vetuviem_Root_Namespace>Whipstaff</Vetuviem_Root_Namespace>
<Vetuviem_Assemblies>Syncfusion.Gantt.WPF.dll</Vetuviem_Assemblies>
<Vetuviem_UI_Framework>Wpf</Vetuviem_UI_Framework>
</PropertyGroup>
</Project>