-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeyboardMaster.sln
More file actions
51 lines (51 loc) · 2.95 KB
/
KeyboardMaster.sln
File metadata and controls
51 lines (51 loc) · 2.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardMaster", "KeyboardMaster.csproj", "{DEB5A813-14E4-40C9-8EE4-E366816F124F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "m3md2", "m3md2\m3md2.csproj", "{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardMaster-Server", "KeyboardMaster-Server\KeyboardMaster-Server.csproj", "{AA63D636-0DF2-4DE7-A496-2935AC07CA23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Debug|x86.ActiveCfg = Debug|x86
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Debug|x86.Build.0 = Debug|x86
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Release|Any CPU.Build.0 = Release|Any CPU
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Release|x86.ActiveCfg = Release|x86
{DEB5A813-14E4-40C9-8EE4-E366816F124F}.Release|x86.Build.0 = Release|x86
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Debug|x86.ActiveCfg = Debug|x86
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Debug|x86.Build.0 = Debug|x86
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Release|Any CPU.Build.0 = Release|Any CPU
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Release|x86.ActiveCfg = Release|x86
{DEC7AD4F-25B2-41D2-94FE-6CD2304718C0}.Release|x86.Build.0 = Release|x86
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Debug|x86.ActiveCfg = Debug|x86
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Debug|x86.Build.0 = Debug|x86
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Release|Any CPU.Build.0 = Release|Any CPU
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Release|x86.ActiveCfg = Release|x86
{AA63D636-0DF2-4DE7-A496-2935AC07CA23}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47E83E19-E9E4-4000-85D6-E514421B0B1D}
EndGlobalSection
EndGlobal