-
Notifications
You must be signed in to change notification settings - Fork 0
/
KeyboardTester.sln
40 lines (40 loc) · 1.86 KB
/
KeyboardTester.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardTester", "KeyboardTester\KeyboardTester.vcxproj", "{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EF904D1-6CC9-4C99-B8BB-A993C967B2BA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Debug|ARM.ActiveCfg = Debug|Win32
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Debug|x64.ActiveCfg = Debug|x64
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Debug|x64.Build.0 = Debug|x64
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Debug|x86.ActiveCfg = Debug|Win32
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Debug|x86.Build.0 = Debug|Win32
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Release|ARM.ActiveCfg = Release|Win32
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Release|x64.ActiveCfg = Release|x64
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Release|x64.Build.0 = Release|x64
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Release|x86.ActiveCfg = Release|Win32
{08288821-1BC3-4CAE-BF2C-C6FE02BB97CF}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA6E033F-5965-4B38-90E7-572535FA9239}
EndGlobalSection
EndGlobal