From ebb26ae709570a84004c27f34e9307c33ac6b000 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 19 Apr 2024 00:55:07 +0200 Subject: Add Solution --- solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs (limited to 'solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs') diff --git a/solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs b/solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/solve/Generator/obj/Debug/net8.0/Generator.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; -- cgit v1.2.3-71-gd317