From 3bca314ccd878c98a5267602aec575abcd70536f Mon Sep 17 00:00:00 2001 From: ig Date: Tue, 13 Jun 2023 13:02:23 +0200 Subject: [PATCH] Generators (Experiment) --- csharp/Lib/Generators/Generators.csproj | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 csharp/Lib/Generators/Generators.csproj diff --git a/csharp/Lib/Generators/Generators.csproj b/csharp/Lib/Generators/Generators.csproj new file mode 100644 index 000000000..bdb1dd28c --- /dev/null +++ b/csharp/Lib/Generators/Generators.csproj @@ -0,0 +1,22 @@ + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + netstandard2.0 + + true + $(MSBuildProjectDirectory) + + + +