-
Notifications
You must be signed in to change notification settings - Fork 0
/
LegoBoostDemo.sln
47 lines (47 loc) · 2.92 KB
/
LegoBoostDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegoBoostDemo.Android", "LegoBoostDemo.Android\LegoBoostDemo.Android.csproj", "{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LegoBoostDemo", "LegoBoostDemo\LegoBoostDemo.csproj", "{CA42C814-6AB5-47B1-A495-FB334FD27837}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegoBoost.Core", "LegoBoost.Core\LegoBoost.Core.csproj", "{8A005058-62CA-41B5-87F7-04766641EED3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegoBoost.Xamarin", "LegoBoost.Xamarin\LegoBoost.Xamarin.csproj", "{2B058823-09AE-43AC-A936-CBEA0D385759}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Release|Any CPU.Build.0 = Release|Any CPU
{CDE83113-C45F-4274-87EE-4CB3B7B7FD87}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Release|Any CPU.Build.0 = Release|Any CPU
{CA42C814-6AB5-47B1-A495-FB334FD27837}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8A005058-62CA-41B5-87F7-04766641EED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A005058-62CA-41B5-87F7-04766641EED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A005058-62CA-41B5-87F7-04766641EED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A005058-62CA-41B5-87F7-04766641EED3}.Release|Any CPU.Build.0 = Release|Any CPU
{2B058823-09AE-43AC-A936-CBEA0D385759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B058823-09AE-43AC-A936-CBEA0D385759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B058823-09AE-43AC-A936-CBEA0D385759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B058823-09AE-43AC-A936-CBEA0D385759}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7EE13EEB-4A5D-4C6D-A6C4-466C3CA1C1B8}
EndGlobalSection
EndGlobal