Intial commit. THe bare bones of a REST .NET Core app have been made.

This commit is contained in:
2021-01-01 00:57:07 -08:00
commit 26c59555ab
81 changed files with 12064 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureCore", "SecureCore\SecureCore.csproj", "{54262D78-F047-4693-A998-21E024113AFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54262D78-F047-4693-A998-21E024113AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54262D78-F047-4693-A998-21E024113AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54262D78-F047-4693-A998-21E024113AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54262D78-F047-4693-A998-21E024113AFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDC7E437-D6D3-4AC1-9125-6F86C6FFBB96}
EndGlobalSection
EndGlobal