-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapbuilder-core.sln
More file actions
40 lines (40 loc) · 2.11 KB
/
mapbuilder-core.sln
File metadata and controls
40 lines (40 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapbuilder-core", "mapbuilder-core.vcxproj", "{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapbuilder-runtime", "..\mapbuilder-runtime\mapbuilder-runtime.vcxproj", "{FBBEC973-5FEB-47E6-A666-129379143A13}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapbuilder-python", "..\mapbuilder-python\mapbuilder-python.vcxproj", "{1C5F0EF0-08C0-489D-A1F4-0066293BA17B}"
ProjectSection(ProjectDependencies) = postProject
{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD} = {B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}.Debug|x64.ActiveCfg = Debug|x64
{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}.Debug|x64.Build.0 = Debug|x64
{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}.Release|x64.ActiveCfg = Release|x64
{B91977EB-4DA1-4F2F-962E-3F5E5EA724CD}.Release|x64.Build.0 = Release|x64
{FBBEC973-5FEB-47E6-A666-129379143A13}.Debug|x64.ActiveCfg = Debug|x64
{FBBEC973-5FEB-47E6-A666-129379143A13}.Debug|x64.Build.0 = Debug|x64
{FBBEC973-5FEB-47E6-A666-129379143A13}.Release|x64.ActiveCfg = Release|x64
{FBBEC973-5FEB-47E6-A666-129379143A13}.Release|x64.Build.0 = Release|x64
{1C5F0EF0-08C0-489D-A1F4-0066293BA17B}.Debug|x64.ActiveCfg = Debug|x64
{1C5F0EF0-08C0-489D-A1F4-0066293BA17B}.Debug|x64.Build.0 = Debug|x64
{1C5F0EF0-08C0-489D-A1F4-0066293BA17B}.Release|x64.ActiveCfg = Release|x64
{1C5F0EF0-08C0-489D-A1F4-0066293BA17B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FD8D516-5448-4224-8AEB-A0B733F0CF76}
EndGlobalSection
EndGlobal