Skip to content

Commit 030a1e9

Browse files
authored
Merge pull request #719 from FastReports/sync_branch_2025.1.1
* sync 10/17/2024 version: 2025.1.1
2 parents 9cf67c6 + aa2d6d4 commit 030a1e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Pack/BuildScripts/Tasks/BaseTasks.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ partial class Program
3636
"Odbc",
3737
};
3838

39+
enum ProductType
40+
{
41+
None = 0,
42+
Core,
43+
Net,
44+
OpenSource,
45+
Mono,
46+
WPF,
47+
Avalonia,
48+
Wasm,
49+
Connector,
50+
Localization,
51+
}
52+
3953
internal string SolutionFile => Path.Combine(solutionDirectory, solutionFilename);
4054

4155
string PackDir => Path.Combine(solutionDirectory, "Pack");

0 commit comments

Comments
 (0)