forked from araghon007/X1nput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathX1nput.sln
34 lines (34 loc) · 1.74 KB
/
X1nput.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X1nputConfigurator", "X1nputConfigurator\X1nputConfigurator.csproj", "{107F9C77-D654-43C3-90E8-3BC90574913D}"
ProjectSection(ProjectDependencies) = postProject
{C565022D-170F-427F-B2D9-D591D15562EA} = {C565022D-170F-427F-B2D9-D591D15562EA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X1nput", "X1nput\X1nput.vcxproj", "{C565022D-170F-427F-B2D9-D591D15562EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{107F9C77-D654-43C3-90E8-3BC90574913D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{107F9C77-D654-43C3-90E8-3BC90574913D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{107F9C77-D654-43C3-90E8-3BC90574913D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{107F9C77-D654-43C3-90E8-3BC90574913D}.Release|Any CPU.Build.0 = Release|Any CPU
{C565022D-170F-427F-B2D9-D591D15562EA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C565022D-170F-427F-B2D9-D591D15562EA}.Debug|Any CPU.Build.0 = Debug|Win32
{C565022D-170F-427F-B2D9-D591D15562EA}.Release|Any CPU.ActiveCfg = Release|Win32
{C565022D-170F-427F-B2D9-D591D15562EA}.Release|Any CPU.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3D39BE6-F6F3-4754-B735-9E32BD98ACDC}
EndGlobalSection
EndGlobal