-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathShallow.sln
More file actions
32 lines (32 loc) · 1.77 KB
/
Copy pathShallow.sln
File metadata and controls
32 lines (32 loc) · 1.77 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
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Shallow", "Shallow\Shallow.fsproj", "{462945D0-C8BD-4570-B382-77C9213DC054}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{462945D0-C8BD-4570-B382-77C9213DC054}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.AppStore|iPhone.Build.0 = AppStore|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Debug|iPhone.ActiveCfg = Debug|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Debug|iPhone.Build.0 = Debug|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{462945D0-C8BD-4570-B382-77C9213DC054}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{462945D0-C8BD-4570-B382-77C9213DC054}.Release|iPhone.ActiveCfg = Release|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Release|iPhone.Build.0 = Release|iPhone
{462945D0-C8BD-4570-B382-77C9213DC054}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{462945D0-C8BD-4570-B382-77C9213DC054}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Shallow\Shallow.fsproj
EndGlobalSection
EndGlobal