Initial commit

This commit is contained in:
2023-09-19 11:51:27 -04:00
commit 77597f4e19
42 changed files with 1231 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <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: System.Reflection.AssemblyCompanyAttribute("InterviewTest")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("InterviewTest")]
[assembly: System.Reflection.AssemblyTitleAttribute("InterviewTest")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
2b0922b803302ca2ca3d50328727dd7dddb2c5d5

View File

@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = InterviewTest
build_property.ProjectDir = C:\Users\Chris\source\repos\InterviewTest\InterviewTest\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@@ -0,0 +1 @@
f4d081904e1fc9bf653bd615c2a4cc4709a4131d

View File

@@ -0,0 +1,22 @@
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\InterviewTest.exe
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\InterviewTest.deps.json
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\InterviewTest.runtimeconfig.json
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\InterviewTest.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\InterviewTest.pdb
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\System.Data.SqlClient.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\runtimes\win-arm64\native\sni.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\bin\Debug\net8.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.csproj.AssemblyReference.cache
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.AssemblyInfoInputs.cache
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.AssemblyInfo.cs
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.csproj.CoreCompileInputs.cache
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.csproj.CopyComplete
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\refint\InterviewTest.dll
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.pdb
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\InterviewTest.genruntimeconfig.cache
C:\Users\Chris\source\repos\InterviewTest\InterviewTest\obj\Debug\net8.0\ref\InterviewTest.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
1c51f83973252422d1b438448dcf1ed91ef486c8

Binary file not shown.

Binary file not shown.

Binary file not shown.