forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonoGame.Framework.iOS.Metal.sln
More file actions
57 lines (57 loc) · 3.67 KB
/
MonoGame.Framework.iOS.Metal.sln
File metadata and controls
57 lines (57 loc) · 3.67 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 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.Framework.iOS.Metal", "MonoGame.Framework.iOS.Metal.csproj", "{F998073D-49CA-4E02-9EE2-B97675E153C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.InteractiveTests.iOS.Metal", "..\Tests\Interactive\iOS\MonoGame.InteractiveTests.iOS.Metal.csproj", "{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|iPhone.Build.0 = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|Any CPU.Build.0 = Release|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|iPhone.ActiveCfg = Release|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|iPhone.Build.0 = Release|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F998073D-49CA-4E02-9EE2-B97675E153C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhone.Build.0 = Debug|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhone.Deploy.0 = Debug|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|Any CPU.Build.0 = Release|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhone.ActiveCfg = Release|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhone.Build.0 = Release|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhone.Deploy.0 = Release|iPhone
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{8D6B4088-D3C0-4F58-8A11-758ACB1EB18C}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0116EE20-3E11-46AF-820C-89688E204AB7}
EndGlobalSection
EndGlobal