From e4119266daf6d46686e6a4ee7d8e1b8eece4c9ff Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 10 Feb 2020 20:11:14 +0100 Subject: [PATCH] Renamed projects and solution --- .vscode/tasks.json | 2 +- AR_GeometryLibrary.sln => Paramdigma.Core.sln | 4 +- coverage/opencover.xml | 147 +++++++++--------- ....ruleset => Paramdigma.Core.Rules.ruleset} | 0 src/{AR_Lib.csproj => Paramdigma.Core.csproj} | 0 ...ts.csproj => Paramdigma.Core.Tests.csproj} | 4 +- 6 files changed, 79 insertions(+), 78 deletions(-) rename AR_GeometryLibrary.sln => Paramdigma.Core.sln (87%) rename src/{CustomCodeAnalysisRules.ruleset => Paramdigma.Core.Rules.ruleset} (100%) rename src/{AR_Lib.csproj => Paramdigma.Core.csproj} (100%) rename tests/{AR_Lib.Tests.csproj => Paramdigma.Core.Tests.csproj} (89%) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 69259c8..7a89066 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ "type": "process", "args": [ "build", - "${workspaceFolder}/tests/AR_Lib.Tests.csproj" + "${workspaceFolder}/tests/Paramdigma.Core.Tests.csproj" ], "problemMatcher": [] }, diff --git a/AR_GeometryLibrary.sln b/Paramdigma.Core.sln similarity index 87% rename from AR_GeometryLibrary.sln rename to Paramdigma.Core.sln index bb3e1b4..0e29ec0 100644 --- a/AR_GeometryLibrary.sln +++ b/Paramdigma.Core.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26124.0 MinimumVisualStudioVersion = 15.0.26124.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AR_Lib", "src\AR_Lib.csproj", "{FD765C61-21BE-47EF-A9D0-3098534472F2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramdigma.Core", "src\Paramdigma.Core.csproj", "{FD765C61-21BE-47EF-A9D0-3098534472F2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AR_Lib.Tests", "tests\AR_Lib.Tests.csproj", "{C2382EC6-F096-4E84-8057-A1507E62310F}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramdigma.Core.Tests", "tests\Paramdigma.Core.Tests.csproj", "{C2382EC6-F096-4E84-8057-A1507E62310F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/coverage/opencover.xml b/coverage/opencover.xml index 4788947..7657db2 100644 --- a/coverage/opencover.xml +++ b/coverage/opencover.xml @@ -1,11 +1,11 @@  - + - - AR_Lib.dll - 2020-02-10T05:38:25 - AR_Lib + + Paramdigma.Core.dll + 2020-02-10T06:53:04 + Paramdigma.Core @@ -1053,30 +1053,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -7382,7 +7382,7 @@ - + Paramdigma.Core.Geometry.BasePoint @@ -7404,15 +7404,15 @@ System.Void Paramdigma.Core.Geometry.BasePoint::set_X(System.Double) - - + + - - + + - + @@ -7435,15 +7435,15 @@ System.Void Paramdigma.Core.Geometry.BasePoint::set_Y(System.Double) - - + + - - + + - + @@ -7466,15 +7466,15 @@ System.Void Paramdigma.Core.Geometry.BasePoint::set_Z(System.Double) - - + + - - + + - + @@ -7484,7 +7484,7 @@ System.Boolean Paramdigma.Core.Geometry.BasePoint::get_IsUnset() - + @@ -7589,7 +7589,7 @@ - + System.Boolean Paramdigma.Core.Geometry.BasePoint::Equals(System.Object) @@ -7597,21 +7597,22 @@ - - - - - + + + + + + - - - - - + + + + + - + @@ -7619,21 +7620,21 @@ System.Int32 Paramdigma.Core.Geometry.BasePoint::GetHashCode() - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/CustomCodeAnalysisRules.ruleset b/src/Paramdigma.Core.Rules.ruleset similarity index 100% rename from src/CustomCodeAnalysisRules.ruleset rename to src/Paramdigma.Core.Rules.ruleset diff --git a/src/AR_Lib.csproj b/src/Paramdigma.Core.csproj similarity index 100% rename from src/AR_Lib.csproj rename to src/Paramdigma.Core.csproj diff --git a/tests/AR_Lib.Tests.csproj b/tests/Paramdigma.Core.Tests.csproj similarity index 89% rename from tests/AR_Lib.Tests.csproj rename to tests/Paramdigma.Core.Tests.csproj index 7c4d2de..14a28eb 100644 --- a/tests/AR_Lib.Tests.csproj +++ b/tests/Paramdigma.Core.Tests.csproj @@ -9,7 +9,7 @@ IDE0060 - + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -21,7 +21,7 @@ - + \ No newline at end of file