-
Notifications
You must be signed in to change notification settings - Fork 135
/
QuikSharp.sln
120 lines (120 loc) · 8.17 KB
/
QuikSharp.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{8E6032D5-4061-44AD-8151-7F70FE09880A}"
ProjectSection(SolutionItems) = preProject
AUTHORS.md = AUTHORS.md
LICENSE.txt = LICENSE.txt
README.md = README.md
README.RU.md = README.RU.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9C0672CC-6182-4469-B5DF-B92265713169}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuikSharp.Tests", "tests\QuikSharp.Tests\QuikSharp.Tests.csproj", "{E8381C47-9297-4BD3-B384-CD366037F587}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profiler", "tests\Profiler\Profiler.csproj", "{65866E9F-302F-45BE-9BB0-77B3057916CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{2F3B9E30-BDC5-4886-90ED-A6D2FF98FEF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuikSharpDemo", "Examples\QuikSharpDemo\QuikSharpDemo.csproj", "{EB833A29-974F-4FDC-B2C1-45758920E504}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoConnector", "Examples\AutoConnector\AutoConnector.csproj", "{809C5C78-5BE5-471A-9BF8-FD97CA891571}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RobotDemo", "Examples\RobotDemo\RobotDemo.csproj", "{CD23572D-CF1A-404F-B373-77CC8A4FB093}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuikSharp", "src\QuikSharp\QuikSharp.csproj", "{8C1515D0-C068-47FB-B64D-8F47834C6933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8381C47-9297-4BD3-B384-CD366037F587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Debug|x86.ActiveCfg = Debug|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Release|Any CPU.Build.0 = Release|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E8381C47-9297-4BD3-B384-CD366037F587}.Release|x86.ActiveCfg = Release|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Debug|x86.ActiveCfg = Debug|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Release|Any CPU.Build.0 = Release|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{65866E9F-302F-45BE-9BB0-77B3057916CE}.Release|x86.ActiveCfg = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Debug|x86.Build.0 = Debug|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|Any CPU.Build.0 = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|x86.ActiveCfg = Release|Any CPU
{EB833A29-974F-4FDC-B2C1-45758920E504}.Release|x86.Build.0 = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|x86.ActiveCfg = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Debug|x86.Build.0 = Debug|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|Any CPU.Build.0 = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|x86.ActiveCfg = Release|Any CPU
{809C5C78-5BE5-471A-9BF8-FD97CA891571}.Release|x86.Build.0 = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|x86.ActiveCfg = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Debug|x86.Build.0 = Debug|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|Any CPU.Build.0 = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|x86.ActiveCfg = Release|Any CPU
{CD23572D-CF1A-404F-B373-77CC8A4FB093}.Release|x86.Build.0 = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|x86.ActiveCfg = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Debug|x86.Build.0 = Debug|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|Any CPU.Build.0 = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|x86.ActiveCfg = Release|Any CPU
{8C1515D0-C068-47FB-B64D-8F47834C6933}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E8381C47-9297-4BD3-B384-CD366037F587} = {9C0672CC-6182-4469-B5DF-B92265713169}
{65866E9F-302F-45BE-9BB0-77B3057916CE} = {9C0672CC-6182-4469-B5DF-B92265713169}
{EB833A29-974F-4FDC-B2C1-45758920E504} = {2F3B9E30-BDC5-4886-90ED-A6D2FF98FEF9}
{809C5C78-5BE5-471A-9BF8-FD97CA891571} = {2F3B9E30-BDC5-4886-90ED-A6D2FF98FEF9}
{CD23572D-CF1A-404F-B373-77CC8A4FB093} = {2F3B9E30-BDC5-4886-90ED-A6D2FF98FEF9}
EndGlobalSection
EndGlobal