Skip to content

Commit

Permalink
Renamed projects and solution
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Feb 10, 2020
1 parent b3cf0bf commit e411926
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/tests/AR_Lib.Tests.csproj"
"${workspaceFolder}/tests/Paramdigma.Core.Tests.csproj"
],
"problemMatcher": []
},
Expand Down
4 changes: 2 additions & 2 deletions AR_GeometryLibrary.sln → Paramdigma.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e411926

Please sign in to comment.