From 8debcdf2ae3522338b0e2b37b5c431d45cd672ba Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 24 Dec 2016 13:00:18 +0530 Subject: [PATCH] Add project files. --- DnsServer.sln | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 DnsServer.sln diff --git a/DnsServer.sln b/DnsServer.sln new file mode 100644 index 00000000..7d3f1263 --- /dev/null +++ b/DnsServer.sln @@ -0,0 +1,10 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal