map3drendering/Map3DRendering.sln
2024-03-06 17:19:53 +01:00

48 lines
2.8 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Map3DRendering", "Map3DRendering\Map3DRendering.csproj", "{B2ED409E-ACF9-4D6B-9632-6B9A7D0C3386}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LandblockExtraction", "LandblockExtraction\LandblockExtraction.csproj", "{CE966441-7638-4137-BD1A-A8ED612A4E81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test_LandblockExtraction", "Test_LandblockExtraction\Test_LandblockExtraction.csproj", "{23CE2C14-661B-4544-A768-5475809641FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestUnit", "TestUnit", "{9CEDBDBC-D718-4F94-A8C7-8A10835816E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfMapView2D", "WpfMapView2D\WpfMapView2D.csproj", "{8D0A4BB4-23C7-4259-A614-3E9C6B0C8781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2ED409E-ACF9-4D6B-9632-6B9A7D0C3386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2ED409E-ACF9-4D6B-9632-6B9A7D0C3386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2ED409E-ACF9-4D6B-9632-6B9A7D0C3386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2ED409E-ACF9-4D6B-9632-6B9A7D0C3386}.Release|Any CPU.Build.0 = Release|Any CPU
{CE966441-7638-4137-BD1A-A8ED612A4E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE966441-7638-4137-BD1A-A8ED612A4E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE966441-7638-4137-BD1A-A8ED612A4E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE966441-7638-4137-BD1A-A8ED612A4E81}.Release|Any CPU.Build.0 = Release|Any CPU
{23CE2C14-661B-4544-A768-5475809641FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23CE2C14-661B-4544-A768-5475809641FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23CE2C14-661B-4544-A768-5475809641FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23CE2C14-661B-4544-A768-5475809641FC}.Release|Any CPU.Build.0 = Release|Any CPU
{8D0A4BB4-23C7-4259-A614-3E9C6B0C8781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D0A4BB4-23C7-4259-A614-3E9C6B0C8781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D0A4BB4-23C7-4259-A614-3E9C6B0C8781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D0A4BB4-23C7-4259-A614-3E9C6B0C8781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{23CE2C14-661B-4544-A768-5475809641FC} = {9CEDBDBC-D718-4F94-A8C7-8A10835816E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D193CE6-9C4B-4DE3-B80F-ED5DF195FC6C}
EndGlobalSection
EndGlobal