forked from r7-labs/R7.Documents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R7.Documents.sln
166 lines (166 loc) · 5.91 KB
/
R7.Documents.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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.Documents", "R7.Documents\R7.Documents.csproj", "{CE24E9F1-305C-4801-97CF-28C255093F48}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D54D805-6E32-423D-8DD4-488F9C4EAC38}"
ProjectSection(SolutionItems) = preProject
R7.Documents.sln = R7.Documents.sln
README.md = README.md
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{73E200C7-7C45-460B-8068-35D2CF866E9A}"
ProjectSection(SolutionItems) = preProject
images\r7_documents.png = images\r7_documents.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Packaging", "Packaging\Packaging.csproj", "{3871D1F3-29BD-4B00-AD69-E86C3F8FEB5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3871D1F3-29BD-4B00-AD69-E86C3F8FEB5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3871D1F3-29BD-4B00-AD69-E86C3F8FEB5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3871D1F3-29BD-4B00-AD69-E86C3F8FEB5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3871D1F3-29BD-4B00-AD69-E86C3F8FEB5C}.Release|Any CPU.Build.0 = Release|Any CPU
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{73E200C7-7C45-460B-8068-35D2CF866E9A} = {2D54D805-6E32-423D-8DD4-488F9C4EAC38}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.NameConventionPolicy = $1
$1.Rules = $2
$2.NamingRule = $3
$3.Name = Namespaces
$3.AffectedEntity = Namespace
$3.VisibilityMask = VisibilityMask
$3.NamingStyle = PascalCase
$3.IncludeInstanceMembers = True
$3.IncludeStaticEntities = True
$2.NamingRule = $4
$4.Name = Types
$4.AffectedEntity = Class, Struct, Enum, Delegate
$4.VisibilityMask = Public
$4.NamingStyle = PascalCase
$4.IncludeInstanceMembers = True
$4.IncludeStaticEntities = True
$2.NamingRule = $5
$5.Name = Interfaces
$5.RequiredPrefixes = $6
$6.String = I
$5.AffectedEntity = Interface
$5.VisibilityMask = Public
$5.NamingStyle = PascalCase
$5.IncludeInstanceMembers = True
$5.IncludeStaticEntities = True
$2.NamingRule = $7
$7.Name = Attributes
$7.RequiredSuffixes = $8
$8.String = Attribute
$7.AffectedEntity = CustomAttributes
$7.VisibilityMask = Public
$7.NamingStyle = PascalCase
$7.IncludeInstanceMembers = True
$7.IncludeStaticEntities = True
$2.NamingRule = $9
$9.Name = Event Arguments
$9.RequiredSuffixes = $10
$10.String = EventArgs
$9.AffectedEntity = CustomEventArgs
$9.VisibilityMask = Public
$9.NamingStyle = PascalCase
$9.IncludeInstanceMembers = True
$9.IncludeStaticEntities = True
$2.NamingRule = $11
$11.Name = Exceptions
$11.RequiredSuffixes = $12
$12.String = Exception
$11.AffectedEntity = CustomExceptions
$11.VisibilityMask = VisibilityMask
$11.NamingStyle = PascalCase
$11.IncludeInstanceMembers = True
$11.IncludeStaticEntities = True
$2.NamingRule = $13
$13.Name = Methods
$13.AffectedEntity = Methods
$13.VisibilityMask = Protected, Public
$13.NamingStyle = PascalCase
$13.IncludeInstanceMembers = True
$13.IncludeStaticEntities = True
$2.NamingRule = $14
$14.Name = Static Readonly Fields
$14.AffectedEntity = ReadonlyField
$14.VisibilityMask = Protected, Public
$14.NamingStyle = PascalCase
$14.IncludeInstanceMembers = False
$14.IncludeStaticEntities = True
$2.NamingRule = $15
$15.Name = Fields
$15.AffectedEntity = Field
$15.VisibilityMask = Protected, Public
$15.NamingStyle = PascalCase
$15.IncludeInstanceMembers = True
$15.IncludeStaticEntities = True
$2.NamingRule = $16
$16.Name = ReadOnly Fields
$16.AffectedEntity = ReadonlyField
$16.VisibilityMask = Protected, Public
$16.NamingStyle = PascalCase
$16.IncludeInstanceMembers = True
$16.IncludeStaticEntities = False
$2.NamingRule = $17
$17.Name = Constant Fields
$17.AffectedEntity = ConstantField
$17.VisibilityMask = Protected, Public
$17.NamingStyle = PascalCase
$17.IncludeInstanceMembers = True
$17.IncludeStaticEntities = True
$2.NamingRule = $18
$18.Name = Properties
$18.AffectedEntity = Property
$18.VisibilityMask = Protected, Public
$18.NamingStyle = PascalCase
$18.IncludeInstanceMembers = True
$18.IncludeStaticEntities = True
$2.NamingRule = $19
$19.Name = Events
$19.AffectedEntity = Event
$19.VisibilityMask = Protected, Public
$19.NamingStyle = PascalCase
$19.IncludeInstanceMembers = True
$19.IncludeStaticEntities = True
$2.NamingRule = $20
$20.Name = Enum Members
$20.AffectedEntity = EnumMember
$20.VisibilityMask = VisibilityMask
$20.NamingStyle = PascalCase
$20.IncludeInstanceMembers = True
$20.IncludeStaticEntities = True
$2.NamingRule = $21
$21.Name = Parameters
$21.AffectedEntity = Parameter
$21.VisibilityMask = VisibilityMask
$21.NamingStyle = CamelCase
$21.IncludeInstanceMembers = True
$21.IncludeStaticEntities = True
$2.NamingRule = $22
$22.Name = Type Parameters
$22.RequiredPrefixes = $23
$23.String = T
$22.AffectedEntity = TypeParameter
$22.VisibilityMask = VisibilityMask
$22.NamingStyle = PascalCase
$22.IncludeInstanceMembers = True
$22.IncludeStaticEntities = True
version = 1.0.8
EndGlobalSection
EndGlobal