summary refs log tree commit diff
path: root/hello/obj/Debug/net6.0
diff options
context:
space:
mode:
Diffstat (limited to 'hello/obj/Debug/net6.0')
-rw-r--r--hello/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs4
-rw-r--r--hello/obj/Debug/net6.0/apphost.exebin0 -> 147968 bytes
-rw-r--r--hello/obj/Debug/net6.0/hello.AssemblyInfo.cs22
-rw-r--r--hello/obj/Debug/net6.0/hello.AssemblyInfoInputs.cache1
-rw-r--r--hello/obj/Debug/net6.0/hello.GeneratedMSBuildEditorConfig.editorconfig11
-rw-r--r--hello/obj/Debug/net6.0/hello.GlobalUsings.g.cs8
-rw-r--r--hello/obj/Debug/net6.0/hello.assets.cachebin0 -> 151 bytes
-rw-r--r--hello/obj/Debug/net6.0/hello.csproj.AssemblyReference.cachebin0 -> 73508 bytes
-rw-r--r--hello/obj/Debug/net6.0/hello.csproj.CoreCompileInputs.cache1
-rw-r--r--hello/obj/Debug/net6.0/hello.csproj.FileListAbsolute.txt15
-rw-r--r--hello/obj/Debug/net6.0/hello.dllbin0 -> 5120 bytes
-rw-r--r--hello/obj/Debug/net6.0/hello.genruntimeconfig.cache1
-rw-r--r--hello/obj/Debug/net6.0/hello.pdbbin0 -> 10284 bytes
-rw-r--r--hello/obj/Debug/net6.0/ref/hello.dllbin0 -> 5632 bytes
-rw-r--r--hello/obj/Debug/net6.0/refint/hello.dllbin0 -> 5632 bytes
15 files changed, 63 insertions, 0 deletions
diff --git a/hello/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/hello/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/hello/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />

+using System;

+using System.Reflection;

+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

diff --git a/hello/obj/Debug/net6.0/apphost.exe b/hello/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..b8da4de
--- /dev/null
+++ b/hello/obj/Debug/net6.0/apphost.exe
Binary files differdiff --git a/hello/obj/Debug/net6.0/hello.AssemblyInfo.cs b/hello/obj/Debug/net6.0/hello.AssemblyInfo.cs
new file mode 100644
index 0000000..4f39fca
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------

+// <auto-generated>

+//     This code was generated by a tool.

+//

+//     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("hello")]

+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]

+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]

+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]

+[assembly: System.Reflection.AssemblyProductAttribute("hello")]

+[assembly: System.Reflection.AssemblyTitleAttribute("hello")]

+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

+

+// Generated by the MSBuild WriteCodeFragment class.

+

diff --git a/hello/obj/Debug/net6.0/hello.AssemblyInfoInputs.cache b/hello/obj/Debug/net6.0/hello.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..424332d
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+9d401f20790214b7c616303462e36f53696cfab4

diff --git a/hello/obj/Debug/net6.0/hello.GeneratedMSBuildEditorConfig.editorconfig b/hello/obj/Debug/net6.0/hello.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4af0eaa
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true

+build_property.TargetFramework = net6.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 = hello

+build_property.ProjectDir = C:\Users\User\source\repos\hello\

diff --git a/hello/obj/Debug/net6.0/hello.GlobalUsings.g.cs b/hello/obj/Debug/net6.0/hello.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.GlobalUsings.g.cs
@@ -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;

diff --git a/hello/obj/Debug/net6.0/hello.assets.cache b/hello/obj/Debug/net6.0/hello.assets.cache
new file mode 100644
index 0000000..4d75702
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.assets.cache
Binary files differdiff --git a/hello/obj/Debug/net6.0/hello.csproj.AssemblyReference.cache b/hello/obj/Debug/net6.0/hello.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..a888b89
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.csproj.AssemblyReference.cache
Binary files differdiff --git a/hello/obj/Debug/net6.0/hello.csproj.CoreCompileInputs.cache b/hello/obj/Debug/net6.0/hello.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..a65f116
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+40b071353a795eeafa17c7079ef6ead01391ac52

diff --git a/hello/obj/Debug/net6.0/hello.csproj.FileListAbsolute.txt b/hello/obj/Debug/net6.0/hello.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..d287f5e
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\hello\bin\Debug\net6.0\hello.exe

+C:\Users\User\source\repos\hello\bin\Debug\net6.0\hello.deps.json

+C:\Users\User\source\repos\hello\bin\Debug\net6.0\hello.runtimeconfig.json

+C:\Users\User\source\repos\hello\bin\Debug\net6.0\hello.dll

+C:\Users\User\source\repos\hello\bin\Debug\net6.0\hello.pdb

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.csproj.AssemblyReference.cache

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.GeneratedMSBuildEditorConfig.editorconfig

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.AssemblyInfoInputs.cache

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.AssemblyInfo.cs

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.csproj.CoreCompileInputs.cache

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.dll

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\refint\hello.dll

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.pdb

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\hello.genruntimeconfig.cache

+C:\Users\User\source\repos\hello\obj\Debug\net6.0\ref\hello.dll

diff --git a/hello/obj/Debug/net6.0/hello.dll b/hello/obj/Debug/net6.0/hello.dll
new file mode 100644
index 0000000..bd84544
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.dll
Binary files differdiff --git a/hello/obj/Debug/net6.0/hello.genruntimeconfig.cache b/hello/obj/Debug/net6.0/hello.genruntimeconfig.cache
new file mode 100644
index 0000000..5fa1061
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.genruntimeconfig.cache
@@ -0,0 +1 @@
+46b9ef8de5ef4436fd345ad0f9fc7def4228dc69

diff --git a/hello/obj/Debug/net6.0/hello.pdb b/hello/obj/Debug/net6.0/hello.pdb
new file mode 100644
index 0000000..7cc1bd5
--- /dev/null
+++ b/hello/obj/Debug/net6.0/hello.pdb
Binary files differdiff --git a/hello/obj/Debug/net6.0/ref/hello.dll b/hello/obj/Debug/net6.0/ref/hello.dll
new file mode 100644
index 0000000..83605ef
--- /dev/null
+++ b/hello/obj/Debug/net6.0/ref/hello.dll
Binary files differdiff --git a/hello/obj/Debug/net6.0/refint/hello.dll b/hello/obj/Debug/net6.0/refint/hello.dll
new file mode 100644
index 0000000..83605ef
--- /dev/null
+++ b/hello/obj/Debug/net6.0/refint/hello.dll
Binary files differ