From 115f77bda0246a00f6e17469685c67746bdbd29d Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 12 Dec 2020 07:18:36 +0000 Subject: Initial commit --- Project.sln | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 Project.sln (limited to 'Project.sln') diff --git a/Project.sln b/Project.sln new file mode 100755 index 0000000..4c47e91 --- /dev/null +++ b/Project.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2017 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project", "Project.csproj", "{824F454C-2884-A9FE-0ABA-A64A827082DD}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {824F454C-2884-A9FE-0ABA-A64A827082DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {824F454C-2884-A9FE-0ABA-A64A827082DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {824F454C-2884-A9FE-0ABA-A64A827082DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {824F454C-2884-A9FE-0ABA-A64A827082DD}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.2.3