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 >
80
87
<Import Include =" ActiveQueryBuilder.View.WPF" />
81
88
</ItemGroup >
82
89
90
+ <!-- enable FastReport support in Demos -->
91
+ <PropertyGroup >
92
+ <EnableFastReportSupport >false</EnableFastReportSupport >
93
+ </PropertyGroup >
94
+
83
95
<!-- enable GrapeCity's ActiveReports support in Demos -->
84
96
<PropertyGroup >
85
97
<EnableActiveReportsSupport >false</EnableActiveReportsSupport >
You can’t perform that action at this time.
0 commit comments