-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathusbhid.sln
60 lines (60 loc) · 2.99 KB
/
usbhid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usbhid", "usbhid\usbhid.vcxproj", "{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "consoleTest", "consoleTest\consoleTest.vcxproj", "{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}"
ProjectSection(ProjectDependencies) = postProject
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8} = {A19401BD-9FF7-46C0-82BC-DA32B0E735E8}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5894E595-B509-41C7-9FE0-EB77B7B96DC7}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "teensyCode", "teensyCode", "{2E1DC531-7E84-4877-AE31-65B1C4BE680B}"
ProjectSection(SolutionItems) = preProject
teensyCode\RawHid_test1.ino = teensyCode\RawHid_test1.ino
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example output", "example output", "{618086F5-8566-49A7-87B6-50AC2DA60DAF}"
ProjectSection(SolutionItems) = preProject
example-output.txt = example-output.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Debug|x64.ActiveCfg = Debug|x64
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Debug|x64.Build.0 = Debug|x64
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Debug|x86.ActiveCfg = Debug|Win32
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Debug|x86.Build.0 = Debug|Win32
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Release|x64.ActiveCfg = Release|x64
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Release|x64.Build.0 = Release|x64
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Release|x86.ActiveCfg = Release|Win32
{A19401BD-9FF7-46C0-82BC-DA32B0E735E8}.Release|x86.Build.0 = Release|Win32
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Debug|x64.ActiveCfg = Debug|x64
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Debug|x64.Build.0 = Debug|x64
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Debug|x86.ActiveCfg = Debug|Win32
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Debug|x86.Build.0 = Debug|Win32
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Release|x64.ActiveCfg = Release|x64
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Release|x64.Build.0 = Release|x64
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Release|x86.ActiveCfg = Release|Win32
{AFD6B4CA-9CD6-44CC-B6DC-1456EF1453FD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DBA19DD-6D3A-4B60-80B0-87048FE82ED9}
EndGlobalSection
EndGlobal