-
Notifications
You must be signed in to change notification settings - Fork 1
/
StackMob.NET.sln
49 lines (49 loc) · 2.85 KB
/
StackMob.NET.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackMob.NET", "Windows Phone\StackMob.NET\StackMob.NET.csproj", "{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows Phone", "Windows Phone", "{FD459BD3-2182-4F7C-8E40-5AE241024D7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mono for Android", "Mono for Android", "{6E6BD158-EB6E-4958-91AD-67DD081916B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackMob.NET", "Mono for Android\StackMob.NET\StackMob.NET.csproj", "{183208F2-6438-4684-83C4-9C4A1A1179F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E381E355-E96F-478C-8687-2994CC903AE3}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MfaSample", "Mono for Android\MfaSample\MfaSample.csproj", "{634C6D37-DE3D-42E7-A1C6-7852FA74002A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B}.Release|Any CPU.Build.0 = Release|Any CPU
{183208F2-6438-4684-83C4-9C4A1A1179F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{183208F2-6438-4684-83C4-9C4A1A1179F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{183208F2-6438-4684-83C4-9C4A1A1179F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{183208F2-6438-4684-83C4-9C4A1A1179F3}.Release|Any CPU.Build.0 = Release|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Release|Any CPU.Build.0 = Release|Any CPU
{634C6D37-DE3D-42E7-A1C6-7852FA74002A}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6FC050CC-B05C-46CB-A66A-C6F18BAD7E5B} = {FD459BD3-2182-4F7C-8E40-5AE241024D7C}
{183208F2-6438-4684-83C4-9C4A1A1179F3} = {6E6BD158-EB6E-4958-91AD-67DD081916B0}
{634C6D37-DE3D-42E7-A1C6-7852FA74002A} = {6E6BD158-EB6E-4958-91AD-67DD081916B0}
EndGlobalSection
EndGlobal