-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaestro5dev.sln
More file actions
47 lines (47 loc) · 2.43 KB
/
Copy pathmaestro5dev.sln
File metadata and controls
47 lines (47 loc) · 2.43 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
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cxdriver", "cxdriver\cxdriver.vcxproj", "{83448CFE-9E09-4C05-B99C-CEF49A822FB9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maestroGUI", "maestroGUI\maestroGUI.vcxproj", "{3C563829-989A-4021-99F1-2E86816C3EDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A071901F-64DB-48F5-9AD4-8E987D1254E5}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
RtssDebug|x64 = RtssDebug|x64
RtssRelease|x64 = RtssRelease|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.Debug|x64.ActiveCfg = RtssDebug|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.Debug|x64.Build.0 = RtssDebug|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.Release|x64.ActiveCfg = RtssRelease|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.Release|x64.Build.0 = RtssRelease|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.RtssDebug|x64.ActiveCfg = RtssDebug|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.RtssDebug|x64.Build.0 = RtssDebug|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.RtssRelease|x64.ActiveCfg = RtssRelease|x64
{83448CFE-9E09-4C05-B99C-CEF49A822FB9}.RtssRelease|x64.Build.0 = RtssRelease|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.Debug|x64.ActiveCfg = Debug|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.Debug|x64.Build.0 = Debug|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.Release|x64.ActiveCfg = Release|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.Release|x64.Build.0 = Release|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.RtssDebug|x64.ActiveCfg = Release|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.RtssDebug|x64.Build.0 = Release|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.RtssRelease|x64.ActiveCfg = Release|x64
{3C563829-989A-4021-99F1-2E86816C3EDC}.RtssRelease|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EC73AD9-7EAE-4092-936D-8A07BC12CDAC}
EndGlobalSection
EndGlobal