-
Notifications
You must be signed in to change notification settings - Fork 1
/
slam3d.sln
35 lines (35 loc) · 1.76 KB
/
slam3d.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csvslam", "csvslam\csvslam.vcxproj", "{0B04ECCF-A89B-45DA-B437-5279C29AF3A7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csvlocalize", "csvlocalize\csvlocalize.vcxproj", "{8A5FA94D-5F1A-467C-B2FD-F77BD31CC7EC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mqttlocalize", "mqttlocalize\mqttlocalize.vcxproj", "{AC9CD092-03A1-4E5F-ABB7-9847390A57F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B04ECCF-A89B-45DA-B437-5279C29AF3A7}.Debug|x64.ActiveCfg = Debug|x64
{0B04ECCF-A89B-45DA-B437-5279C29AF3A7}.Debug|x64.Build.0 = Debug|x64
{0B04ECCF-A89B-45DA-B437-5279C29AF3A7}.Release|x64.ActiveCfg = Release|x64
{0B04ECCF-A89B-45DA-B437-5279C29AF3A7}.Release|x64.Build.0 = Release|x64
{8A5FA94D-5F1A-467C-B2FD-F77BD31CC7EC}.Debug|x64.ActiveCfg = Debug|x64
{8A5FA94D-5F1A-467C-B2FD-F77BD31CC7EC}.Debug|x64.Build.0 = Debug|x64
{8A5FA94D-5F1A-467C-B2FD-F77BD31CC7EC}.Release|x64.ActiveCfg = Release|x64
{8A5FA94D-5F1A-467C-B2FD-F77BD31CC7EC}.Release|x64.Build.0 = Release|x64
{AC9CD092-03A1-4E5F-ABB7-9847390A57F9}.Debug|x64.ActiveCfg = Debug|x64
{AC9CD092-03A1-4E5F-ABB7-9847390A57F9}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BE4A3BE-6F92-42DD-8BE6-C46CCAF034AD}
EndGlobalSection
EndGlobal