-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTasky.sln
54 lines (54 loc) · 2.89 KB
/
Tasky.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Tasky", "Tasky.fsproj", "{122204D0-B1B1-4014-9F70-D32EC9E14632}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.AppStore|iPhone.Build.0 = AppStore|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Debug|iPhone.ActiveCfg = Debug|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Debug|iPhone.Build.0 = Debug|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Release|iPhone.ActiveCfg = Release|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Release|iPhone.Build.0 = Release|iPhone
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{122204D0-B1B1-4014-9F70-D32EC9E14632}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tasky.fsproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.TabsToSpaces = False
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal