-
Notifications
You must be signed in to change notification settings - Fork 4
/
Espera.Mobile.sln
47 lines (47 loc) · 2.76 KB
/
Espera.Mobile.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 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Espera.Android", "Espera.Android\Espera.Android.csproj", "{CFD4C74D-2653-458C-ACC0-A138B1AC0611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Espera.Mobile.Tests", "Espera.Mobile.Tests\Espera.Mobile.Tests.csproj", "{A4836C66-A13A-4BA7-824D-B81D24991B2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Espera.Mobile.Core", "Espera.Mobile.Core\Espera.Mobile.Core.csproj", "{A66F5A81-780D-4B29-9A62-B8B37D2C8976}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Dev|Any CPU = Dev|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Dev|Any CPU.ActiveCfg = Dev|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Dev|Any CPU.Build.0 = Dev|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Dev|Any CPU.Deploy.0 = Dev|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Release|Any CPU.Build.0 = Release|Any CPU
{CFD4C74D-2653-458C-ACC0-A138B1AC0611}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Debug|Any CPU.ActiveCfg = Debug|x86
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Debug|Any CPU.Build.0 = Debug|x86
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Dev|Any CPU.ActiveCfg = Release|x86
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Dev|Any CPU.Build.0 = Release|x86
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Release|Any CPU.ActiveCfg = Release|x86
{A4836C66-A13A-4BA7-824D-B81D24991B2B}.Release|Any CPU.Build.0 = Release|x86
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Dev|Any CPU.ActiveCfg = Dev|Any CPU
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Dev|Any CPU.Build.0 = Dev|Any CPU
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A66F5A81-780D-4B29-9A62-B8B37D2C8976}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Espera.Android\Espera.Android.csproj
EndGlobalSection
EndGlobal