-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathButtplug.sln
More file actions
88 lines (88 loc) · 6.21 KB
/
Copy pathButtplug.sln
File metadata and controls
88 lines (88 loc) · 6.21 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Buttplug.ProjectFiles", "Buttplug.ProjectFiles\Buttplug.ProjectFiles.csproj", "{437B1971-00B6-4638-A700-756F4B7610AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Buttplug", "Buttplug\Buttplug.csproj", "{6DC84B42-8492-4F92-A988-6D4B371D4F30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Buttplug.Test", "Buttplug.Test\Buttplug.Test.csproj", "{A773EBBF-45BE-4411-986D-907EC25A11D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE283756-5FE4-491B-892E-441267C09034}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationExample", "examples\ApplicationExample\ApplicationExample.csproj", "{318D1022-896D-4921-BE08-5C9859A59BE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncExample", "examples\AsyncExample\AsyncExample.csproj", "{13CBDCDC-C66C-4C54-B76C-6FFFEFE4CEB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectionExample", "examples\ConnectionExample\ConnectionExample.csproj", "{55B0D743-DDFE-4A1E-B782-13684FB006C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceControlExample", "examples\DeviceControlExample\DeviceControlExample.csproj", "{A2C57087-BAE1-47F8-A4B3-F553BF3D4B7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceEnumerationExample", "examples\DeviceEnumerationExample\DeviceEnumerationExample.csproj", "{CF0DD8CE-8C7B-45BD-9376-144C356D62DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExceptionExample", "examples\ExceptionExample\ExceptionExample.csproj", "{F34A76A3-5240-4BD7-B488-FA86104BC39A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingTimeoutExample", "examples\PingTimeoutExample\PingTimeoutExample.csproj", "{9478C128-1B44-491E-B47C-B6F2A3CDF5D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteConnectorExample", "examples\RemoteConnectorExample\RemoteConnectorExample.csproj", "{FF0B3B37-43F1-43FD-BC7B-409A290FF756}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{437B1971-00B6-4638-A700-756F4B7610AA}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{437B1971-00B6-4638-A700-756F4B7610AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DC84B42-8492-4F92-A988-6D4B371D4F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DC84B42-8492-4F92-A988-6D4B371D4F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DC84B42-8492-4F92-A988-6D4B371D4F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DC84B42-8492-4F92-A988-6D4B371D4F30}.Release|Any CPU.Build.0 = Release|Any CPU
{A773EBBF-45BE-4411-986D-907EC25A11D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A773EBBF-45BE-4411-986D-907EC25A11D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A773EBBF-45BE-4411-986D-907EC25A11D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A773EBBF-45BE-4411-986D-907EC25A11D8}.Release|Any CPU.Build.0 = Release|Any CPU
{318D1022-896D-4921-BE08-5C9859A59BE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{318D1022-896D-4921-BE08-5C9859A59BE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{318D1022-896D-4921-BE08-5C9859A59BE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{318D1022-896D-4921-BE08-5C9859A59BE9}.Release|Any CPU.Build.0 = Release|Any CPU
{13CBDCDC-C66C-4C54-B76C-6FFFEFE4CEB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13CBDCDC-C66C-4C54-B76C-6FFFEFE4CEB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13CBDCDC-C66C-4C54-B76C-6FFFEFE4CEB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13CBDCDC-C66C-4C54-B76C-6FFFEFE4CEB7}.Release|Any CPU.Build.0 = Release|Any CPU
{55B0D743-DDFE-4A1E-B782-13684FB006C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55B0D743-DDFE-4A1E-B782-13684FB006C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55B0D743-DDFE-4A1E-B782-13684FB006C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55B0D743-DDFE-4A1E-B782-13684FB006C5}.Release|Any CPU.Build.0 = Release|Any CPU
{A2C57087-BAE1-47F8-A4B3-F553BF3D4B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2C57087-BAE1-47F8-A4B3-F553BF3D4B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2C57087-BAE1-47F8-A4B3-F553BF3D4B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2C57087-BAE1-47F8-A4B3-F553BF3D4B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0DD8CE-8C7B-45BD-9376-144C356D62DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0DD8CE-8C7B-45BD-9376-144C356D62DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0DD8CE-8C7B-45BD-9376-144C356D62DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0DD8CE-8C7B-45BD-9376-144C356D62DF}.Release|Any CPU.Build.0 = Release|Any CPU
{F34A76A3-5240-4BD7-B488-FA86104BC39A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F34A76A3-5240-4BD7-B488-FA86104BC39A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F34A76A3-5240-4BD7-B488-FA86104BC39A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F34A76A3-5240-4BD7-B488-FA86104BC39A}.Release|Any CPU.Build.0 = Release|Any CPU
{9478C128-1B44-491E-B47C-B6F2A3CDF5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9478C128-1B44-491E-B47C-B6F2A3CDF5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9478C128-1B44-491E-B47C-B6F2A3CDF5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9478C128-1B44-491E-B47C-B6F2A3CDF5D2}.Release|Any CPU.Build.0 = Release|Any CPU
{FF0B3B37-43F1-43FD-BC7B-409A290FF756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF0B3B37-43F1-43FD-BC7B-409A290FF756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF0B3B37-43F1-43FD-BC7B-409A290FF756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF0B3B37-43F1-43FD-BC7B-409A290FF756}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBB843FD-4B1A-42DA-853F-FD2F9F3D5B35}
EndGlobalSection
EndGlobal