From 3b525e203bbfa2a6e799200c8127f24176ff04ab Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Fri, 15 Feb 2013 09:57:31 -0600 Subject: [PATCH] Add empty Visual Studio solution --- Antlr4.sln | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Antlr4.sln diff --git a/Antlr4.sln b/Antlr4.sln new file mode 100644 index 000000000..4b6ff6465 --- /dev/null +++ b/Antlr4.sln @@ -0,0 +1,8 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal