From 72a21aece2e43b4ce50ed014b80488a543a86ccb Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: double -> int
---
.../.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ++++
double2int/test/obj/Debug/net6.0/apphost.exe | Bin 0 -> 147968 bytes
double2int/test/obj/Debug/net6.0/ref/test.dll | Bin 0 -> 5120 bytes
double2int/test/obj/Debug/net6.0/refint/test.dll | Bin 0 -> 5120 bytes
.../test/obj/Debug/net6.0/test.AssemblyInfo.cs | 23 +++++++++++++++++++++
.../obj/Debug/net6.0/test.AssemblyInfoInputs.cache | 1 +
.../test.GeneratedMSBuildEditorConfig.editorconfig | 11 ++++++++++
.../test/obj/Debug/net6.0/test.GlobalUsings.g.cs | 8 +++++++
double2int/test/obj/Debug/net6.0/test.assets.cache | Bin 0 -> 151 bytes
.../net6.0/test.csproj.AssemblyReference.cache | Bin 0 -> 91258 bytes
.../net6.0/test.csproj.BuildWithSkipAnalyzers | 0
.../net6.0/test.csproj.CoreCompileInputs.cache | 1 +
.../Debug/net6.0/test.csproj.FileListAbsolute.txt | 15 ++++++++++++++
double2int/test/obj/Debug/net6.0/test.dll | Bin 0 -> 4608 bytes
.../obj/Debug/net6.0/test.genruntimeconfig.cache | 1 +
double2int/test/obj/Debug/net6.0/test.pdb | Bin 0 -> 10280 bytes
16 files changed, 64 insertions(+)
create mode 100644 double2int/test/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
create mode 100644 double2int/test/obj/Debug/net6.0/apphost.exe
create mode 100644 double2int/test/obj/Debug/net6.0/ref/test.dll
create mode 100644 double2int/test/obj/Debug/net6.0/refint/test.dll
create mode 100644 double2int/test/obj/Debug/net6.0/test.AssemblyInfo.cs
create mode 100644 double2int/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache
create mode 100644 double2int/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 double2int/test/obj/Debug/net6.0/test.GlobalUsings.g.cs
create mode 100644 double2int/test/obj/Debug/net6.0/test.assets.cache
create mode 100644 double2int/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache
create mode 100644 double2int/test/obj/Debug/net6.0/test.csproj.BuildWithSkipAnalyzers
create mode 100644 double2int/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache
create mode 100644 double2int/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt
create mode 100644 double2int/test/obj/Debug/net6.0/test.dll
create mode 100644 double2int/test/obj/Debug/net6.0/test.genruntimeconfig.cache
create mode 100644 double2int/test/obj/Debug/net6.0/test.pdb
(limited to 'double2int/test/obj/Debug')
diff --git a/double2int/test/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/double2int/test/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/double2int/test/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 = ".NET 6.0")]
diff --git a/double2int/test/obj/Debug/net6.0/apphost.exe b/double2int/test/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..e295057
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/apphost.exe differ
diff --git a/double2int/test/obj/Debug/net6.0/ref/test.dll b/double2int/test/obj/Debug/net6.0/ref/test.dll
new file mode 100644
index 0000000..ed96101
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/ref/test.dll differ
diff --git a/double2int/test/obj/Debug/net6.0/refint/test.dll b/double2int/test/obj/Debug/net6.0/refint/test.dll
new file mode 100644
index 0000000..ed96101
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/refint/test.dll differ
diff --git a/double2int/test/obj/Debug/net6.0/test.AssemblyInfo.cs b/double2int/test/obj/Debug/net6.0/test.AssemblyInfo.cs
new file mode 100644
index 0000000..31cc01a
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// 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("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/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache b/double2int/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0197d48
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+a987eb0675210088860249537ec979b0010c987d
diff --git a/double2int/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig b/double2int/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..c3a1023
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.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 = test
+build_property.ProjectDir = C:\Users\User\source\repos\test\test\
diff --git a/double2int/test/obj/Debug/net6.0/test.GlobalUsings.g.cs b/double2int/test/obj/Debug/net6.0/test.GlobalUsings.g.cs
new file mode 100644
index 0000000..ac22929
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.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/double2int/test/obj/Debug/net6.0/test.assets.cache b/double2int/test/obj/Debug/net6.0/test.assets.cache
new file mode 100644
index 0000000..b110e28
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/test.assets.cache differ
diff --git a/double2int/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache b/double2int/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..1d8dc85
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache differ
diff --git a/double2int/test/obj/Debug/net6.0/test.csproj.BuildWithSkipAnalyzers b/double2int/test/obj/Debug/net6.0/test.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/double2int/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache b/double2int/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..0c801d9
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+407be2754f1f4ea1a18c651e166364a1ecc18ad8
diff --git a/double2int/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt b/double2int/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..26b5a51
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\User\source\repos\test\test\bin\Debug\net6.0\test.exe
+C:\Users\User\source\repos\test\test\bin\Debug\net6.0\test.deps.json
+C:\Users\User\source\repos\test\test\bin\Debug\net6.0\test.runtimeconfig.json
+C:\Users\User\source\repos\test\test\bin\Debug\net6.0\test.dll
+C:\Users\User\source\repos\test\test\bin\Debug\net6.0\test.pdb
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.csproj.AssemblyReference.cache
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.AssemblyInfoInputs.cache
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.AssemblyInfo.cs
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.csproj.CoreCompileInputs.cache
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.dll
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\refint\test.dll
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.pdb
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\test.genruntimeconfig.cache
+C:\Users\User\source\repos\test\test\obj\Debug\net6.0\ref\test.dll
diff --git a/double2int/test/obj/Debug/net6.0/test.dll b/double2int/test/obj/Debug/net6.0/test.dll
new file mode 100644
index 0000000..25ed8b0
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/test.dll differ
diff --git a/double2int/test/obj/Debug/net6.0/test.genruntimeconfig.cache b/double2int/test/obj/Debug/net6.0/test.genruntimeconfig.cache
new file mode 100644
index 0000000..ea82fe9
--- /dev/null
+++ b/double2int/test/obj/Debug/net6.0/test.genruntimeconfig.cache
@@ -0,0 +1 @@
+d20d873d06339ef18aaefe5adbfb9a72a38a6b40
diff --git a/double2int/test/obj/Debug/net6.0/test.pdb b/double2int/test/obj/Debug/net6.0/test.pdb
new file mode 100644
index 0000000..e454711
Binary files /dev/null and b/double2int/test/obj/Debug/net6.0/test.pdb differ
--
cgit 1.4.1