-
Notifications
You must be signed in to change notification settings - Fork 22
/
JsBridge.Mac.sln
81 lines (81 loc) · 5.09 KB
/
JsBridge.Mac.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsBridge.Mac.Classic", "JsBridge.Mac.Classic\JsBridge.Mac.Classic.csproj", "{58103E60-5558-477F-8CD3-B2B3A51F5D86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsBridge.Mac.Classic.Sample", "JsBridge.Mac.Classic.Sample\JsBridge.Mac.Classic.Sample.csproj", "{539F537A-E2E0-4F8E-ADB0-39585A85B078}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsBridge.Mac.Unified.Sample", "JsBridge.Mac.Unified.Sample\JsBridge.Mac.Unified.Sample.csproj", "{C28C8866-0041-4C99-AB01-A2FAD80622D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsBridge.Mac.Unified", "JsBridge.Mac.Unified\JsBridge.Mac.Unified.csproj", "{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
AppStore|Any CPU = AppStore|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.AppStore|Any CPU.ActiveCfg = AppStore|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.AppStore|Any CPU.Build.0 = AppStore|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Debug|iPhone.Build.0 = Debug|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Release|iPhone.ActiveCfg = Release|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Release|iPhone.Build.0 = Release|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{539F537A-E2E0-4F8E-ADB0-39585A85B078}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.AppStore|Any CPU.ActiveCfg = AppStore|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.AppStore|Any CPU.Build.0 = AppStore|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Debug|iPhone.Build.0 = Debug|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Release|iPhone.ActiveCfg = Release|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Release|iPhone.Build.0 = Release|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{58103E60-5558-477F-8CD3-B2B3A51F5D86}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.AppStore|Any CPU.ActiveCfg = AppStore|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.AppStore|Any CPU.Build.0 = AppStore|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Debug|iPhone.Build.0 = Debug|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Release|iPhone.ActiveCfg = Release|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Release|iPhone.Build.0 = Release|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C28C8866-0041-4C99-AB01-A2FAD80622D0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.AppStore|Any CPU.Build.0 = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Debug|iPhone.Build.0 = Debug|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Release|iPhone.ActiveCfg = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Release|iPhone.Build.0 = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CAD7F5B8-EFCD-4DFD-90DC-CD45B705CE71}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = JsBridge.Mac.Unified.Sample\JsBridge.Mac.Unified.Sample.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.TextStylePolicy = $4
$4.inheritsSet = null
$4.scope = text/html
EndGlobalSection
EndGlobal