-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmigosSDK.sln
44 lines (44 loc) · 2.36 KB
/
AmigosSDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmigosSDK.Droid", "AmigosSDK.Droid\AmigosSDK.Droid.csproj", "{455ED123-D58F-4579-8854-63D9F50B7ADD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmigosSDK.iOS", "AmigosSDK.iOS\AmigosSDK.iOS.csproj", "{4C417B42-2B3E-4767-A410-22FC487639C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmigosSDK.Abstractions", "AmigosSDK.Abstractions\AmigosSDK.Abstractions.csproj", "{DD2CA26E-6018-449E-B2BF-D4016E0A083F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B71CEA5-CC95-4A90-8F39-997472E40BF7}"
ProjectSection(SolutionItems) = preProject
AmigosSDK.nuspec = AmigosSDK.nuspec
build.sh = build.sh
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{455ED123-D58F-4579-8854-63D9F50B7ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455ED123-D58F-4579-8854-63D9F50B7ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455ED123-D58F-4579-8854-63D9F50B7ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455ED123-D58F-4579-8854-63D9F50B7ADD}.Release|Any CPU.Build.0 = Release|Any CPU
{4C417B42-2B3E-4767-A410-22FC487639C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C417B42-2B3E-4767-A410-22FC487639C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C417B42-2B3E-4767-A410-22FC487639C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C417B42-2B3E-4767-A410-22FC487639C8}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2CA26E-6018-449E-B2BF-D4016E0A083F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2CA26E-6018-449E-B2BF-D4016E0A083F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2CA26E-6018-449E-B2BF-D4016E0A083F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2CA26E-6018-449E-B2BF-D4016E0A083F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C87091F-125F-4816-B9D2-7583D05EACE1}
EndGlobalSection
EndGlobal