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 = "")]
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\SecureCore.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 54262d78-f047-4693-a998-21e024113afe-->
@@ -0,0 +1,7 @@
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.exe
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\appsettings.Development.json
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\appsettings.json
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.dll
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.deps.json
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.runtimeconfig.json
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.pdb
@@ -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("Release")]
[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 @@
bd9b42e28f5d4a6267f3ff1048ad19486e89e204
@@ -0,0 +1 @@
3c4ca9d77de062243efb59e1e12123a87eb44e18
@@ -0,0 +1 @@
707cc6b556c13148aa191cb544faa8d46927ce06
@@ -0,0 +1,20 @@
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\appsettings.Development.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\appsettings.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.exe
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.deps.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.runtimeconfig.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.runtimeconfig.dev.json
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.dll
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\SecureCore.pdb
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.csprojAssemblyReference.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.AssemblyInfoInputs.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.AssemblyInfo.cs
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.csproj.CoreCompileInputs.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.MvcApplicationPartsAssemblyInfo.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\staticwebassets\SecureCore.StaticWebAssets.Manifest.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\staticwebassets\SecureCore.StaticWebAssets.xml
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\scopedcss\bundle\SecureCore.styles.css
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.RazorTargetAssemblyInfo.cache
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.dll
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.pdb
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\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" />