summary refs log tree commit diff
path: root/double2int/obj/Debug/net7.0
diff options
context:
space:
mode:
Diffstat (limited to 'double2int/obj/Debug/net7.0')
-rw-r--r--double2int/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs4
-rw-r--r--double2int/obj/Debug/net7.0/apphost.exebin0 -> 154112 bytes
-rw-r--r--double2int/obj/Debug/net7.0/ref/test.dllbin0 -> 5632 bytes
-rw-r--r--double2int/obj/Debug/net7.0/refint/test.dllbin0 -> 5632 bytes
-rw-r--r--double2int/obj/Debug/net7.0/test.AssemblyInfo.cs22
-rw-r--r--double2int/obj/Debug/net7.0/test.AssemblyInfoInputs.cache1
-rw-r--r--double2int/obj/Debug/net7.0/test.GeneratedMSBuildEditorConfig.editorconfig11
-rw-r--r--double2int/obj/Debug/net7.0/test.GlobalUsings.g.cs8
-rw-r--r--double2int/obj/Debug/net7.0/test.assets.cachebin0 -> 151 bytes
-rw-r--r--double2int/obj/Debug/net7.0/test.csproj.AssemblyReference.cachebin0 -> 75259 bytes
-rw-r--r--double2int/obj/Debug/net7.0/test.csproj.CoreCompileInputs.cache1
-rw-r--r--double2int/obj/Debug/net7.0/test.csproj.FileListAbsolute.txt15
-rw-r--r--double2int/obj/Debug/net7.0/test.dllbin0 -> 7168 bytes
-rw-r--r--double2int/obj/Debug/net7.0/test.genruntimeconfig.cache1
-rw-r--r--double2int/obj/Debug/net7.0/test.pdbbin0 -> 11312 bytes
15 files changed, 63 insertions, 0 deletions
diff --git a/double2int/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/double2int/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a9058da
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />

+using System;

+using System.Reflection;

+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

diff --git a/double2int/obj/Debug/net7.0/apphost.exe b/double2int/obj/Debug/net7.0/apphost.exe
new file mode 100644
index 0000000..0585212
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/apphost.exe
Binary files differdiff --git a/double2int/obj/Debug/net7.0/ref/test.dll b/double2int/obj/Debug/net7.0/ref/test.dll
new file mode 100644
index 0000000..651c6c9
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/ref/test.dll
Binary files differdiff --git a/double2int/obj/Debug/net7.0/refint/test.dll b/double2int/obj/Debug/net7.0/refint/test.dll
new file mode 100644
index 0000000..651c6c9
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/refint/test.dll
Binary files differdiff --git a/double2int/obj/Debug/net7.0/test.AssemblyInfo.cs b/double2int/obj/Debug/net7.0/test.AssemblyInfo.cs
new file mode 100644
index 0000000..dfdb492
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.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("test")]

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

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

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

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

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

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

+

+// Generated by the MSBuild WriteCodeFragment class.

+

diff --git a/double2int/obj/Debug/net7.0/test.AssemblyInfoInputs.cache b/double2int/obj/Debug/net7.0/test.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0197d48
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+a987eb0675210088860249537ec979b0010c987d

diff --git a/double2int/obj/Debug/net7.0/test.GeneratedMSBuildEditorConfig.editorconfig b/double2int/obj/Debug/net7.0/test.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bb6f01c
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.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 = test

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

diff --git a/double2int/obj/Debug/net7.0/test.GlobalUsings.g.cs b/double2int/obj/Debug/net7.0/test.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.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/double2int/obj/Debug/net7.0/test.assets.cache b/double2int/obj/Debug/net7.0/test.assets.cache
new file mode 100644
index 0000000..681897e
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.assets.cache
Binary files differdiff --git a/double2int/obj/Debug/net7.0/test.csproj.AssemblyReference.cache b/double2int/obj/Debug/net7.0/test.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..23d3b59
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.csproj.AssemblyReference.cache
Binary files differdiff --git a/double2int/obj/Debug/net7.0/test.csproj.CoreCompileInputs.cache b/double2int/obj/Debug/net7.0/test.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..f3e6c33
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+caee74b86bb38b072fa8ffb21809b6df862573f6

diff --git a/double2int/obj/Debug/net7.0/test.csproj.FileListAbsolute.txt b/double2int/obj/Debug/net7.0/test.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..0ab8b86
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\test\bin\Debug\net7.0\test.exe

+C:\Users\User\source\repos\test\bin\Debug\net7.0\test.deps.json

+C:\Users\User\source\repos\test\bin\Debug\net7.0\test.runtimeconfig.json

+C:\Users\User\source\repos\test\bin\Debug\net7.0\test.dll

+C:\Users\User\source\repos\test\bin\Debug\net7.0\test.pdb

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.csproj.AssemblyReference.cache

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.GeneratedMSBuildEditorConfig.editorconfig

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.AssemblyInfoInputs.cache

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.AssemblyInfo.cs

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.csproj.CoreCompileInputs.cache

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.dll

+C:\Users\User\source\repos\test\obj\Debug\net7.0\refint\test.dll

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.pdb

+C:\Users\User\source\repos\test\obj\Debug\net7.0\test.genruntimeconfig.cache

+C:\Users\User\source\repos\test\obj\Debug\net7.0\ref\test.dll

diff --git a/double2int/obj/Debug/net7.0/test.dll b/double2int/obj/Debug/net7.0/test.dll
new file mode 100644
index 0000000..61f6397
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.dll
Binary files differdiff --git a/double2int/obj/Debug/net7.0/test.genruntimeconfig.cache b/double2int/obj/Debug/net7.0/test.genruntimeconfig.cache
new file mode 100644
index 0000000..52124a7
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.genruntimeconfig.cache
@@ -0,0 +1 @@
+2b017b04ce1ccfa74f79a13118a600c13e7fbac3

diff --git a/double2int/obj/Debug/net7.0/test.pdb b/double2int/obj/Debug/net7.0/test.pdb
new file mode 100644
index 0000000..4e1b976
--- /dev/null
+++ b/double2int/obj/Debug/net7.0/test.pdb
Binary files differ