-
Notifications
You must be signed in to change notification settings - Fork 6
/
TotemApp.sln
51 lines (51 loc) · 3.09 KB
/
TotemApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TotemAndroid", "TotemAndroid\TotemAndroid.csproj", "{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TotemAppIos", "TotemAppIos\TotemAppIos.csproj", "{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TotemAppCore", "TotemAppCore\TotemAppCore.shproj", "{2CB05FEE-01CE-46E5-B8B5-A6D6AB2CDDE8}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TotemAppCore\TotemAppCore.projitems*{0a5e81ff-e6ef-40d2-89ae-6e969422ef41}*SharedItemsImports = 4
TotemAppCore\TotemAppCore.projitems*{2cb05fee-01ce-46e5-b8b5-a6d6ab2cdde8}*SharedItemsImports = 13
TotemAppCore\TotemAppCore.projitems*{47cd0a50-00af-4dab-bc4d-16e099b64a73}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x86 = Debug|x86
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Debug|x86.ActiveCfg = Debug|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Debug|x86.Build.0 = Debug|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Debug|x86.Deploy.0 = Debug|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Release|iPhone.ActiveCfg = Release|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Release|x86.ActiveCfg = Release|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Release|x86.Build.0 = Release|Any CPU
{0A5E81FF-E6EF-40D2-89AE-6E969422EF41}.Release|x86.Deploy.0 = Release|Any CPU
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Debug|iPhone.ActiveCfg = Debug|iPhone
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Debug|iPhone.Build.0 = Debug|iPhone
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Debug|x86.ActiveCfg = Release|iPhone
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Release|iPhone.ActiveCfg = Release|iPhone
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Release|iPhone.Build.0 = Release|iPhone
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{47CD0A50-00AF-4DAB-BC4D-16E099B64A73}.Release|x86.ActiveCfg = Release|iPhone
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal