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
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("e3dff1d0-8e29-4bc2-8020-8999a38530f3")]
[assembly: System.Reflection.AssemblyCompanyAttribute("SecureCore")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SecureCore")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecureCore")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
@@ -0,0 +1 @@
17452d664451727afc2a665908458ff84f176f93
@@ -0,0 +1 @@
255c6f799c1ef1b1b7ac4f69e9ca737a8e1db09d
@@ -0,0 +1 @@
25f50bd832f636a416eb773cc8db7fa1c945bb2c
@@ -0,0 +1,20 @@
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\appsettings.Development.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\appsettings.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.exe
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.deps.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.runtimeconfig.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.runtimeconfig.dev.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.dll
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Debug\netcoreapp3.1\SecureCore.pdb
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.csprojAssemblyReference.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.AssemblyInfoInputs.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.AssemblyInfo.cs
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.csproj.CoreCompileInputs.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.MvcApplicationPartsAssemblyInfo.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\staticwebassets\SecureCore.StaticWebAssets.Manifest.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\staticwebassets\SecureCore.StaticWebAssets.xml
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\scopedcss\bundle\SecureCore.styles.css
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.RazorTargetAssemblyInfo.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.dll
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.pdb
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Debug\netcoreapp3.1\SecureCore.genruntimeconfig.cache
Binary file not shown.
@@ -0,0 +1 @@
ee70aa993eacaf9a5e33fd4b4886ab7cb301532d
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />