forked from laochiangx/Common.Utility
-
Notifications
You must be signed in to change notification settings - Fork 0
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
850715177
committed
Aug 21, 2019
1 parent
93fcbb0
commit 5a3a42d
Showing
48 changed files
with
3,316 additions
and
429 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="StackExchange.Redis"> | ||
<HintPath>..\Utility基础类大全\bin\Debug\StackExchange.Redis.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
</Project> |
61 changes: 61 additions & 0 deletions
61
ClassLibrary1/bin/Debug/netstandard2.0/Common.Utility2.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,61 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.0/", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.0": {}, | ||
".NETStandard,Version=v2.0/": { | ||
"Common.Utility2/1.0.0": { | ||
"dependencies": { | ||
"NETStandard.Library": "2.0.3", | ||
"StackExchange.Redis": "2.0.0.0" | ||
}, | ||
"runtime": { | ||
"Common.Utility2.dll": {} | ||
} | ||
}, | ||
"Microsoft.NETCore.Platforms/1.1.0": {}, | ||
"NETStandard.Library/2.0.3": { | ||
"dependencies": { | ||
"Microsoft.NETCore.Platforms": "1.1.0" | ||
} | ||
}, | ||
"StackExchange.Redis/2.0.0.0": { | ||
"runtime": { | ||
"StackExchange.Redis.dll": { | ||
"assemblyVersion": "2.0.0.0", | ||
"fileVersion": "2.0.601.3402" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"Common.Utility2/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Microsoft.NETCore.Platforms/1.1.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", | ||
"path": "microsoft.netcore.platforms/1.1.0", | ||
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" | ||
}, | ||
"NETStandard.Library/2.0.3": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", | ||
"path": "netstandard.library/2.0.3", | ||
"hashPath": "netstandard.library.2.0.3.nupkg.sha512" | ||
}, | ||
"StackExchange.Redis/2.0.0.0": { | ||
"type": "reference", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "MjlcO49kxC04HYq91gV9Vw3SO0pzy1ZtuihPlF7matJoTudwLAbB4xHvwCwVht8CuLGUpwOilWpMSGCNEeTPtg==", | ||
"success": true | ||
} |
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,67 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\ClassLibrary1.csproj": {} | ||
}, | ||
"projects": { | ||
"C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\ClassLibrary1.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\ClassLibrary1.csproj", | ||
"projectName": "ClassLibrary1", | ||
"projectPath": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\ClassLibrary1.csproj", | ||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Microsoft\\Xamarin\\NuGet\\", | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netstandard2.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netstandard2.0": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netstandard2.0": { | ||
"dependencies": { | ||
"NETStandard.Library": { | ||
"suppressParent": "All", | ||
"target": "Package", | ||
"version": "[2.0.3, )", | ||
"autoReferenced": true | ||
} | ||
}, | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true | ||
} | ||
} | ||
} | ||
} | ||
} |
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,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\Administrator\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.1.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> | ||
</ImportGroup> | ||
</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,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "3Ow/ZystYDdUAro0KUasd87KQrRybODKPak/+c1/0AcmBcLkjbXkDop7wvHiqFgmdI8gq0RfhznNE3MCQ6gl9w==", | ||
"success": true | ||
} |
67 changes: 67 additions & 0 deletions
67
ClassLibrary1/obj/Common.Utility2.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,67 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\Common.Utility2.csproj": {} | ||
}, | ||
"projects": { | ||
"C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\Common.Utility2.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\Common.Utility2.csproj", | ||
"projectName": "Common.Utility2", | ||
"projectPath": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\Common.Utility2.csproj", | ||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\Administrator\\source\\repos\\Jimmey-Jiang\\Common.Utility\\ClassLibrary1\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Microsoft\\Xamarin\\NuGet\\", | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netstandard2.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netstandard2.0": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netstandard2.0": { | ||
"dependencies": { | ||
"NETStandard.Library": { | ||
"suppressParent": "All", | ||
"target": "Package", | ||
"version": "[2.0.3, )", | ||
"autoReferenced": true | ||
} | ||
}, | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true | ||
} | ||
} | ||
} | ||
} | ||
} |
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,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\Administrator\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.1.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> | ||
</ImportGroup> | ||
</Project> |
23 changes: 23 additions & 0 deletions
23
ClassLibrary1/obj/Debug/netstandard2.0/ClassLibrary1.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,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("ClassLibrary1")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("ClassLibrary1")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("ClassLibrary1")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
ClassLibrary1/obj/Debug/netstandard2.0/ClassLibrary1.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 @@ | ||
d6c150950a913873c93751ac917b9329c8d9d7df |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
ClassLibrary1/obj/Debug/netstandard2.0/ClassLibrary1.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 @@ | ||
453e96dd0e64418ccefc7d2b088427efc17c8312 |
Binary file added
BIN
+424 Bytes
ClassLibrary1/obj/Debug/netstandard2.0/ClassLibrary1.csprojAssemblyReference.cache
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.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,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("Common.Utility2")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Common.Utility2")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Common.Utility2")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.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 @@ | ||
fb1fa496c3f61ea941675a33de8c746c0874f0e8 |
Binary file added
BIN
+228 Bytes
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.assets.cache
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.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 @@ | ||
453e96dd0e64418ccefc7d2b088427efc17c8312 |
11 changes: 11 additions & 0 deletions
11
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.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,11 @@ | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\bin\Debug\netstandard2.0\Common.Utility2.deps.json | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\bin\Debug\netstandard2.0\Common.Utility2.dll | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\bin\Debug\netstandard2.0\Common.Utility2.pdb | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\bin\Debug\netstandard2.0\StackExchange.Redis.dll | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.csprojAssemblyReference.cache | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.csproj.CoreCompileInputs.cache | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.AssemblyInfoInputs.cache | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.AssemblyInfo.cs | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.csproj.CopyComplete | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.dll | ||
C:\Users\Administrator\source\repos\Jimmey-Jiang\Common.Utility\ClassLibrary1\obj\Debug\netstandard2.0\Common.Utility2.pdb |
Binary file added
BIN
+87 KB
ClassLibrary1/obj/Debug/netstandard2.0/Common.Utility2.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.