diff --git a/TestSuite/IsConsoleApp.pas b/TestSuite/IsConsoleApp.pas new file mode 100644 index 000000000..f04c322db --- /dev/null +++ b/TestSuite/IsConsoleApp.pas @@ -0,0 +1,3 @@ +begin + assert(IsConsoleApplication); +end. \ No newline at end of file diff --git a/TreeConverter/TreeRealization/programs.cs b/TreeConverter/TreeRealization/programs.cs index d25edd5ea..9e24384b7 100644 --- a/TreeConverter/TreeRealization/programs.cs +++ b/TreeConverter/TreeRealization/programs.cs @@ -247,6 +247,10 @@ public bool internal_dll } } + static HashSet graph_modules = new HashSet(new string[] { "GraphABC", "GraphWPF", "Graph3D", "PlotWPF", "Robot", "RobotField", "RobotZadan", + "RobotTaskMaker", "Drawman", "DrawManField", "ABCObjects", "ABCButtons", "ABCHouse", "ABCSprites", + "WPFObjects", "TurtleWPF", "Turtle", "Мозаика", "МозаикаABC", "FormsABC", "Чертежник", "Робот"}); + public void create_main_function(string[] used_stand_modules, Dictionary config) { add_needed_cctors(); @@ -313,6 +317,28 @@ public void create_main_function(string[] used_stand_modules, Dictionary