-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathNeoAxis.iOS.sln
More file actions
48 lines (48 loc) · 2.93 KB
/
Copy pathNeoAxis.iOS.sln
File metadata and controls
48 lines (48 loc) · 2.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoAxis.Player.iOS", "Project\Sources\NeoAxis.Player.iOS\NeoAxis.Player.iOS.csproj", "{147E910F-7E64-1746-3261-50BAA3E29C35}"
ProjectSection(ProjectDependencies) = postProject
{E766770E-5DE9-3354-786D-9676B04E7559} = {E766770E-5DE9-3354-786D-9676B04E7559}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoAxis.Core", "Sources\Engine\NeoAxis.Core\NeoAxis.Core.csproj", "{E766770E-5DE9-3354-786D-9676B04E7559}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug-Simulator|ARM64 = Debug-Simulator|ARM64
Release|ARM64 = Release|ARM64
Release-Simulator|ARM64 = Release-Simulator|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug|ARM64.Build.0 = Debug|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug|ARM64.Deploy.0 = Debug|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug-Simulator|ARM64.ActiveCfg = Debug-Simulator|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug-Simulator|ARM64.Build.0 = Debug-Simulator|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Debug-Simulator|ARM64.Deploy.0 = Debug-Simulator|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release|ARM64.ActiveCfg = Release|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release|ARM64.Build.0 = Release|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release|ARM64.Deploy.0 = Release|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release-Simulator|ARM64.ActiveCfg = Release-Simulator|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release-Simulator|ARM64.Build.0 = Release-Simulator|Any CPU
{147E910F-7E64-1746-3261-50BAA3E29C35}.Release-Simulator|ARM64.Deploy.0 = Release-Simulator|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Debug|ARM64.Build.0 = Debug|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Debug-Simulator|ARM64.ActiveCfg = Debug|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Debug-Simulator|ARM64.Build.0 = Debug|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Release|ARM64.ActiveCfg = Release|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Release|ARM64.Build.0 = Release|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Release-Simulator|ARM64.ActiveCfg = Release|Any CPU
{E766770E-5DE9-3354-786D-9676B04E7559}.Release-Simulator|ARM64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E522168-8C78-4A11-AC73-7C972CDD275B}
EndGlobalSection
EndGlobal