From 66fb666b859c9705208d90b36d58a2012e591c80 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 2 Feb 2019 13:23:30 +0000 Subject: Added projects and solution for Aggregator --- Aggregator/Parser/Class1.cs | 6 ++++++ Aggregator/Parser/Parser.csproj | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 Aggregator/Parser/Class1.cs create mode 100644 Aggregator/Parser/Parser.csproj (limited to 'Aggregator/Parser') diff --git a/Aggregator/Parser/Class1.cs b/Aggregator/Parser/Class1.cs new file mode 100644 index 0000000..635f2eb --- /dev/null +++ b/Aggregator/Parser/Class1.cs @@ -0,0 +1,6 @@ +using System; + +namespace Parser { + public class Class1 { + } +} diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj new file mode 100644 index 0000000..86ea3bb --- /dev/null +++ b/Aggregator/Parser/Parser.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.1 + + + -- cgit v1.2.3-13-gbd6f