From a5dbf19723998df261c3dbd6ffe819276352689b Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: hello in 1 line --- .../.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ++++ hello1line/obj/Debug/net6.0/apphost.exe | Bin 0 -> 147968 bytes hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs | 22 +++++++++++++++++++++ .../obj/Debug/net6.0/new.AssemblyInfoInputs.cache | 1 + .../new.GeneratedMSBuildEditorConfig.editorconfig | 10 ++++++++++ hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs | 8 ++++++++ hello1line/obj/Debug/net6.0/new.assets.cache | Bin 0 -> 139 bytes .../net6.0/new.csproj.AssemblyReference.cache | Bin 0 -> 73508 bytes .../net6.0/new.csproj.CoreCompileInputs.cache | 1 + .../Debug/net6.0/new.csproj.FileListAbsolute.txt | 15 ++++++++++++++ hello1line/obj/Debug/net6.0/new.dll | Bin 0 -> 4608 bytes .../obj/Debug/net6.0/new.genruntimeconfig.cache | 1 + hello1line/obj/Debug/net6.0/new.pdb | Bin 0 -> 10248 bytes hello1line/obj/Debug/net6.0/ref/new.dll | Bin 0 -> 5120 bytes hello1line/obj/Debug/net6.0/refint/new.dll | Bin 0 -> 5120 bytes 15 files changed, 62 insertions(+) create mode 100644 hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 hello1line/obj/Debug/net6.0/apphost.exe create mode 100644 hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs create mode 100644 hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache create mode 100644 hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs create mode 100644 hello1line/obj/Debug/net6.0/new.assets.cache create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache create mode 100644 hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt create mode 100644 hello1line/obj/Debug/net6.0/new.dll create mode 100644 hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache create mode 100644 hello1line/obj/Debug/net6.0/new.pdb create mode 100644 hello1line/obj/Debug/net6.0/ref/new.dll create mode 100644 hello1line/obj/Debug/net6.0/refint/new.dll (limited to 'hello1line/obj/Debug/net6.0') diff --git a/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..32c95f9 --- /dev/null +++ b/hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/hello1line/obj/Debug/net6.0/apphost.exe b/hello1line/obj/Debug/net6.0/apphost.exe new file mode 100644 index 0000000..d0b8f52 Binary files /dev/null and b/hello1line/obj/Debug/net6.0/apphost.exe differ diff --git a/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs b/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs new file mode 100644 index 0000000..80dc9e0 --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("new")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("new")] +[assembly: System.Reflection.AssemblyTitleAttribute("new")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache b/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache new file mode 100644 index 0000000..277e155 --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5e0e86e2a2ee630761ff75fb450955c9f42e8842 diff --git a/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig b/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c32dc53 --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +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._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = new +build_property.ProjectDir = C:\Users\User\source\repos\new\ diff --git a/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs b/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs new file mode 100644 index 0000000..ac22929 --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/hello1line/obj/Debug/net6.0/new.assets.cache b/hello1line/obj/Debug/net6.0/new.assets.cache new file mode 100644 index 0000000..84a66ba Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.assets.cache differ diff --git a/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache b/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache new file mode 100644 index 0000000..a888b89 Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache differ diff --git a/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache b/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..ed5bc5d --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +ec8e18d092357e3d1fa3cc3f49bf7cbbd59724b4 diff --git a/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt b/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..b2e4ced --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\User\source\repos\new\bin\Debug\net6.0\new.exe +C:\Users\User\source\repos\new\bin\Debug\net6.0\new.deps.json +C:\Users\User\source\repos\new\bin\Debug\net6.0\new.runtimeconfig.json +C:\Users\User\source\repos\new\bin\Debug\net6.0\new.dll +C:\Users\User\source\repos\new\bin\Debug\net6.0\new.pdb +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.csproj.AssemblyReference.cache +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.AssemblyInfoInputs.cache +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.AssemblyInfo.cs +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.csproj.CoreCompileInputs.cache +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.dll +C:\Users\User\source\repos\new\obj\Debug\net6.0\refint\new.dll +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.pdb +C:\Users\User\source\repos\new\obj\Debug\net6.0\new.genruntimeconfig.cache +C:\Users\User\source\repos\new\obj\Debug\net6.0\ref\new.dll diff --git a/hello1line/obj/Debug/net6.0/new.dll b/hello1line/obj/Debug/net6.0/new.dll new file mode 100644 index 0000000..47d96d7 Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.dll differ diff --git a/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache b/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache new file mode 100644 index 0000000..9db690f --- /dev/null +++ b/hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache @@ -0,0 +1 @@ +9ed95e1a452f076c3cd19f204bf7a665b73d9e16 diff --git a/hello1line/obj/Debug/net6.0/new.pdb b/hello1line/obj/Debug/net6.0/new.pdb new file mode 100644 index 0000000..23dc3cb Binary files /dev/null and b/hello1line/obj/Debug/net6.0/new.pdb differ diff --git a/hello1line/obj/Debug/net6.0/ref/new.dll b/hello1line/obj/Debug/net6.0/ref/new.dll new file mode 100644 index 0000000..6b5ab20 Binary files /dev/null and b/hello1line/obj/Debug/net6.0/ref/new.dll differ diff --git a/hello1line/obj/Debug/net6.0/refint/new.dll b/hello1line/obj/Debug/net6.0/refint/new.dll new file mode 100644 index 0000000..6b5ab20 Binary files /dev/null and b/hello1line/obj/Debug/net6.0/refint/new.dll differ -- cgit 1.4.1