Move project to sub-directory, add empty test project, and fix namespace

This commit is contained in:
2025-08-27 18:40:29 +02:00
parent 504ec41ebc
commit a52b19bfa4
11 changed files with 66 additions and 13 deletions
+12 -6
View File
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35201.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quadtree", "Quadtree.csproj", "{F9BB98FE-C82A-405F-BC01-95C0E895E4B0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quadtree", "Quadtree\Quadtree.csproj", "{9E96645B-F8F9-4A1F-AED9-09BCAE2D497D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuadtreeTests", "QuadtreeTests\QuadtreeTests.csproj", "{9A4EDDCF-79A3-4EBE-9C9C-7D83D7BAF91A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +13,19 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9BB98FE-C82A-405F-BC01-95C0E895E4B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9BB98FE-C82A-405F-BC01-95C0E895E4B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9BB98FE-C82A-405F-BC01-95C0E895E4B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9BB98FE-C82A-405F-BC01-95C0E895E4B0}.Release|Any CPU.Build.0 = Release|Any CPU
{9E96645B-F8F9-4A1F-AED9-09BCAE2D497D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E96645B-F8F9-4A1F-AED9-09BCAE2D497D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E96645B-F8F9-4A1F-AED9-09BCAE2D497D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E96645B-F8F9-4A1F-AED9-09BCAE2D497D}.Release|Any CPU.Build.0 = Release|Any CPU
{9A4EDDCF-79A3-4EBE-9C9C-7D83D7BAF91A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4EDDCF-79A3-4EBE-9C9C-7D83D7BAF91A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4EDDCF-79A3-4EBE-9C9C-7D83D7BAF91A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4EDDCF-79A3-4EBE-9C9C-7D83D7BAF91A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {515DF911-1A2B-4213-84A1-5A60C0564C5B}
SolutionGuid = {D9E6DF99-F958-43C0-81DC-B0D5631BC411}
EndGlobalSection
EndGlobal