-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathWhipstaff.Wpf.Syncfusion.SfCellGrid.csproj
More file actions
37 lines (32 loc) · 1.62 KB
/
Copy pathWhipstaff.Wpf.Syncfusion.SfCellGrid.csproj
File metadata and controls
37 lines (32 loc) · 1.62 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
36
37
<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 Spreadsheet Cell Grid Controls.</PackageDescription>
<NoWarn>CS0618</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="Syncfusion.SfCellGrid.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.GridCommon\Whipstaff.Wpf.Syncfusion.GridCommon.csproj" />
<ProjectReference Include="..\Whipstaff.Wpf.Syncfusion.Shared\Whipstaff.Wpf.Syncfusion.Shared.csproj" />
<ProjectReference Include="..\Whipstaff.Wpf.Syncfusion.XlsIO\Whipstaff.Wpf.Syncfusion.XlsIO.csproj" />
</ItemGroup>
<!--
<ItemGroup>
<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.SfCellGrid.WPF.dll</Vetuviem_Assemblies>
<Vetuviem_UI_Framework>Wpf</Vetuviem_UI_Framework>
</PropertyGroup>
</Project>