-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCBHelper-Xamarin.sln
32 lines (32 loc) · 1.96 KB
/
CBHelper-Xamarin.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CBHelper-Xamarin", "CBHelper-Xamarin\CBHelper-Xamarin.csproj", "{97E5F1D5-28BE-42C0-B245-39966E60504C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CBHelper-Xamarin-iOS", "CBHelper-Xamarin-iOS\CBHelper-Xamarin-iOS.csproj", "{892D0BD3-4CB7-47DD-AA34-92F55BE923ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CBHelper-Xamarin-Android", "CBHelper-Xamarin-Android\CBHelper-Xamarin-Android.csproj", "{CA84A8C1-CB35-4FBF-8085-1F2DB22B1F8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{892D0BD3-4CB7-47DD-AA34-92F55BE923ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{892D0BD3-4CB7-47DD-AA34-92F55BE923ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{892D0BD3-4CB7-47DD-AA34-92F55BE923ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{892D0BD3-4CB7-47DD-AA34-92F55BE923ED}.Release|Any CPU.Build.0 = Release|Any CPU
{97E5F1D5-28BE-42C0-B245-39966E60504C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97E5F1D5-28BE-42C0-B245-39966E60504C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97E5F1D5-28BE-42C0-B245-39966E60504C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97E5F1D5-28BE-42C0-B245-39966E60504C}.Release|Any CPU.Build.0 = Release|Any CPU
{CA84A8C1-CB35-4FBF-8085-1F2DB22B1F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA84A8C1-CB35-4FBF-8085-1F2DB22B1F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA84A8C1-CB35-4FBF-8085-1F2DB22B1F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA84A8C1-CB35-4FBF-8085-1F2DB22B1F8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CBHelper-Xamarin\CBHelper-Xamarin.csproj
EndGlobalSection
EndGlobal