File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 8
8
<UseWPF >true</UseWPF >
9
9
</PropertyGroup >
10
10
11
+ <!-- default TargetFrameworks -->
12
+ <PropertyGroup >
13
+ <DefaultDemosNetFramework >net48</DefaultDemosNetFramework >
14
+ <DefaultDemosNetCore >netcoreapp3.1</DefaultDemosNetCore >
15
+ <TargetFrameworks >$(DefaultDemosNetFramework);$(DefaultDemosNetCore)</TargetFrameworks >
16
+ </PropertyGroup >
17
+
11
18
<!-- common props -->
12
19
<PropertyGroup >
13
20
<AssetsPath >$(MSBuildThisFileDirectory)assets\</AssetsPath >
45
52
<PackageReference Include =" ActiveQueryBuilder.View.WPF" Version =" $(Version)" />
46
53
</ItemGroup >
47
54
55
+ <!-- enable FastReport support in Demos -->
56
+ <PropertyGroup >
57
+ <EnableFastReportSupport >false</EnableFastReportSupport >
58
+ </PropertyGroup >
59
+
48
60
<!-- enable GrapeCity's ActiveReports support in Demos -->
49
61
<PropertyGroup >
50
62
<EnableActiveReportsSupport >false</EnableActiveReportsSupport >
You can’t perform that action at this time.
0 commit comments