summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:11:54 +0000
commita5dbf19723998df261c3dbd6ffe819276352689b (patch)
tree7ab982243d3505a57b57e3e6023874529a6c32d6
parenthello (diff)
downloadcs-a5dbf19723998df261c3dbd6ffe819276352689b.tar
cs-a5dbf19723998df261c3dbd6ffe819276352689b.tar.gz
cs-a5dbf19723998df261c3dbd6ffe819276352689b.tar.bz2
cs-a5dbf19723998df261c3dbd6ffe819276352689b.tar.xz
cs-a5dbf19723998df261c3dbd6ffe819276352689b.zip
hello in 1 line
-rw-r--r--hello1line/Program.cs1
-rw-r--r--hello1line/bin/Debug/net6.0/new.deps.json23
-rw-r--r--hello1line/bin/Debug/net6.0/new.dllbin0 -> 4608 bytes
-rw-r--r--hello1line/bin/Debug/net6.0/new.exebin0 -> 147968 bytes
-rw-r--r--hello1line/bin/Debug/net6.0/new.pdbbin0 -> 10248 bytes
-rw-r--r--hello1line/bin/Debug/net6.0/new.runtimeconfig.json9
-rw-r--r--hello1line/new.csproj10
-rw-r--r--hello1line/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs4
-rw-r--r--hello1line/obj/Debug/net6.0/apphost.exebin0 -> 147968 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/new.AssemblyInfo.cs22
-rw-r--r--hello1line/obj/Debug/net6.0/new.AssemblyInfoInputs.cache1
-rw-r--r--hello1line/obj/Debug/net6.0/new.GeneratedMSBuildEditorConfig.editorconfig10
-rw-r--r--hello1line/obj/Debug/net6.0/new.GlobalUsings.g.cs8
-rw-r--r--hello1line/obj/Debug/net6.0/new.assets.cachebin0 -> 139 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cachebin0 -> 73508 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/new.csproj.CoreCompileInputs.cache1
-rw-r--r--hello1line/obj/Debug/net6.0/new.csproj.FileListAbsolute.txt15
-rw-r--r--hello1line/obj/Debug/net6.0/new.dllbin0 -> 4608 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/new.genruntimeconfig.cache1
-rw-r--r--hello1line/obj/Debug/net6.0/new.pdbbin0 -> 10248 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/ref/new.dllbin0 -> 5120 bytes
-rw-r--r--hello1line/obj/Debug/net6.0/refint/new.dllbin0 -> 5120 bytes
-rw-r--r--hello1line/obj/new.csproj.nuget.dgspec.json63
-rw-r--r--hello1line/obj/new.csproj.nuget.g.props15
-rw-r--r--hello1line/obj/new.csproj.nuget.g.targets2
-rw-r--r--hello1line/obj/project.assets.json68
-rw-r--r--hello1line/obj/project.nuget.cache8
27 files changed, 261 insertions, 0 deletions
diff --git a/hello1line/Program.cs b/hello1line/Program.cs
new file mode 100644
index 0000000..f7f02a1
--- /dev/null
+++ b/hello1line/Program.cs
@@ -0,0 +1 @@
+Console.WriteLine("Hello, World!");

diff --git a/hello1line/bin/Debug/net6.0/new.deps.json b/hello1line/bin/Debug/net6.0/new.deps.json
new file mode 100644
index 0000000..773a1e5
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.deps.json
@@ -0,0 +1,23 @@
+{

+  "runtimeTarget": {

+    "name": ".NETCoreApp,Version=v6.0",

+    "signature": ""

+  },

+  "compilationOptions": {},

+  "targets": {

+    ".NETCoreApp,Version=v6.0": {

+      "new/1.0.0": {

+        "runtime": {

+          "new.dll": {}

+        }

+      }

+    }

+  },

+  "libraries": {

+    "new/1.0.0": {

+      "type": "project",

+      "serviceable": false,

+      "sha512": ""

+    }

+  }

+}
\ No newline at end of file
diff --git a/hello1line/bin/Debug/net6.0/new.dll b/hello1line/bin/Debug/net6.0/new.dll
new file mode 100644
index 0000000..47d96d7
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.dll
Binary files differdiff --git a/hello1line/bin/Debug/net6.0/new.exe b/hello1line/bin/Debug/net6.0/new.exe
new file mode 100644
index 0000000..d0b8f52
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.exe
Binary files differdiff --git a/hello1line/bin/Debug/net6.0/new.pdb b/hello1line/bin/Debug/net6.0/new.pdb
new file mode 100644
index 0000000..23dc3cb
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.pdb
Binary files differdiff --git a/hello1line/bin/Debug/net6.0/new.runtimeconfig.json b/hello1line/bin/Debug/net6.0/new.runtimeconfig.json
new file mode 100644
index 0000000..4e96a56
--- /dev/null
+++ b/hello1line/bin/Debug/net6.0/new.runtimeconfig.json
@@ -0,0 +1,9 @@
+{

+  "runtimeOptions": {

+    "tfm": "net6.0",

+    "framework": {

+      "name": "Microsoft.NETCore.App",

+      "version": "6.0.0"

+    }

+  }

+}
\ No newline at end of file
diff --git a/hello1line/new.csproj b/hello1line/new.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/hello1line/new.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">

+

+  <PropertyGroup>

+    <OutputType>Exe</OutputType>

+    <TargetFramework>net6.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+  </PropertyGroup>

+

+</Project>

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 @@
+// <autogenerated />

+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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/apphost.exe
Binary files differdiff --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 @@
+//------------------------------------------------------------------------------

+// <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("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 @@
+// <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/hello1line/obj/Debug/net6.0/new.assets.cache b/hello1line/obj/Debug/net6.0/new.assets.cache
new file mode 100644
index 0000000..84a66ba
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.assets.cache
Binary files differdiff --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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.csproj.AssemblyReference.cache
Binary files differdiff --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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.dll
Binary files differdiff --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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/new.pdb
Binary files differdiff --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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/ref/new.dll
Binary files differdiff --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
--- /dev/null
+++ b/hello1line/obj/Debug/net6.0/refint/new.dll
Binary files differdiff --git a/hello1line/obj/new.csproj.nuget.dgspec.json b/hello1line/obj/new.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..ed83748
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.dgspec.json
@@ -0,0 +1,63 @@
+{

+  "format": 1,

+  "restore": {

+    "C:\\Users\\User\\source\\repos\\new\\new.csproj": {}

+  },

+  "projects": {

+    "C:\\Users\\User\\source\\repos\\new\\new.csproj": {

+      "version": "1.0.0",

+      "restore": {

+        "projectUniqueName": "C:\\Users\\User\\source\\repos\\new\\new.csproj",

+        "projectName": "new",

+        "projectPath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",

+        "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",

+        "outputPath": "C:\\Users\\User\\source\\repos\\new\\obj\\",

+        "projectStyle": "PackageReference",

+        "configFilePaths": [

+          "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",

+          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"

+        ],

+        "originalTargetFrameworks": [

+          "net6.0"

+        ],

+        "sources": {

+          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},

+          "https://api.nuget.org/v3/index.json": {}

+        },

+        "frameworks": {

+          "net6.0": {

+            "targetAlias": "net6.0",

+            "projectReferences": {}

+          }

+        },

+        "warningProperties": {

+          "warnAsError": [

+            "NU1605"

+          ]

+        }

+      },

+      "frameworks": {

+        "net6.0": {

+          "targetAlias": "net6.0",

+          "imports": [

+            "net461",

+            "net462",

+            "net47",

+            "net471",

+            "net472",

+            "net48",

+            "net481"

+          ],

+          "assetTargetFallback": true,

+          "warn": true,

+          "frameworkReferences": {

+            "Microsoft.NETCore.App": {

+              "privateAssets": "all"

+            }

+          },

+          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"

+        }

+      }

+    }

+  }

+}
\ No newline at end of file
diff --git a/hello1line/obj/new.csproj.nuget.g.props b/hello1line/obj/new.csproj.nuget.g.props
new file mode 100644
index 0000000..dc9aeb7
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>

+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">

+    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>

+    <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>

+    <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>

+    <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>

+    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\User\.nuget\packages\</NuGetPackageFolders>

+    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>

+    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.2</NuGetToolVersion>

+  </PropertyGroup>

+  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">

+    <SourceRoot Include="C:\Users\User\.nuget\packages\" />

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/hello1line/obj/new.csproj.nuget.g.targets b/hello1line/obj/new.csproj.nuget.g.targets
new file mode 100644
index 0000000..35a7576
--- /dev/null
+++ b/hello1line/obj/new.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>

+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file
diff --git a/hello1line/obj/project.assets.json b/hello1line/obj/project.assets.json
new file mode 100644
index 0000000..878de61
--- /dev/null
+++ b/hello1line/obj/project.assets.json
@@ -0,0 +1,68 @@
+{

+  "version": 3,

+  "targets": {

+    "net6.0": {}

+  },

+  "libraries": {},

+  "projectFileDependencyGroups": {

+    "net6.0": []

+  },

+  "packageFolders": {

+    "C:\\Users\\User\\.nuget\\packages\\": {}

+  },

+  "project": {

+    "version": "1.0.0",

+    "restore": {

+      "projectUniqueName": "C:\\Users\\User\\source\\repos\\new\\new.csproj",

+      "projectName": "new",

+      "projectPath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",

+      "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",

+      "outputPath": "C:\\Users\\User\\source\\repos\\new\\obj\\",

+      "projectStyle": "PackageReference",

+      "configFilePaths": [

+        "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",

+        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"

+      ],

+      "originalTargetFrameworks": [

+        "net6.0"

+      ],

+      "sources": {

+        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},

+        "https://api.nuget.org/v3/index.json": {}

+      },

+      "frameworks": {

+        "net6.0": {

+          "targetAlias": "net6.0",

+          "projectReferences": {}

+        }

+      },

+      "warningProperties": {

+        "warnAsError": [

+          "NU1605"

+        ]

+      }

+    },

+    "frameworks": {

+      "net6.0": {

+        "targetAlias": "net6.0",

+        "imports": [

+          "net461",

+          "net462",

+          "net47",

+          "net471",

+          "net472",

+          "net48",

+          "net481"

+        ],

+        "assetTargetFallback": true,

+        "warn": true,

+        "frameworkReferences": {

+          "Microsoft.NETCore.App": {

+            "privateAssets": "all"

+          }

+        },

+        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"

+      }

+    }

+  }

+}
\ No newline at end of file
diff --git a/hello1line/obj/project.nuget.cache b/hello1line/obj/project.nuget.cache
new file mode 100644
index 0000000..8c3efb8
--- /dev/null
+++ b/hello1line/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{

+  "version": 2,

+  "dgSpecHash": "3MJiCkRoMmjJonikeTG30NcZMiFpXx/8fAz1s9kfit2dbdWPljgnFEiI5DecIRSsK28WyYG40+8T/uwKdljSug==",

+  "success": true,

+  "projectFilePath": "C:\\Users\\User\\source\\repos\\new\\new.csproj",

+  "expectedPackageFiles": [],

+  "logs": []

+}
\ No newline at end of file