summary refs log tree commit diff
path: root/string_guess/obj/Debug/net6.0
diff options
context:
space:
mode:
Diffstat (limited to 'string_guess/obj/Debug/net6.0')
-rw-r--r--string_guess/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs4
-rw-r--r--string_guess/obj/Debug/net6.0/apphost.exebin0 -> 147968 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/ref/stringGuess.dllbin0 -> 5120 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/refint/stringGuess.dllbin0 -> 5120 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfo.cs22
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfoInputs.cache1
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.GeneratedMSBuildEditorConfig.editorconfig11
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.GlobalUsings.g.cs8
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.assets.cachebin0 -> 151 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cachebin0 -> 147010 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.csproj.CoreCompileInputs.cache1
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.csproj.FileListAbsolute.txt15
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.dllbin0 -> 5120 bytes
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.genruntimeconfig.cache1
-rw-r--r--string_guess/obj/Debug/net6.0/stringGuess.pdbbin0 -> 10524 bytes
15 files changed, 63 insertions, 0 deletions
diff --git a/string_guess/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/string_guess/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..32c95f9
--- /dev/null
+++ b/string_guess/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/string_guess/obj/Debug/net6.0/apphost.exe b/string_guess/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..1012f73
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/apphost.exe
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/ref/stringGuess.dll b/string_guess/obj/Debug/net6.0/ref/stringGuess.dll
new file mode 100644
index 0000000..2e86055
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/ref/stringGuess.dll
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/refint/stringGuess.dll b/string_guess/obj/Debug/net6.0/refint/stringGuess.dll
new file mode 100644
index 0000000..2e86055
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/refint/stringGuess.dll
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfo.cs b/string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfo.cs
new file mode 100644
index 0000000..52b7aef
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.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("stringGuess")]

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

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

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

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

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

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

+

+// Generated by the MSBuild WriteCodeFragment class.

+

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfoInputs.cache b/string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..852373f
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+b4d86994dfb7e3170e1c722161cf5162f642c913

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.GeneratedMSBuildEditorConfig.editorconfig b/string_guess/obj/Debug/net6.0/stringGuess.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e434599
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.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 = stringGuess

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

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.GlobalUsings.g.cs b/string_guess/obj/Debug/net6.0/stringGuess.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.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/string_guess/obj/Debug/net6.0/stringGuess.assets.cache b/string_guess/obj/Debug/net6.0/stringGuess.assets.cache
new file mode 100644
index 0000000..8383125
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.assets.cache
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cache b/string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..432f747
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cache
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/stringGuess.csproj.CoreCompileInputs.cache b/string_guess/obj/Debug/net6.0/stringGuess.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..f4fce35
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+71a212102acd55ffdb0dab54ee5a4b51d19e168c

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.csproj.FileListAbsolute.txt b/string_guess/obj/Debug/net6.0/stringGuess.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..5bb1efe
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\stringGuess\obj\Debug\net6.0\stringGuess.csproj.AssemblyReference.cache

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

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

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

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

+C:\Users\User\source\repos\stringGuess\bin\Debug\net6.0\stringGuess.exe

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

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

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

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

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

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

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

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

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

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.dll b/string_guess/obj/Debug/net6.0/stringGuess.dll
new file mode 100644
index 0000000..c44b524
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.dll
Binary files differdiff --git a/string_guess/obj/Debug/net6.0/stringGuess.genruntimeconfig.cache b/string_guess/obj/Debug/net6.0/stringGuess.genruntimeconfig.cache
new file mode 100644
index 0000000..6506f90
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.genruntimeconfig.cache
@@ -0,0 +1 @@
+8526a2bc29d6eb1a55cbab5a945f0f1f9520ea3a

diff --git a/string_guess/obj/Debug/net6.0/stringGuess.pdb b/string_guess/obj/Debug/net6.0/stringGuess.pdb
new file mode 100644
index 0000000..6089b91
--- /dev/null
+++ b/string_guess/obj/Debug/net6.0/stringGuess.pdb
Binary files differ