From d4bbe913fc982e20ca45a3a82bb878d293bead7c Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Tue, 31 Dec 2019 14:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Falcon.Extend.sln | 20 +++++++++---------- .../Falcon.Extend.csproj | 0 .../ObjectCopyToOption.cs | 0 .../ObjectExtend.cs | 0 .../StringExtend.cs | 0 .../Falcon.ExtendTests.csproj | 4 ++-- .../ObjectExtendTests.cs | 0 .../StringExtendTests.cs | 0 8 files changed, 12 insertions(+), 12 deletions(-) rename Faclon.Extend/Faclon.Extend.csproj => Falcon.Extend/Falcon.Extend.csproj (100%) rename {Faclon.Extend => Falcon.Extend}/ObjectCopyToOption.cs (100%) rename {Faclon.Extend => Falcon.Extend}/ObjectExtend.cs (100%) rename {Faclon.Extend => Falcon.Extend}/StringExtend.cs (100%) rename Faclon.ExtendTests/Faclon.ExtendTests.csproj => Falcon.ExtendTests/Falcon.ExtendTests.csproj (80%) rename {Faclon.ExtendTests => Falcon.ExtendTests}/ObjectExtendTests.cs (100%) rename {Faclon.ExtendTests => Falcon.ExtendTests}/StringExtendTests.cs (100%) diff --git a/Falcon.Extend.sln b/Falcon.Extend.sln index dd08a36..8984f3f 100644 --- a/Falcon.Extend.sln +++ b/Falcon.Extend.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29613.14 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faclon.Extend", "Faclon.Extend\Faclon.Extend.csproj", "{F77EDE31-EBB5-42E9-85C3-1501D2B0CA81}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Falcon.Extend", "Falcon.Extend\Falcon.Extend.csproj", "{E169CE81-C258-4D70-97BB-5C664317E4C7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faclon.ExtendTests", "Faclon.ExtendTests\Faclon.ExtendTests.csproj", "{3C7A5D31-3FB4-4DDA-8283-5CB81BE63150}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Falcon.ExtendTests", "Falcon.ExtendTests\Falcon.ExtendTests.csproj", "{DA83AD43-FE6D-490E-8982-E39D4DCD5C82}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,14 +13,14 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F77EDE31-EBB5-42E9-85C3-1501D2B0CA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F77EDE31-EBB5-42E9-85C3-1501D2B0CA81}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F77EDE31-EBB5-42E9-85C3-1501D2B0CA81}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F77EDE31-EBB5-42E9-85C3-1501D2B0CA81}.Release|Any CPU.Build.0 = Release|Any CPU - {3C7A5D31-3FB4-4DDA-8283-5CB81BE63150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3C7A5D31-3FB4-4DDA-8283-5CB81BE63150}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3C7A5D31-3FB4-4DDA-8283-5CB81BE63150}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3C7A5D31-3FB4-4DDA-8283-5CB81BE63150}.Release|Any CPU.Build.0 = Release|Any CPU + {E169CE81-C258-4D70-97BB-5C664317E4C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E169CE81-C258-4D70-97BB-5C664317E4C7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E169CE81-C258-4D70-97BB-5C664317E4C7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E169CE81-C258-4D70-97BB-5C664317E4C7}.Release|Any CPU.Build.0 = Release|Any CPU + {DA83AD43-FE6D-490E-8982-E39D4DCD5C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DA83AD43-FE6D-490E-8982-E39D4DCD5C82}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DA83AD43-FE6D-490E-8982-E39D4DCD5C82}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DA83AD43-FE6D-490E-8982-E39D4DCD5C82}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Faclon.Extend/Faclon.Extend.csproj b/Falcon.Extend/Falcon.Extend.csproj similarity index 100% rename from Faclon.Extend/Faclon.Extend.csproj rename to Falcon.Extend/Falcon.Extend.csproj diff --git a/Faclon.Extend/ObjectCopyToOption.cs b/Falcon.Extend/ObjectCopyToOption.cs similarity index 100% rename from Faclon.Extend/ObjectCopyToOption.cs rename to Falcon.Extend/ObjectCopyToOption.cs diff --git a/Faclon.Extend/ObjectExtend.cs b/Falcon.Extend/ObjectExtend.cs similarity index 100% rename from Faclon.Extend/ObjectExtend.cs rename to Falcon.Extend/ObjectExtend.cs diff --git a/Faclon.Extend/StringExtend.cs b/Falcon.Extend/StringExtend.cs similarity index 100% rename from Faclon.Extend/StringExtend.cs rename to Falcon.Extend/StringExtend.cs diff --git a/Faclon.ExtendTests/Faclon.ExtendTests.csproj b/Falcon.ExtendTests/Falcon.ExtendTests.csproj similarity index 80% rename from Faclon.ExtendTests/Faclon.ExtendTests.csproj rename to Falcon.ExtendTests/Falcon.ExtendTests.csproj index 4dbea6c..6a289df 100644 --- a/Faclon.ExtendTests/Faclon.ExtendTests.csproj +++ b/Falcon.ExtendTests/Falcon.ExtendTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.0;netcoreapp3.1 @@ -14,7 +14,7 @@ - + diff --git a/Faclon.ExtendTests/ObjectExtendTests.cs b/Falcon.ExtendTests/ObjectExtendTests.cs similarity index 100% rename from Faclon.ExtendTests/ObjectExtendTests.cs rename to Falcon.ExtendTests/ObjectExtendTests.cs diff --git a/Faclon.ExtendTests/StringExtendTests.cs b/Falcon.ExtendTests/StringExtendTests.cs similarity index 100% rename from Faclon.ExtendTests/StringExtendTests.cs rename to Falcon.ExtendTests/StringExtendTests.cs