-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGenericInput.sln
More file actions
57 lines (57 loc) · 3.24 KB
/
GenericInput.sln
File metadata and controls
57 lines (57 loc) · 3.24 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11527.330 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Generic Input DLL", "GenericInput\Generic Input DLL.vcxproj", "{B13A9AE4-E1F8-48B4-83D2-2796F4090477}"
ProjectSection(ProjectDependencies) = postProject
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE} = {E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2H", "SDL2H\SDL2H.vcxproj", "{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Gamepad Tool", "Gamepad Tool\Gamepad Tool.vcxproj", "{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}"
ProjectSection(ProjectDependencies) = postProject
{B13A9AE4-E1F8-48B4-83D2-2796F4090477} = {B13A9AE4-E1F8-48B4-83D2-2796F4090477}
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE} = {E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}
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
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Debug|x64.ActiveCfg = Debug|x64
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Debug|x64.Build.0 = Debug|x64
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Debug|x86.ActiveCfg = Debug|Win32
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Debug|x86.Build.0 = Debug|Win32
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Release|x64.ActiveCfg = Release|x64
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Release|x64.Build.0 = Release|x64
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Release|x86.ActiveCfg = Release|Win32
{B13A9AE4-E1F8-48B4-83D2-2796F4090477}.Release|x86.Build.0 = Release|Win32
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Debug|x64.ActiveCfg = Debug|x64
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Debug|x64.Build.0 = Debug|x64
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Debug|x86.ActiveCfg = Debug|Win32
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Debug|x86.Build.0 = Debug|Win32
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Release|x64.ActiveCfg = Release|x64
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Release|x64.Build.0 = Release|x64
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Release|x86.ActiveCfg = Release|Win32
{E0E22F34-426E-48F6-80CD-15CD4AFBF3EE}.Release|x86.Build.0 = Release|Win32
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Debug|x64.ActiveCfg = Debug|x64
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Debug|x64.Build.0 = Debug|x64
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Debug|x86.ActiveCfg = Debug|Win32
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Debug|x86.Build.0 = Debug|Win32
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Release|x64.ActiveCfg = Release|x64
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Release|x64.Build.0 = Release|x64
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Release|x86.ActiveCfg = Release|Win32
{ECECFF00-7D0F-45D3-B068-A1BD00357EA5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93C0F0F5-30BF-4105-8BD6-093FA4E10BB1}
EndGlobalSection
EndGlobal