Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
23
InterviewTest/obj/Debug/net8.0/InterviewTest.AssemblyInfo.cs
Normal file
23
InterviewTest/obj/Debug/net8.0/InterviewTest.AssemblyInfo.cs
Normal 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.
|
||||
|
@@ -0,0 +1 @@
|
||||
2b0922b803302ca2ca3d50328727dd7dddb2c5d5
|
@@ -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 =
|
@@ -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;
|
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.assets.cache
Normal file
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f4d081904e1fc9bf653bd615c2a4cc4709a4131d
|
@@ -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
|
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.dll
Normal file
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1c51f83973252422d1b438448dcf1ed91ef486c8
|
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.pdb
Normal file
BIN
InterviewTest/obj/Debug/net8.0/InterviewTest.pdb
Normal file
Binary file not shown.
BIN
InterviewTest/obj/Debug/net8.0/apphost.exe
Normal file
BIN
InterviewTest/obj/Debug/net8.0/apphost.exe
Normal file
Binary file not shown.
BIN
InterviewTest/obj/Debug/net8.0/ref/InterviewTest.dll
Normal file
BIN
InterviewTest/obj/Debug/net8.0/ref/InterviewTest.dll
Normal file
Binary file not shown.
BIN
InterviewTest/obj/Debug/net8.0/refint/InterviewTest.dll
Normal file
BIN
InterviewTest/obj/Debug/net8.0/refint/InterviewTest.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user