forked from tophathacker/XnaOnScreenKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XnaOnScreenKeyboard.sln
52 lines (52 loc) · 3.48 KB
/
XnaOnScreenKeyboard.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XnaOnScreenKeyboard_Windows", "XnaOnScreenKeyboard_Windows\XnaOnScreenKeyboard_Windows\XnaOnScreenKeyboard_Windows.csproj", "{4AF0A34E-1A3D-4C28-B880-519655AF6712}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XnaOnScreenKeyboard_WindowsContent", "XnaOnScreenKeyboard_Windows\XnaOnScreenKeyboard_WindowsContent\XnaOnScreenKeyboard_WindowsContent.contentproj", "{58A22D87-1AFA-4566-84EC-07905BDEC14D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopHatHacker.Tools.OnScreenKeyboard", "OnScreenKeyboard\TopHatHacker.Tools.OnScreenKeyboard.csproj", "{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows Phone = Debug|Windows Phone
Debug|x86 = Debug|x86
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows Phone = Release|Windows Phone
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|Windows Phone.ActiveCfg = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|Windows Phone.Build.0 = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|x86.ActiveCfg = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Debug|x86.Build.0 = Debug|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|Mixed Platforms.Build.0 = Release|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|Windows Phone.ActiveCfg = Release|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|Windows Phone.Build.0 = Release|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|x86.ActiveCfg = Release|x86
{4AF0A34E-1A3D-4C28-B880-519655AF6712}.Release|x86.Build.0 = Release|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Debug|Windows Phone.ActiveCfg = Debug|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Debug|x86.ActiveCfg = Debug|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Release|Windows Phone.ActiveCfg = Release|x86
{58A22D87-1AFA-4566-84EC-07905BDEC14D}.Release|x86.ActiveCfg = Release|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Debug|Windows Phone.ActiveCfg = Debug|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Debug|x86.ActiveCfg = Debug|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Debug|x86.Build.0 = Debug|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Release|Mixed Platforms.Build.0 = Release|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Release|Windows Phone.ActiveCfg = Release|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Release|x86.ActiveCfg = Release|x86
{EAA06C2F-BF33-42DB-881E-F4D90BFAE53B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal