-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMotionServer.sln
More file actions
25 lines (25 loc) · 1.06 KB
/
MotionServer.sln
File metadata and controls
25 lines (25 loc) · 1.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MotionServer", "MotionServer.vcxproj", "{A8653661-F174-4ACF-B1D3-8285BE077D49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Windows = Debug|Windows
Release|Windows = Release|Windows
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8653661-F174-4ACF-B1D3-8285BE077D49}.Debug|Windows.ActiveCfg = Debug|x64
{A8653661-F174-4ACF-B1D3-8285BE077D49}.Debug|Windows.Build.0 = Debug|x64
{A8653661-F174-4ACF-B1D3-8285BE077D49}.Release|Windows.ActiveCfg = Release|x64
{A8653661-F174-4ACF-B1D3-8285BE077D49}.Release|Windows.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C2B5B78-318E-4EEF-84BF-78A72D67B44A}
EndGlobalSection
EndGlobal