-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGithubApp.sln
More file actions
45 lines (44 loc) · 2.98 KB
/
Copy pathGithubApp.sln
File metadata and controls
45 lines (44 loc) · 2.98 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GithubApp", "GithubApp\GithubApp.shproj", "{3853B916-FEA3-4B62-B157-542C20F9A2B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubApp.iOS", "iOS\GithubApp.iOS.csproj", "{20745C9C-8A44-400A-B82A-BD66255F77FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubApp.Droid", "Droid\GithubApp.Droid.csproj", "{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|iPhone.ActiveCfg = Release|iPhone
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|iPhone.Build.0 = Release|iPhone
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|iPhone.ActiveCfg = Debug|iPhone
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|iPhone.Build.0 = Debug|iPhone
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|Any CPU.ActiveCfg = Release|iPhone
{20745C9C-8A44-400A-B82A-BD66255F77FD}.Release|Any CPU.Build.0 = Release|iPhone
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|iPhone.ActiveCfg = Release|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|iPhone.Build.0 = Release|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|iPhone.Build.0 = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E5ACBD-3EB4-487F-964A-12C85DE83D40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal