-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMouseKeyboardLibrary.sln
More file actions
59 lines (59 loc) · 3.65 KB
/
Copy pathMouseKeyboardLibrary.sln
File metadata and controls
59 lines (59 loc) · 3.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MouseKeyboardLibrary", "MouseKeyboardLibrary\MouseKeyboardLibrary.csproj", "{F419622F-4D82-40A6-B4FB-3FE36579F018}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HookSampleApplication", "SampleApplication\HookSampleApplication.csproj", "{FD66CF6D-E9E5-47F1-B5AD-B1AEEC2CEEA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlobalMacroRecorder", "GlobalMacroRecorder\GlobalMacroRecorder.csproj", "{81AE332F-E43D-429B-872A-14F5418FEA7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopStream", "DesktopStream\DesktopStream.csproj", "{0CFF7576-FAF0-4CAB-9271-E49B25AA6B2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "references", "references", "{8CCC949A-C2A7-4D38-AFAF-13008142ADEC}"
ProjectSection(SolutionItems) = preProject
references\SuperSocket.Common.dll = references\SuperSocket.Common.dll
references\SuperSocket.Common.pdb = references\SuperSocket.Common.pdb
references\SuperSocket.Common.xml = references\SuperSocket.Common.xml
references\SuperSocket.SocketBase.dll = references\SuperSocket.SocketBase.dll
references\SuperSocket.SocketBase.pdb = references\SuperSocket.SocketBase.pdb
references\SuperSocket.SocketBase.xml = references\SuperSocket.SocketBase.xml
references\SuperSocket.SocketEngine.dll = references\SuperSocket.SocketEngine.dll
references\SuperSocket.SocketEngine.pdb = references\SuperSocket.SocketEngine.pdb
references\SuperSocket.SocketEngine.xml = references\SuperSocket.SocketEngine.xml
references\SuperWebSocket.dll = references\SuperWebSocket.dll
references\SuperWebSocket.pdb = references\SuperWebSocket.pdb
references\SuperWebSocket.xml = references\SuperWebSocket.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F419622F-4D82-40A6-B4FB-3FE36579F018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F419622F-4D82-40A6-B4FB-3FE36579F018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F419622F-4D82-40A6-B4FB-3FE36579F018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F419622F-4D82-40A6-B4FB-3FE36579F018}.Release|Any CPU.Build.0 = Release|Any CPU
{FD66CF6D-E9E5-47F1-B5AD-B1AEEC2CEEA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD66CF6D-E9E5-47F1-B5AD-B1AEEC2CEEA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD66CF6D-E9E5-47F1-B5AD-B1AEEC2CEEA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD66CF6D-E9E5-47F1-B5AD-B1AEEC2CEEA7}.Release|Any CPU.Build.0 = Release|Any CPU
{81AE332F-E43D-429B-872A-14F5418FEA7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AE332F-E43D-429B-872A-14F5418FEA7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AE332F-E43D-429B-872A-14F5418FEA7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AE332F-E43D-429B-872A-14F5418FEA7F}.Release|Any CPU.Build.0 = Release|Any CPU
{0CFF7576-FAF0-4CAB-9271-E49B25AA6B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CFF7576-FAF0-4CAB-9271-E49B25AA6B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CFF7576-FAF0-4CAB-9271-E49B25AA6B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CFF7576-FAF0-4CAB-9271-E49B25AA6B2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA924895-42A1-4610-BB7D-808823E6E8AB}
EndGlobalSection
EndGlobal