diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:24:44 +0000 |
commit | 72a21aece2e43b4ce50ed014b80488a543a86ccb (patch) | |
tree | ac0f12e4491dbdf843532829809a10ee8d90328f | |
parent | io (diff) | |
download | cs-72a21aece2e43b4ce50ed014b80488a543a86ccb.tar cs-72a21aece2e43b4ce50ed014b80488a543a86ccb.tar.gz cs-72a21aece2e43b4ce50ed014b80488a543a86ccb.tar.bz2 cs-72a21aece2e43b4ce50ed014b80488a543a86ccb.tar.xz cs-72a21aece2e43b4ce50ed014b80488a543a86ccb.zip |
double -> int
62 files changed, 553 insertions, 0 deletions
diff --git a/double2int/.vs/ProjectEvaluation/test.metadata.v6.1 b/double2int/.vs/ProjectEvaluation/test.metadata.v6.1 new file mode 100644 index 0000000..921f3d6 --- /dev/null +++ b/double2int/.vs/ProjectEvaluation/test.metadata.v6.1 Binary files differdiff --git a/double2int/.vs/ProjectEvaluation/test.projects.v6.1 b/double2int/.vs/ProjectEvaluation/test.projects.v6.1 new file mode 100644 index 0000000..a260002 --- /dev/null +++ b/double2int/.vs/ProjectEvaluation/test.projects.v6.1 Binary files differdiff --git a/double2int/.vs/test/DesignTimeBuild/.dtbcache.v2 b/double2int/.vs/test/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..978738b --- /dev/null +++ b/double2int/.vs/test/DesignTimeBuild/.dtbcache.v2 Binary files differdiff --git a/double2int/.vs/test/FileContentIndex/9e467385-e67c-4240-b543-f3af72515949.vsidx b/double2int/.vs/test/FileContentIndex/9e467385-e67c-4240-b543-f3af72515949.vsidx new file mode 100644 index 0000000..0aeec0b --- /dev/null +++ b/double2int/.vs/test/FileContentIndex/9e467385-e67c-4240-b543-f3af72515949.vsidx Binary files differdiff --git a/double2int/.vs/test/FileContentIndex/read.lock b/double2int/.vs/test/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/double2int/.vs/test/FileContentIndex/read.lock diff --git a/double2int/.vs/test/v17/.futdcache.v2 b/double2int/.vs/test/v17/.futdcache.v2 new file mode 100644 index 0000000..e8efcca --- /dev/null +++ b/double2int/.vs/test/v17/.futdcache.v2 Binary files differdiff --git a/double2int/.vs/test/v17/.suo b/double2int/.vs/test/v17/.suo new file mode 100644 index 0000000..5d37cb0 --- /dev/null +++ b/double2int/.vs/test/v17/.suo Binary files differdiff --git a/double2int/bin/Debug/net7.0/test.deps.json b/double2int/bin/Debug/net7.0/test.deps.json new file mode 100644 index 0000000..49a143c --- /dev/null +++ b/double2int/bin/Debug/net7.0/test.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "test/1.0.0": { + "runtime": { + "test.dll": {} + } + } + } + }, + "libraries": { + "test/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/double2int/bin/Debug/net7.0/test.dll b/double2int/bin/Debug/net7.0/test.dll new file mode 100644 index 0000000..61f6397 --- /dev/null +++ b/double2int/bin/Debug/net7.0/test.dll Binary files differdiff --git a/double2int/bin/Debug/net7.0/test.exe b/double2int/bin/Debug/net7.0/test.exe new file mode 100644 index 0000000..0585212 --- /dev/null +++ b/double2int/bin/Debug/net7.0/test.exe Binary files differdiff --git a/double2int/bin/Debug/net7.0/test.pdb b/double2int/bin/Debug/net7.0/test.pdb new file mode 100644 index 0000000..4e1b976 --- /dev/null +++ b/double2int/bin/Debug/net7.0/test.pdb Binary files differdiff --git a/double2int/bin/Debug/net7.0/test.runtimeconfig.json b/double2int/bin/Debug/net7.0/test.runtimeconfig.json new file mode 100644 index 0000000..f78f3ba --- /dev/null +++ b/double2int/bin/Debug/net7.0/test.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file 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 differdiff --git a/double2int/obj/project.assets.json b/double2int/obj/project.assets.json new file mode 100644 index 0000000..1351e76 --- /dev/null +++ b/double2int/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + "net7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net7.0": [] + }, + "packageFolders": { + "C:\\Users\\User\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\source\\repos\\test\\test.csproj", + "projectName": "test", + "projectPath": "C:\\Users\\User\\source\\repos\\test\\test.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\source\\repos\\test\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/double2int/obj/project.nuget.cache b/double2int/obj/project.nuget.cache new file mode 100644 index 0000000..3b625a3 --- /dev/null +++ b/double2int/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "f8M8TxxIp2arCltHGmIfwysZrtmMpO953HiG0MjutOoKp63/D7Mi0US1BGywrARsBNZe9tg06PapQEzosuUkZQ==", + "success": true, + "projectFilePath": "C:\\Users\\User\\source\\repos\\test\\test.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/double2int/obj/test.csproj.nuget.dgspec.json b/double2int/obj/test.csproj.nuget.dgspec.json new file mode 100644 index 0000000..57881f5 --- /dev/null +++ b/double2int/obj/test.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\source\\repos\\test\\test.csproj": {} + }, + "projects": { + "C:\\Users\\User\\source\\repos\\test\\test.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\source\\repos\\test\\test.csproj", + "projectName": "test", + "projectPath": "C:\\Users\\User\\source\\repos\\test\\test.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\source\\repos\\test\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/double2int/obj/test.csproj.nuget.g.props b/double2int/obj/test.csproj.nuget.g.props new file mode 100644 index 0000000..23eadea --- /dev/null +++ b/double2int/obj/test.csproj.nuget.g.props @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\User\.nuget\packages\</NuGetPackageFolders> + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion> + </PropertyGroup> + <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <SourceRoot Include="C:\Users\User\.nuget\packages\" /> + </ItemGroup> +</Project> \ No newline at end of file diff --git a/double2int/obj/test.csproj.nuget.g.targets b/double2int/obj/test.csproj.nuget.g.targets new file mode 100644 index 0000000..35a7576 --- /dev/null +++ b/double2int/obj/test.csproj.nuget.g.targets @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file diff --git a/double2int/test.csproj b/double2int/test.csproj new file mode 100644 index 0000000..d439800 --- /dev/null +++ b/double2int/test.csproj @@ -0,0 +1,10 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net7.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + +</Project> diff --git a/double2int/test.sln b/double2int/test.sln new file mode 100644 index 0000000..f9a0926 --- /dev/null +++ b/double2int/test.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33516.290 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{E6BE5D3F-0FBA-4603-BB71-474A6FA06387}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E6BE5D3F-0FBA-4603-BB71-474A6FA06387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E6BE5D3F-0FBA-4603-BB71-474A6FA06387}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E6BE5D3F-0FBA-4603-BB71-474A6FA06387}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E6BE5D3F-0FBA-4603-BB71-474A6FA06387}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C08C7DF5-B7FB-4F2C-BEC3-327BEF01E054} + EndGlobalSection +EndGlobal diff --git a/double2int/test/Program.cs b/double2int/test/Program.cs new file mode 100644 index 0000000..d0224e7 --- /dev/null +++ b/double2int/test/Program.cs @@ -0,0 +1,5 @@ +double d1 = 9.55; +int i1 = (int)d1; + +Console.WriteLine(d1); +Console.WriteLine(i1); \ No newline at end of file diff --git a/double2int/test/bin/Debug/net6.0/test.deps.json b/double2int/test/bin/Debug/net6.0/test.deps.json new file mode 100644 index 0000000..333e8e1 --- /dev/null +++ b/double2int/test/bin/Debug/net6.0/test.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "test/1.0.0": { + "runtime": { + "test.dll": {} + } + } + } + }, + "libraries": { + "test/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/double2int/test/bin/Debug/net6.0/test.dll b/double2int/test/bin/Debug/net6.0/test.dll new file mode 100644 index 0000000..25ed8b0 --- /dev/null +++ b/double2int/test/bin/Debug/net6.0/test.dll Binary files differdiff --git a/double2int/test/bin/Debug/net6.0/test.exe b/double2int/test/bin/Debug/net6.0/test.exe new file mode 100644 index 0000000..e295057 --- /dev/null +++ b/double2int/test/bin/Debug/net6.0/test.exe Binary files differdiff --git a/double2int/test/bin/Debug/net6.0/test.pdb b/double2int/test/bin/Debug/net6.0/test.pdb new file mode 100644 index 0000000..e454711 --- /dev/null +++ b/double2int/test/bin/Debug/net6.0/test.pdb Binary files differdiff --git a/double2int/test/bin/Debug/net6.0/test.runtimeconfig.json b/double2int/test/bin/Debug/net6.0/test.runtimeconfig.json new file mode 100644 index 0000000..4e96a56 --- /dev/null +++ b/double2int/test/bin/Debug/net6.0/test.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + } + } +} \ No newline at end of file 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 @@ +// <autogenerated /> +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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/apphost.exe Binary files differdiff --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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/ref/test.dll Binary files differdiff --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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/refint/test.dll Binary files differdiff --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 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// 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. +// </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/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 @@ +// <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/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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/test.assets.cache Binary files differdiff --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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache Binary files differdiff --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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/test.csproj.BuildWithSkipAnalyzers 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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/test.dll Binary files differdiff --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 --- /dev/null +++ b/double2int/test/obj/Debug/net6.0/test.pdb Binary files differdiff --git a/double2int/test/obj/project.assets.json b/double2int/test/obj/project.assets.json new file mode 100644 index 0000000..f8dd243 --- /dev/null +++ b/double2int/test/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\User\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj", + "projectName": "test", + "projectPath": "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\source\\repos\\test\\test\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/double2int/test/obj/project.nuget.cache b/double2int/test/obj/project.nuget.cache new file mode 100644 index 0000000..71dbec1 --- /dev/null +++ b/double2int/test/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "1Et/zCsjD6ghXqLRfVgF7D+K7zU9UMP48b+C8Petz8nFKcK98vWcsDsMIpyjNeOebmFkDUf9CIauVL0UhATDHg==", + "success": true, + "projectFilePath": "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/double2int/test/obj/test.csproj.nuget.dgspec.json b/double2int/test/obj/test.csproj.nuget.dgspec.json new file mode 100644 index 0000000..79c88da --- /dev/null +++ b/double2int/test/obj/test.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj": {} + }, + "projects": { + "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj", + "projectName": "test", + "projectPath": "C:\\Users\\User\\source\\repos\\test\\test\\test.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\source\\repos\\test\\test\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/double2int/test/obj/test.csproj.nuget.g.props b/double2int/test/obj/test.csproj.nuget.g.props new file mode 100644 index 0000000..23eadea --- /dev/null +++ b/double2int/test/obj/test.csproj.nuget.g.props @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\User\.nuget\packages\</NuGetPackageFolders> + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion> + </PropertyGroup> + <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <SourceRoot Include="C:\Users\User\.nuget\packages\" /> + </ItemGroup> +</Project> \ No newline at end of file diff --git a/double2int/test/obj/test.csproj.nuget.g.targets b/double2int/test/obj/test.csproj.nuget.g.targets new file mode 100644 index 0000000..35a7576 --- /dev/null +++ b/double2int/test/obj/test.csproj.nuget.g.targets @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file diff --git a/double2int/test/test.csproj b/double2int/test/test.csproj new file mode 100644 index 0000000..40c60dd --- /dev/null +++ b/double2int/test/test.csproj @@ -0,0 +1,10 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net6.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + +</Project> |