From 8ac9b943feebb0fc350c159f520098616aa9ccdf Mon Sep 17 00:00:00 2001 From: mspiresdev <61567957+mspiresdev@users.noreply.github.com> Date: Thu, 27 Feb 2020 21:45:31 -0300 Subject: [PATCH] Add files via upload --- WebAppOfx.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 WebAppOfx.sln diff --git a/WebAppOfx.sln b/WebAppOfx.sln new file mode 100644 index 00000000..6fc6108b --- /dev/null +++ b/WebAppOfx.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2005 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppOfx", "WebAppOfx\WebAppOfx.csproj", "{D14ACAB9-B19A-445E-9416-8466F01EB020}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D14ACAB9-B19A-445E-9416-8466F01EB020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D14ACAB9-B19A-445E-9416-8466F01EB020}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D14ACAB9-B19A-445E-9416-8466F01EB020}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D14ACAB9-B19A-445E-9416-8466F01EB020}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {76FF0C9B-4A85-437C-8F4C-368C53BEAD15} + EndGlobalSection +EndGlobal