This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtumori.sln
62 lines (61 loc) · 4.2 KB
/
Atumori.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atumori", "Atumori\Atumori.csproj", "{56D787B4-9254-47D2-B44A-BAF3F0974485}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atumori.iOS", "iOS\Atumori.iOS.csproj", "{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atumori.Droid", "Droid\Atumori.Droid.csproj", "{1AAF49DC-C5EB-46AA-B134-5B11D251878F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96C68884-AAD4-49FF-8D39-62EBEFF3136A}"
ProjectSection(SolutionItems) = preProject
Atumori.sln = Atumori.sln
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|Any CPU.Build.0 = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|iPhone.ActiveCfg = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|iPhone.Build.0 = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{56D787B4-9254-47D2-B44A-BAF3F0974485}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|Any CPU.ActiveCfg = Release|iPhone
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|Any CPU.Build.0 = Release|iPhone
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|iPhone.ActiveCfg = Release|iPhone
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|iPhone.Build.0 = Release|iPhone
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A8C548C4-CFBF-49B9-8DA3-ECF67A7F1D73}.Debug|iPhone.Build.0 = Debug|iPhone
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|Any CPU.Build.0 = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|iPhone.ActiveCfg = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|iPhone.Build.0 = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{1AAF49DC-C5EB-46AA-B134-5B11D251878F}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal