Skip to content

Commit

Permalink
* sync 10/17/2024 version: 2025.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FastReports-bot committed Oct 17, 2024
1 parent 9cf67c6 commit aa2d6d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Pack/BuildScripts/Tasks/BaseTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ partial class Program
"Odbc",
};

enum ProductType
{
None = 0,
Core,
Net,
OpenSource,
Mono,
WPF,
Avalonia,
Wasm,
Connector,
Localization,
}

internal string SolutionFile => Path.Combine(solutionDirectory, solutionFilename);

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

0 comments on commit aa2d6d4

Please sign in to comment.