From 212a8c3926d835e3abe5abaf9744945ec78aa158 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: io --- .../.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ++++ io/obj/Debug/net6.0/IO.AssemblyInfo.cs | 22 +++++++++++++++++++++ io/obj/Debug/net6.0/IO.AssemblyInfoInputs.cache | 1 + .../IO.GeneratedMSBuildEditorConfig.editorconfig | 10 ++++++++++ io/obj/Debug/net6.0/IO.GlobalUsings.g.cs | 8 ++++++++ io/obj/Debug/net6.0/IO.assets.cache | Bin 0 -> 139 bytes .../Debug/net6.0/IO.csproj.AssemblyReference.cache | Bin 0 -> 73508 bytes .../Debug/net6.0/IO.csproj.CoreCompileInputs.cache | 1 + io/obj/Debug/net6.0/IO.csproj.FileListAbsolute.txt | 15 ++++++++++++++ io/obj/Debug/net6.0/IO.dll | Bin 0 -> 4608 bytes io/obj/Debug/net6.0/IO.genruntimeconfig.cache | 1 + io/obj/Debug/net6.0/IO.pdb | Bin 0 -> 10500 bytes io/obj/Debug/net6.0/apphost.exe | Bin 0 -> 147968 bytes io/obj/Debug/net6.0/ref/IO.dll | Bin 0 -> 5120 bytes io/obj/Debug/net6.0/refint/IO.dll | Bin 0 -> 5120 bytes 15 files changed, 62 insertions(+) create mode 100644 io/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 io/obj/Debug/net6.0/IO.AssemblyInfo.cs create mode 100644 io/obj/Debug/net6.0/IO.AssemblyInfoInputs.cache create mode 100644 io/obj/Debug/net6.0/IO.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 io/obj/Debug/net6.0/IO.GlobalUsings.g.cs create mode 100644 io/obj/Debug/net6.0/IO.assets.cache create mode 100644 io/obj/Debug/net6.0/IO.csproj.AssemblyReference.cache create mode 100644 io/obj/Debug/net6.0/IO.csproj.CoreCompileInputs.cache create mode 100644 io/obj/Debug/net6.0/IO.csproj.FileListAbsolute.txt create mode 100644 io/obj/Debug/net6.0/IO.dll create mode 100644 io/obj/Debug/net6.0/IO.genruntimeconfig.cache create mode 100644 io/obj/Debug/net6.0/IO.pdb create mode 100644 io/obj/Debug/net6.0/apphost.exe create mode 100644 io/obj/Debug/net6.0/ref/IO.dll create mode 100644 io/obj/Debug/net6.0/refint/IO.dll (limited to 'io/obj/Debug/net6.0') diff --git a/io/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/io/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..32c95f9 --- /dev/null +++ b/io/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/io/obj/Debug/net6.0/IO.AssemblyInfo.cs b/io/obj/Debug/net6.0/IO.AssemblyInfo.cs new file mode 100644 index 0000000..6c8facf --- /dev/null +++ b/io/obj/Debug/net6.0/IO.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("IO")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("IO")] +[assembly: System.Reflection.AssemblyTitleAttribute("IO")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/io/obj/Debug/net6.0/IO.AssemblyInfoInputs.cache b/io/obj/Debug/net6.0/IO.AssemblyInfoInputs.cache new file mode 100644 index 0000000..1ea3176 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5b91be626b6d408b53a9585aee00258d98d3db6a diff --git a/io/obj/Debug/net6.0/IO.GeneratedMSBuildEditorConfig.editorconfig b/io/obj/Debug/net6.0/IO.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c188963 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.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 = IO +build_property.ProjectDir = D:\User\source\repos\IO\ diff --git a/io/obj/Debug/net6.0/IO.GlobalUsings.g.cs b/io/obj/Debug/net6.0/IO.GlobalUsings.g.cs new file mode 100644 index 0000000..ac22929 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.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/io/obj/Debug/net6.0/IO.assets.cache b/io/obj/Debug/net6.0/IO.assets.cache new file mode 100644 index 0000000..af2ef09 Binary files /dev/null and b/io/obj/Debug/net6.0/IO.assets.cache differ diff --git a/io/obj/Debug/net6.0/IO.csproj.AssemblyReference.cache b/io/obj/Debug/net6.0/IO.csproj.AssemblyReference.cache new file mode 100644 index 0000000..a13f1c6 Binary files /dev/null and b/io/obj/Debug/net6.0/IO.csproj.AssemblyReference.cache differ diff --git a/io/obj/Debug/net6.0/IO.csproj.CoreCompileInputs.cache b/io/obj/Debug/net6.0/IO.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..a9208a1 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +95b030ae943048f66b2da28a1b7965f860e68367 diff --git a/io/obj/Debug/net6.0/IO.csproj.FileListAbsolute.txt b/io/obj/Debug/net6.0/IO.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..777ce32 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +D:\User\source\repos\IO\bin\Debug\net6.0\IO.exe +D:\User\source\repos\IO\bin\Debug\net6.0\IO.deps.json +D:\User\source\repos\IO\bin\Debug\net6.0\IO.runtimeconfig.json +D:\User\source\repos\IO\bin\Debug\net6.0\IO.dll +D:\User\source\repos\IO\bin\Debug\net6.0\IO.pdb +D:\User\source\repos\IO\obj\Debug\net6.0\IO.csproj.AssemblyReference.cache +D:\User\source\repos\IO\obj\Debug\net6.0\IO.GeneratedMSBuildEditorConfig.editorconfig +D:\User\source\repos\IO\obj\Debug\net6.0\IO.AssemblyInfoInputs.cache +D:\User\source\repos\IO\obj\Debug\net6.0\IO.AssemblyInfo.cs +D:\User\source\repos\IO\obj\Debug\net6.0\IO.csproj.CoreCompileInputs.cache +D:\User\source\repos\IO\obj\Debug\net6.0\IO.dll +D:\User\source\repos\IO\obj\Debug\net6.0\refint\IO.dll +D:\User\source\repos\IO\obj\Debug\net6.0\IO.pdb +D:\User\source\repos\IO\obj\Debug\net6.0\IO.genruntimeconfig.cache +D:\User\source\repos\IO\obj\Debug\net6.0\ref\IO.dll diff --git a/io/obj/Debug/net6.0/IO.dll b/io/obj/Debug/net6.0/IO.dll new file mode 100644 index 0000000..30a76cf Binary files /dev/null and b/io/obj/Debug/net6.0/IO.dll differ diff --git a/io/obj/Debug/net6.0/IO.genruntimeconfig.cache b/io/obj/Debug/net6.0/IO.genruntimeconfig.cache new file mode 100644 index 0000000..43b6ba1 --- /dev/null +++ b/io/obj/Debug/net6.0/IO.genruntimeconfig.cache @@ -0,0 +1 @@ +d5b1a7547f6f2f866d4145fa3227533ba5f91d08 diff --git a/io/obj/Debug/net6.0/IO.pdb b/io/obj/Debug/net6.0/IO.pdb new file mode 100644 index 0000000..41f99ff Binary files /dev/null and b/io/obj/Debug/net6.0/IO.pdb differ diff --git a/io/obj/Debug/net6.0/apphost.exe b/io/obj/Debug/net6.0/apphost.exe new file mode 100644 index 0000000..317d8a5 Binary files /dev/null and b/io/obj/Debug/net6.0/apphost.exe differ diff --git a/io/obj/Debug/net6.0/ref/IO.dll b/io/obj/Debug/net6.0/ref/IO.dll new file mode 100644 index 0000000..fa1dfdc Binary files /dev/null and b/io/obj/Debug/net6.0/ref/IO.dll differ diff --git a/io/obj/Debug/net6.0/refint/IO.dll b/io/obj/Debug/net6.0/refint/IO.dll new file mode 100644 index 0000000..fa1dfdc Binary files /dev/null and b/io/obj/Debug/net6.0/refint/IO.dll differ -- cgit 1.4.1