-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMySpectrumCodingTest.sln
More file actions
31 lines (30 loc) · 1.88 KB
/
MySpectrumCodingTest.sln
File metadata and controls
31 lines (30 loc) · 1.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MySpectrumCodingTest", "MySpectrumCodingTest\MySpectrumCodingTest.shproj", "{9EDC61E6-A9C4-4596-A32C-219C8726D151}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySpectrumCodingTest.iOS", "iOS\MySpectrumCodingTest.iOS.csproj", "{D011753E-7200-433D-93C3-604C111421E7}"
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
{D011753E-7200-433D-93C3-604C111421E7}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Release|iPhone.ActiveCfg = Release|iPhone
{D011753E-7200-433D-93C3-604C111421E7}.Release|iPhone.Build.0 = Release|iPhone
{D011753E-7200-433D-93C3-604C111421E7}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Debug|iPhone.ActiveCfg = Debug|iPhone
{D011753E-7200-433D-93C3-604C111421E7}.Debug|iPhone.Build.0 = Debug|iPhone
{D011753E-7200-433D-93C3-604C111421E7}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{D011753E-7200-433D-93C3-604C111421E7}.Release|Any CPU.ActiveCfg = Release|iPhone
{D011753E-7200-433D-93C3-604C111421E7}.Release|Any CPU.Build.0 = Release|iPhone
EndGlobalSection
EndGlobal