-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUsbController.sln
More file actions
49 lines (49 loc) · 2.81 KB
/
UsbController.sln
File metadata and controls
49 lines (49 loc) · 2.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usb.Hid.Connection", "Usb.Hid.Connection\Usb.Hid.Connection.csproj", "{84AA92D8-6E9C-4F2A-B9C6-615F24398275}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C78F87A8-F80F-4329-9F34-5E5DDA308B6A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usb.GameControllers", "Usb.GameControllers\Usb.GameControllers.csproj", "{757D3C81-2051-40F3-A398-8BA2E1599595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForceFeedback.Controller", "ForceFeedback.Controller\ForceFeedback.Controller.csproj", "{2B0FE46F-0F50-4278-99E4-C13420DA5855}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{E893B293-4B4E-4DCC-8F1C-6E2FC17A5978}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84AA92D8-6E9C-4F2A-B9C6-615F24398275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84AA92D8-6E9C-4F2A-B9C6-615F24398275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84AA92D8-6E9C-4F2A-B9C6-615F24398275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84AA92D8-6E9C-4F2A-B9C6-615F24398275}.Release|Any CPU.Build.0 = Release|Any CPU
{757D3C81-2051-40F3-A398-8BA2E1599595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{757D3C81-2051-40F3-A398-8BA2E1599595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{757D3C81-2051-40F3-A398-8BA2E1599595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{757D3C81-2051-40F3-A398-8BA2E1599595}.Release|Any CPU.Build.0 = Release|Any CPU
{2B0FE46F-0F50-4278-99E4-C13420DA5855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B0FE46F-0F50-4278-99E4-C13420DA5855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B0FE46F-0F50-4278-99E4-C13420DA5855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B0FE46F-0F50-4278-99E4-C13420DA5855}.Release|Any CPU.Build.0 = Release|Any CPU
{E893B293-4B4E-4DCC-8F1C-6E2FC17A5978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E893B293-4B4E-4DCC-8F1C-6E2FC17A5978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E893B293-4B4E-4DCC-8F1C-6E2FC17A5978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E893B293-4B4E-4DCC-8F1C-6E2FC17A5978}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7CDDB0F-CBC0-4A40-AEB4-82315A7879B6}
EndGlobalSection
EndGlobal