-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
352 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericSystem", "NumericSystem\NumericSystem.csproj", "{5E89E637-0216-4D48-98B8-3256A4839821}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{5E89E637-0216-4D48-98B8-3256A4839821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{5E89E637-0216-4D48-98B8-3256A4839821}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{5E89E637-0216-4D48-98B8-3256A4839821}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{5E89E637-0216-4D48-98B8-3256A4839821}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions
24
src/NumericSystem/bin/Debug/netstandard2.1/NumericSystem.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.1/", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.1": {}, | ||
".NETStandard,Version=v2.1/": { | ||
"NumericSystem/1.0.0": { | ||
"runtime": { | ||
"NumericSystem.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"NumericSystem/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
src/NumericSystem/bin/Release/netstandard2.1/NumericSystem.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.1/", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.1": {}, | ||
".NETStandard,Version=v2.1/": { | ||
"NumericSystem/1.0.0": { | ||
"runtime": { | ||
"NumericSystem.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"NumericSystem/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
src/NumericSystem/bin/Release/netstandard2.1/publish/NumericSystem.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.1/", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.1": {}, | ||
".NETStandard,Version=v2.1/": { | ||
"NumericSystem/1.0.0": { | ||
"runtime": { | ||
"NumericSystem.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"NumericSystem/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file added
BIN
+11.6 KB
src/NumericSystem/bin/Release/netstandard2.1/publish/NumericSystem.pdb
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
src/NumericSystem/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] |
22 changes: 22 additions & 0 deletions
22
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d91972321a1a852aa778724afaf7fb3cfc6b734a")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
86498a9356c582e1a9fa92830127ed0a7f60eee219408f9b6f9487215798bda8 |
5 changes: 5 additions & 0 deletions
5
...icSystem/obj/Debug/netstandard2.1/NumericSystem.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
is_global = true | ||
build_property.RootNamespace = NumericSystem | ||
build_property.ProjectDir = H:\Program\NumericSystem\src\NumericSystem\NumericSystem\ | ||
build_property.EnableComHosting = | ||
build_property.EnableGeneratedComInterfaceComImportInterop = |
Binary file added
BIN
+201 Bytes
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
056d02920e7460153e883785e1968cf4c37f5caadba78d27d2feda0aaa974376 |
10 changes: 10 additions & 0 deletions
10
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Debug\netstandard2.1\NumericSystem.deps.json | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Debug\netstandard2.1\NumericSystem.dll | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Debug\netstandard2.1\NumericSystem.pdb | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.GeneratedMSBuildEditorConfig.editorconfig | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.AssemblyInfoInputs.cache | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.AssemblyInfo.cs | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.csproj.CoreCompileInputs.cache | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.sourcelink.json | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.dll | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Debug\netstandard2.1\NumericSystem.pdb |
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Debug/netstandard2.1/NumericSystem.sourcelink.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"documents":{"H:\\Program\\NumericSystem\\*":"https://raw.githubusercontent.com/dlqw/NumericSystem/d91972321a1a852aa778724afaf7fb3cfc6b734a/*"}} |
66 changes: 66 additions & 0 deletions
66
src/NumericSystem/obj/NumericSystem.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj": {} | ||
}, | ||
"projects": { | ||
"H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj", | ||
"projectName": "NumericSystem", | ||
"projectPath": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj", | ||
"packagesPath": "C:\\Users\\車部拟幻\\.nuget\\packages\\", | ||
"outputPath": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"H:\\qxyustudy\\VS2022\\sdk\\NuGetPackages" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\車部拟幻\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netstandard2.1" | ||
], | ||
"sources": { | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netstandard2.1": { | ||
"targetAlias": "netstandard2.1", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netstandard2.1": { | ||
"targetAlias": "netstandard2.1", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48", | ||
"net481" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"NETStandard.Library": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Users\\車部拟幻\\.dotnet\\sdk\\8.0.203\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?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\車部拟幻\.nuget\packages\;H:\qxyustudy\VS2022\sdk\NuGetPackages</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="C:\Users\車部拟幻\.nuget\packages\" /> | ||
<SourceRoot Include="H:\qxyustudy\VS2022\sdk\NuGetPackages\" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" /> |
4 changes: 4 additions & 0 deletions
4
src/NumericSystem/obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] |
22 changes: 22 additions & 0 deletions
22
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d91972321a1a852aa778724afaf7fb3cfc6b734a")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("NumericSystem")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
978ba65b21f27e2e077f97249469ead64a4f2e9ded2bc5c17d663bed8639d4a0 |
5 changes: 5 additions & 0 deletions
5
...System/obj/Release/netstandard2.1/NumericSystem.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
is_global = true | ||
build_property.RootNamespace = NumericSystem | ||
build_property.ProjectDir = H:\Program\NumericSystem\src\NumericSystem\NumericSystem\ | ||
build_property.EnableComHosting = | ||
build_property.EnableGeneratedComInterfaceComImportInterop = |
Binary file added
BIN
+201 Bytes
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4bb16b77d49d197b53e9b57687f837ecd079d3172d5b0af595508e8e651434b2 |
10 changes: 10 additions & 0 deletions
10
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\NumericSystem.deps.json | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\NumericSystem.dll | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\NumericSystem.pdb | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.GeneratedMSBuildEditorConfig.editorconfig | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.AssemblyInfoInputs.cache | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.AssemblyInfo.cs | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.csproj.CoreCompileInputs.cache | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.sourcelink.json | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.dll | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\obj\Release\netstandard2.1\NumericSystem.pdb |
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/NumericSystem/obj/Release/netstandard2.1/NumericSystem.sourcelink.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"documents":{"H:\\Program\\NumericSystem\\*":"https://raw.githubusercontent.com/dlqw/NumericSystem/d91972321a1a852aa778724afaf7fb3cfc6b734a/*"}} |
3 changes: 3 additions & 0 deletions
3
src/NumericSystem/obj/Release/netstandard2.1/PublishOutputs.5191e61652.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\publish\NumericSystem.dll | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\publish\NumericSystem.deps.json | ||
H:\Program\NumericSystem\src\NumericSystem\NumericSystem\bin\Release\netstandard2.1\publish\NumericSystem.pdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
".NETStandard,Version=v2.1": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
".NETStandard,Version=v2.1": [] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\車部拟幻\\.nuget\\packages\\": {}, | ||
"H:\\qxyustudy\\VS2022\\sdk\\NuGetPackages": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj", | ||
"projectName": "NumericSystem", | ||
"projectPath": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj", | ||
"packagesPath": "C:\\Users\\車部拟幻\\.nuget\\packages\\", | ||
"outputPath": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"H:\\qxyustudy\\VS2022\\sdk\\NuGetPackages" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\車部拟幻\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netstandard2.1" | ||
], | ||
"sources": { | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netstandard2.1": { | ||
"targetAlias": "netstandard2.1", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netstandard2.1": { | ||
"targetAlias": "netstandard2.1", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48", | ||
"net481" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"NETStandard.Library": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Users\\車部拟幻\\.dotnet\\sdk\\8.0.203\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "mpanQS9eSZzBJGCv33B7CGD07VIwbDGjSAuiiRF6ltINlIULuP9zcqdlDlOGp+A8tv/4brZQxegQr4OWuRDG7A==", | ||
"success": true, | ||
"projectFilePath": "H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj", | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"restore":{"projectUniqueName":"H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj","projectName":"NumericSystem","projectPath":"H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\NumericSystem.csproj","outputPath":"H:\\Program\\NumericSystem\\src\\NumericSystem\\NumericSystem\\obj\\","projectStyle":"PackageReference","fallbackFolders":["H:\\qxyustudy\\VS2022\\sdk\\NuGetPackages"],"originalTargetFrameworks":["netstandard2.1"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"netstandard2.1":{"targetAlias":"netstandard2.1","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netstandard2.1":{"targetAlias":"netstandard2.1","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"NETStandard.Library":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Users\\車部拟幻\\.dotnet\\sdk\\8.0.203\\RuntimeIdentifierGraph.json"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
17246571940771918 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.0", | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": true | ||
} | ||
} |