From 821ecea5b3a6aea15494dd8e9674fac379a2e841 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: string guess --- .../.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ++++ string_guess/obj/Debug/net6.0/apphost.exe | Bin 0 -> 147968 bytes string_guess/obj/Debug/net6.0/ref/stringGuess.dll | Bin 0 -> 5120 bytes .../obj/Debug/net6.0/refint/stringGuess.dll | Bin 0 -> 5120 bytes .../obj/Debug/net6.0/stringGuess.AssemblyInfo.cs | 22 +++++++++++++++++++++ .../net6.0/stringGuess.AssemblyInfoInputs.cache | 1 + ...Guess.GeneratedMSBuildEditorConfig.editorconfig | 11 +++++++++++ .../obj/Debug/net6.0/stringGuess.GlobalUsings.g.cs | 8 ++++++++ .../obj/Debug/net6.0/stringGuess.assets.cache | Bin 0 -> 151 bytes .../stringGuess.csproj.AssemblyReference.cache | Bin 0 -> 147010 bytes .../stringGuess.csproj.CoreCompileInputs.cache | 1 + .../net6.0/stringGuess.csproj.FileListAbsolute.txt | 15 ++++++++++++++ string_guess/obj/Debug/net6.0/stringGuess.dll | Bin 0 -> 5120 bytes .../net6.0/stringGuess.genruntimeconfig.cache | 1 + string_guess/obj/Debug/net6.0/stringGuess.pdb | Bin 0 -> 10524 bytes 15 files changed, 63 insertions(+) create mode 100644 string_guess/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 string_guess/obj/Debug/net6.0/apphost.exe create mode 100644 string_guess/obj/Debug/net6.0/ref/stringGuess.dll create mode 100644 string_guess/obj/Debug/net6.0/refint/stringGuess.dll create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfo.cs create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.AssemblyInfoInputs.cache create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.GlobalUsings.g.cs create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.assets.cache create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cache create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.csproj.CoreCompileInputs.cache create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.csproj.FileListAbsolute.txt create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.dll create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.genruntimeconfig.cache create mode 100644 string_guess/obj/Debug/net6.0/stringGuess.pdb (limited to 'string_guess/obj/Debug/net6.0') 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 @@ +// +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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/apphost.exe differ diff --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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/ref/stringGuess.dll differ diff --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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/refint/stringGuess.dll differ diff --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 @@ +//------------------------------------------------------------------------------ +// +// 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("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 @@ +// +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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/stringGuess.assets.cache differ diff --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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/stringGuess.csproj.AssemblyReference.cache differ diff --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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/stringGuess.dll differ diff --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 Binary files /dev/null and b/string_guess/obj/Debug/net6.0/stringGuess.pdb differ -- cgit 1.4.1