-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMarkdownSharp.sln
More file actions
123 lines (123 loc) · 7.92 KB
/
MarkdownSharp.sln
File metadata and controls
123 lines (123 loc) · 7.92 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownSharp.Portable", "MarkdownSharp.Portable\MarkdownSharp.Portable.csproj", "{8A586F47-173D-410B-A2C3-198DA593CA47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownSharp.Sample.Forms", "MarkdownSharp.Sample.Forms\MarkdownSharp.Sample.Forms.csproj", "{8B4052CC-A035-43B2-9BE1-A16584B842D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownSharp.Sample.Forms.iOS", "MarkdownSharp.Sample.Forms.iOS\MarkdownSharp.Sample.Forms.iOS.csproj", "{A2FD8864-30AE-48A1-8375-88DD498AA3C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownSharp.Sample.Forms.Droid", "MarkdownSharp.Sample.Forms.Droid\MarkdownSharp.Sample.Forms.Droid.csproj", "{E39AB22F-4181-41D0-943B-9797B6D39633}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26BBD224-CDAF-482F-9A5F-ED3D36A85376}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
MarkdownSharp.Portable.nuspec = MarkdownSharp.Portable.nuspec
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
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
{8A586F47-173D-410B-A2C3-198DA593CA47}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|iPhone.Build.0 = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|Any CPU.Build.0 = Release|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|iPhone.ActiveCfg = Release|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|iPhone.Build.0 = Release|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8A586F47-173D-410B-A2C3-198DA593CA47}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|iPhone.Build.0 = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|Any CPU.Build.0 = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|iPhone.ActiveCfg = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|iPhone.Build.0 = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B4052CC-A035-43B2-9BE1-A16584B842D5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Ad-Hoc|iPhone.Build.0 = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.AppStore|iPhone.ActiveCfg = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.AppStore|iPhone.Build.0 = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|iPhone.Build.0 = Debug|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|Any CPU.ActiveCfg = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|Any CPU.Build.0 = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|iPhone.ActiveCfg = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|iPhone.Build.0 = Release|iPhone
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A2FD8864-30AE-48A1-8375-88DD498AA3C5}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{E39AB22F-4181-41D0-943B-9797B6D39633}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|iPhone.Build.0 = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|Any CPU.Build.0 = Release|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|iPhone.ActiveCfg = Release|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|iPhone.Build.0 = Release|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E39AB22F-4181-41D0-943B-9797B6D39633}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabsToSpaces = False
$1.EolMarker = Unix
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
StartupItem = MarkdownSharp.Sample.Android\MarkdownSharp.Sample.Android.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal