-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJoystickTest.sln
30 lines (30 loc) · 1.63 KB
/
JoystickTest.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JoystickTest", "JoystickTest\JoystickTest\JoystickTest.csproj", "{FCA64BE6-5D8C-4A59-BEF5-4DBF118B4278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JoystickTestContent", "JoystickTest\JoystickTestContent\JoystickTestContent.contentproj", "{15529085-F835-40C6-A9D1-E8B673F7975E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericGamePad", "GenericGamepad\GenericGamePad.csproj", "{5455CCAD-6936-48BF-9A6E-1A6663090209}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCA64BE6-5D8C-4A59-BEF5-4DBF118B4278}.Debug|x86.ActiveCfg = Debug|x86
{FCA64BE6-5D8C-4A59-BEF5-4DBF118B4278}.Debug|x86.Build.0 = Debug|x86
{FCA64BE6-5D8C-4A59-BEF5-4DBF118B4278}.Release|x86.ActiveCfg = Release|x86
{FCA64BE6-5D8C-4A59-BEF5-4DBF118B4278}.Release|x86.Build.0 = Release|x86
{15529085-F835-40C6-A9D1-E8B673F7975E}.Debug|x86.ActiveCfg = Debug|x86
{15529085-F835-40C6-A9D1-E8B673F7975E}.Release|x86.ActiveCfg = Release|x86
{5455CCAD-6936-48BF-9A6E-1A6663090209}.Debug|x86.ActiveCfg = Debug|x86
{5455CCAD-6936-48BF-9A6E-1A6663090209}.Debug|x86.Build.0 = Debug|x86
{5455CCAD-6936-48BF-9A6E-1A6663090209}.Release|x86.ActiveCfg = Release|x86
{5455CCAD-6936-48BF-9A6E-1A6663090209}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal