-
Notifications
You must be signed in to change notification settings - Fork 2
/
BoshokuDemo1.sln
45 lines (44 loc) · 2.99 KB
/
BoshokuDemo1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BoshokuDemo1", "BoshokuDemo1.shproj", "{37BED86D-6309-4649-BEAE-8868AF5CB2A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BoshokuDemo1.iOS", "iOS\BoshokuDemo1.iOS.csproj", "{7B79C3AC-C296-450C-8CCA-0CAC6B773388}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BoshokuDemo1.Droid", "Droid\BoshokuDemo1.Droid.csproj", "{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}"
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
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|iPhone.ActiveCfg = Release|iPhone
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|iPhone.Build.0 = Release|iPhone
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|iPhone.ActiveCfg = Debug|iPhone
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|iPhone.Build.0 = Debug|iPhone
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|Any CPU.ActiveCfg = Release|iPhone
{7B79C3AC-C296-450C-8CCA-0CAC6B773388}.Release|Any CPU.Build.0 = Release|iPhone
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|iPhone.ActiveCfg = Release|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|iPhone.Build.0 = Release|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|iPhone.Build.0 = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8708D269-CEC9-4F4C-B4A1-604BCE2BB6D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal