-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCosinuss.sln
96 lines (96 loc) · 6.54 KB
/
Cosinuss.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
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "src\Example\Cosinuss\Application.csproj", "{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{070337C1-FE6B-4B30-9E6A-829669D1DB59}"
ProjectSection(SolutionItems) = preProject
src\Example\Cosinuss.Android\MainActivity.cs = src\Example\Cosinuss.Android\MainActivity.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.Android", "src\Example\Cosinuss.Android\Application.Android.csproj", "{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.iOS", "src\Example\Cosinuss.iOS\Application.iOS.csproj", "{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{68B1EAF7-1FD6-47DC-B889-9542D6E130E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cross", "src\Library\CrossCosinuss\Cross.csproj", "{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}"
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
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|iPhone.Build.0 = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|Any CPU.Build.0 = Release|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|iPhone.ActiveCfg = Release|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|iPhone.Build.0 = Release|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhone.Build.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhone.ActiveCfg = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhone.Build.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhone.Deploy.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Debug|iPhone.ActiveCfg = Debug|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Debug|iPhone.Build.0 = Debug|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Release|Any CPU.ActiveCfg = Release|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Release|iPhone.ActiveCfg = Release|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Release|iPhone.Build.0 = Release|iPhone
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|iPhone.Build.0 = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|Any CPU.Build.0 = Release|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|iPhone.ActiveCfg = Release|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|iPhone.Build.0 = Release|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ACD3DAE3-5C9E-464A-93DE-CBCD4972134E} = {070337C1-FE6B-4B30-9E6A-829669D1DB59}
{F6D5E23C-4ECE-4750-8B86-3BC18480CFC0} = {070337C1-FE6B-4B30-9E6A-829669D1DB59}
{C2F8E65E-C37A-4259-B9FA-3746E3B4399F} = {070337C1-FE6B-4B30-9E6A-829669D1DB59}
{218E6128-E247-42BD-BE6E-1DBE6EFB93F5} = {68B1EAF7-1FD6-47DC-B889-9542D6E130E5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D4F89DE-5C98-4D56-A5EC-C5DB3DD4BBD5}
EndGlobalSection
EndGlobal