From 212a8c3926d835e3abe5abaf9744945ec78aa158 Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: io
---
.../.NETCoreApp,Version=v7.0.AssemblyAttributes.cs | 4 ++++
io/obj/Debug/net7.0/IO.AssemblyInfo.cs | 22 +++++++++++++++++++++
io/obj/Debug/net7.0/IO.AssemblyInfoInputs.cache | 1 +
.../IO.GeneratedMSBuildEditorConfig.editorconfig | 11 +++++++++++
io/obj/Debug/net7.0/IO.GlobalUsings.g.cs | 8 ++++++++
io/obj/Debug/net7.0/IO.assets.cache | Bin 0 -> 151 bytes
.../Debug/net7.0/IO.csproj.AssemblyReference.cache | Bin 0 -> 75259 bytes
.../Debug/net7.0/IO.csproj.CoreCompileInputs.cache | 1 +
io/obj/Debug/net7.0/IO.csproj.FileListAbsolute.txt | 15 ++++++++++++++
io/obj/Debug/net7.0/IO.dll | Bin 0 -> 5120 bytes
io/obj/Debug/net7.0/IO.genruntimeconfig.cache | 1 +
io/obj/Debug/net7.0/IO.pdb | Bin 0 -> 10764 bytes
io/obj/Debug/net7.0/apphost.exe | Bin 0 -> 154624 bytes
io/obj/Debug/net7.0/ref/IO.dll | Bin 0 -> 5632 bytes
io/obj/Debug/net7.0/refint/IO.dll | Bin 0 -> 5632 bytes
15 files changed, 63 insertions(+)
create mode 100644 io/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
create mode 100644 io/obj/Debug/net7.0/IO.AssemblyInfo.cs
create mode 100644 io/obj/Debug/net7.0/IO.AssemblyInfoInputs.cache
create mode 100644 io/obj/Debug/net7.0/IO.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 io/obj/Debug/net7.0/IO.GlobalUsings.g.cs
create mode 100644 io/obj/Debug/net7.0/IO.assets.cache
create mode 100644 io/obj/Debug/net7.0/IO.csproj.AssemblyReference.cache
create mode 100644 io/obj/Debug/net7.0/IO.csproj.CoreCompileInputs.cache
create mode 100644 io/obj/Debug/net7.0/IO.csproj.FileListAbsolute.txt
create mode 100644 io/obj/Debug/net7.0/IO.dll
create mode 100644 io/obj/Debug/net7.0/IO.genruntimeconfig.cache
create mode 100644 io/obj/Debug/net7.0/IO.pdb
create mode 100644 io/obj/Debug/net7.0/apphost.exe
create mode 100644 io/obj/Debug/net7.0/ref/IO.dll
create mode 100644 io/obj/Debug/net7.0/refint/IO.dll
(limited to 'io/obj/Debug/net7.0')
diff --git a/io/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/io/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a9058da
--- /dev/null
+++ b/io/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/io/obj/Debug/net7.0/IO.AssemblyInfo.cs b/io/obj/Debug/net7.0/IO.AssemblyInfo.cs
new file mode 100644
index 0000000..6c8facf
--- /dev/null
+++ b/io/obj/Debug/net7.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/net7.0/IO.AssemblyInfoInputs.cache b/io/obj/Debug/net7.0/IO.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..1ea3176
--- /dev/null
+++ b/io/obj/Debug/net7.0/IO.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+5b91be626b6d408b53a9585aee00258d98d3db6a
diff --git a/io/obj/Debug/net7.0/IO.GeneratedMSBuildEditorConfig.editorconfig b/io/obj/Debug/net7.0/IO.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f5591d9
--- /dev/null
+++ b/io/obj/Debug/net7.0/IO.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.TargetFramework = net7.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 = IO
+build_property.ProjectDir = C:\Users\user\source\repos\IO\
diff --git a/io/obj/Debug/net7.0/IO.GlobalUsings.g.cs b/io/obj/Debug/net7.0/IO.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/io/obj/Debug/net7.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/net7.0/IO.assets.cache b/io/obj/Debug/net7.0/IO.assets.cache
new file mode 100644
index 0000000..2972f68
Binary files /dev/null and b/io/obj/Debug/net7.0/IO.assets.cache differ
diff --git a/io/obj/Debug/net7.0/IO.csproj.AssemblyReference.cache b/io/obj/Debug/net7.0/IO.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..194117d
Binary files /dev/null and b/io/obj/Debug/net7.0/IO.csproj.AssemblyReference.cache differ
diff --git a/io/obj/Debug/net7.0/IO.csproj.CoreCompileInputs.cache b/io/obj/Debug/net7.0/IO.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..0c4203c
--- /dev/null
+++ b/io/obj/Debug/net7.0/IO.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+9ff3a370bb44da4162029ae05be8ab0086ba8601
diff --git a/io/obj/Debug/net7.0/IO.csproj.FileListAbsolute.txt b/io/obj/Debug/net7.0/IO.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..89bc9e6
--- /dev/null
+++ b/io/obj/Debug/net7.0/IO.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\IO\bin\Debug\net7.0\IO.exe
+C:\Users\User\source\repos\IO\bin\Debug\net7.0\IO.deps.json
+C:\Users\User\source\repos\IO\bin\Debug\net7.0\IO.runtimeconfig.json
+C:\Users\User\source\repos\IO\bin\Debug\net7.0\IO.dll
+C:\Users\User\source\repos\IO\bin\Debug\net7.0\IO.pdb
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.csproj.AssemblyReference.cache
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.AssemblyInfoInputs.cache
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.AssemblyInfo.cs
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.csproj.CoreCompileInputs.cache
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.dll
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\refint\IO.dll
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.pdb
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\IO.genruntimeconfig.cache
+C:\Users\User\source\repos\IO\obj\Debug\net7.0\ref\IO.dll
diff --git a/io/obj/Debug/net7.0/IO.dll b/io/obj/Debug/net7.0/IO.dll
new file mode 100644
index 0000000..c33e2d5
Binary files /dev/null and b/io/obj/Debug/net7.0/IO.dll differ
diff --git a/io/obj/Debug/net7.0/IO.genruntimeconfig.cache b/io/obj/Debug/net7.0/IO.genruntimeconfig.cache
new file mode 100644
index 0000000..3f339db
--- /dev/null
+++ b/io/obj/Debug/net7.0/IO.genruntimeconfig.cache
@@ -0,0 +1 @@
+e7f9e26023222dc896872f7030283aeeeca84303
diff --git a/io/obj/Debug/net7.0/IO.pdb b/io/obj/Debug/net7.0/IO.pdb
new file mode 100644
index 0000000..2cd6f0c
Binary files /dev/null and b/io/obj/Debug/net7.0/IO.pdb differ
diff --git a/io/obj/Debug/net7.0/apphost.exe b/io/obj/Debug/net7.0/apphost.exe
new file mode 100644
index 0000000..fc2851a
Binary files /dev/null and b/io/obj/Debug/net7.0/apphost.exe differ
diff --git a/io/obj/Debug/net7.0/ref/IO.dll b/io/obj/Debug/net7.0/ref/IO.dll
new file mode 100644
index 0000000..30740b9
Binary files /dev/null and b/io/obj/Debug/net7.0/ref/IO.dll differ
diff --git a/io/obj/Debug/net7.0/refint/IO.dll b/io/obj/Debug/net7.0/refint/IO.dll
new file mode 100644
index 0000000..30740b9
Binary files /dev/null and b/io/obj/Debug/net7.0/refint/IO.dll differ
--
cgit 1.4.1