forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonoGame.Framework.iOS.sln
84 lines (84 loc) · 6.16 KB
/
MonoGame.Framework.iOS.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Framework.iOS", "MonoGame.Framework\MonoGame.Framework.iOS.csproj", "{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lidgren.Network.iOS", "ThirdParty\Lidgren.Network\Lidgren.Network.iOS.csproj", "{734EAA48-F1CA-481A-B391-0285BC0E8B40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGameTest", "..\..\Projects\MonoGameTest\MonoGameTest\MonoGameTest.csproj", "{14DC80B1-D9D8-4CDE-9B35-745DA3005791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Distribution|iPhone = Distribution|iPhone
Distribution|iPhoneSimulator = Distribution|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|iPhone.ActiveCfg = Debug|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|iPhone.Build.0 = Debug|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Distribution|iPhone.ActiveCfg = Debug|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Distribution|iPhone.Build.0 = Debug|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Distribution|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Distribution|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|iPhone.ActiveCfg = Release|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|iPhone.Build.0 = Release|iPhone
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{14DC80B1-D9D8-4CDE-9B35-745DA3005791}.Release|x86.Build.0 = Release|iPhoneSimulator
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|iPhone.Build.0 = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|x86.ActiveCfg = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Debug|x86.Build.0 = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Distribution|iPhone.ActiveCfg = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Distribution|iPhone.Build.0 = Debug|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|Any CPU.Build.0 = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|iPhone.ActiveCfg = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|iPhone.Build.0 = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|x86.ActiveCfg = Release|Any CPU
{734EAA48-F1CA-481A-B391-0285BC0E8B40}.Release|x86.Build.0 = Release|Any CPU
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|iPhone.Build.0 = Debug|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Distribution|iPhone.ActiveCfg = Debug|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Distribution|iPhone.Build.0 = Debug|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|iPhone.ActiveCfg = Release|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|iPhone.Build.0 = Release|iPhone
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}.Release|x86.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ..\..\Projects\MonoGameTest\MonoGameTest\MonoGameTest.csproj
EndGlobalSection
EndGlobal