Mercurial > pub > ImplabNet
comparison Implab.sln @ 227:8d5de4eb9c2c v2
Reimplemented JsonXmlReader, added support for null values: JSON null values are
mapped to empty nodes with 'xsi:nil' attribute set to 'true'
author | cin |
---|---|
date | Sat, 09 Sep 2017 03:53:13 +0300 |
parents | 4439140706d0 |
children | 5f7a3e1d32b9 |
comparison
equal
deleted
inserted
replaced
226:9428ea36838e | 227:8d5de4eb9c2c |
---|---|
1 | 1 |
2 Microsoft Visual Studio Solution File, Format Version 11.00 | 2 Microsoft Visual Studio Solution File, Format Version 12.00 |
3 # Visual Studio 2010 | 3 # Visual Studio 14 |
4 VisualStudioVersion = 14.0.25420.1 | |
5 MinimumVisualStudioVersion = 10.0.40219.1 | |
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab", "Implab\Implab.csproj", "{F550F1F8-8746-4AD0-9614-855F4C4B7F05}" | 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab", "Implab\Implab.csproj", "{F550F1F8-8746-4AD0-9614-855F4C4B7F05}" |
5 EndProject | 7 EndProject |
6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE8D8D18-437A-445C-B662-4C2CE79A76F6}" | 8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE8D8D18-437A-445C-B662-4C2CE79A76F6}" |
7 ProjectSection(SolutionItems) = preProject | 9 ProjectSection(SolutionItems) = preProject |
8 Implab.vsmdi = Implab.vsmdi | 10 Implab.vsmdi = Implab.vsmdi |
14 EndProject | 16 EndProject |
15 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Fx", "Implab.Fx\Implab.Fx.csproj", "{06E706F8-6881-43EB-927E-FFC503AF6ABC}" | 17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Fx", "Implab.Fx\Implab.Fx.csproj", "{06E706F8-6881-43EB-927E-FFC503AF6ABC}" |
16 EndProject | 18 EndProject |
17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Fx.Test", "Implab.Fx.Test\Implab.Fx.Test.csproj", "{2F31E405-E267-4195-A05D-574093C21209}" | 19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Fx.Test", "Implab.Fx.Test\Implab.Fx.Test.csproj", "{2F31E405-E267-4195-A05D-574093C21209}" |
18 EndProject | 20 EndProject |
21 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Format.Test", "Implab.Format.Test\Implab.Format.Test.csproj", "{4D364996-7ECD-4193-8F90-F223FFEA49DA}" | |
22 EndProject | |
19 Global | 23 Global |
20 GlobalSection(SolutionConfigurationPlatforms) = preSolution | 24 GlobalSection(SolutionConfigurationPlatforms) = preSolution |
25 Debug 4.5|Any CPU = Debug 4.5|Any CPU | |
21 Debug|Any CPU = Debug|Any CPU | 26 Debug|Any CPU = Debug|Any CPU |
27 Release 4.5|Any CPU = Release 4.5|Any CPU | |
22 Release|Any CPU = Release|Any CPU | 28 Release|Any CPU = Release|Any CPU |
23 Debug 4.5|Any CPU = Debug 4.5|Any CPU | |
24 Release 4.5|Any CPU = Release 4.5|Any CPU | |
25 EndGlobalSection | 29 EndGlobalSection |
26 GlobalSection(ProjectConfigurationPlatforms) = postSolution | 30 GlobalSection(ProjectConfigurationPlatforms) = postSolution |
31 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU | |
32 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU | |
33 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
34 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
35 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | |
36 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU | |
37 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
38 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.Build.0 = Release|Any CPU | |
39 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU | |
40 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU | |
41 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
42 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
43 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | |
44 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU | |
45 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
46 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.Build.0 = Release|Any CPU | |
27 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU | 47 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU |
28 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU | 48 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU |
29 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 49 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
30 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU | 50 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
31 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | 51 {06E706F8-6881-43EB-927E-FFC503AF6ABC}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU |
38 {2F31E405-E267-4195-A05D-574093C21209}.Debug|Any CPU.Build.0 = Debug|Any CPU | 58 {2F31E405-E267-4195-A05D-574093C21209}.Debug|Any CPU.Build.0 = Debug|Any CPU |
39 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | 59 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU |
40 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU | 60 {2F31E405-E267-4195-A05D-574093C21209}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU |
41 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.ActiveCfg = Release|Any CPU | 61 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.ActiveCfg = Release|Any CPU |
42 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.Build.0 = Release|Any CPU | 62 {2F31E405-E267-4195-A05D-574093C21209}.Release|Any CPU.Build.0 = Release|Any CPU |
43 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU | 63 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug 4.5|Any CPU.ActiveCfg = Debug|Any CPU |
44 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU | 64 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug 4.5|Any CPU.Build.0 = Debug|Any CPU |
45 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 65 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
46 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.Build.0 = Debug|Any CPU | 66 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
47 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | 67 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release 4.5|Any CPU.ActiveCfg = Release|Any CPU |
48 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU | 68 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release 4.5|Any CPU.Build.0 = Release|Any CPU |
49 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.ActiveCfg = Release|Any CPU | 69 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
50 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.Build.0 = Release|Any CPU | 70 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release|Any CPU.Build.0 = Release|Any CPU |
51 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU | 71 EndGlobalSection |
52 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU | 72 GlobalSection(SolutionProperties) = preSolution |
53 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 73 HideSolutionNode = FALSE |
54 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
55 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU | |
56 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU | |
57 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
58 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.Build.0 = Release|Any CPU | |
59 EndGlobalSection | |
60 GlobalSection(NestedProjects) = preSolution | |
61 EndGlobalSection | 74 EndGlobalSection |
62 GlobalSection(MonoDevelopProperties) = preSolution | 75 GlobalSection(MonoDevelopProperties) = preSolution |
63 StartupItem = Implab\Implab.csproj | 76 StartupItem = Implab\Implab.csproj |
64 Policies = $0 | 77 Policies = $0 |
65 $0.CSharpFormattingPolicy = $1 | 78 $0.CSharpFormattingPolicy = $1 |
82 $1.NewParentheses = False | 95 $1.NewParentheses = False |
83 $1.SpacesBeforeBrackets = False | 96 $1.SpacesBeforeBrackets = False |
84 $1.inheritsSet = Mono | 97 $1.inheritsSet = Mono |
85 $1.inheritsScope = text/x-csharp | 98 $1.inheritsScope = text/x-csharp |
86 $1.scope = text/x-csharp | 99 $1.scope = text/x-csharp |
87 $0.TextStylePolicy = $2 | 100 $0.TextStylePolicy = $6 |
88 $2.FileWidth = 120 | 101 $2.FileWidth = 120 |
89 $2.EolMarker = Unix | 102 $2.EolMarker = Unix |
90 $2.inheritsSet = VisualStudio | 103 $2.inheritsSet = VisualStudio |
91 $2.inheritsScope = text/plain | 104 $2.inheritsScope = text/plain |
92 $2.scope = text/x-csharp | 105 $2.scope = text/x-csharp |
93 $0.DotNetNamingPolicy = $3 | 106 $0.DotNetNamingPolicy = $3 |
94 $3.DirectoryNamespaceAssociation = PrefixedHierarchical | 107 $3.DirectoryNamespaceAssociation = PrefixedHierarchical |
95 $3.ResourceNamePolicy = MSBuild | 108 $3.ResourceNamePolicy = MSBuild |
96 $0.TextStylePolicy = $4 | |
97 $4.FileWidth = 120 | 109 $4.FileWidth = 120 |
98 $4.TabsToSpaces = False | 110 $4.TabsToSpaces = False |
99 $4.inheritsSet = VisualStudio | 111 $4.inheritsSet = VisualStudio |
100 $4.inheritsScope = text/plain | 112 $4.inheritsScope = text/plain |
101 $4.scope = application/xml | 113 $4.scope = application/xml |
102 $0.XmlFormattingPolicy = $5 | 114 $0.XmlFormattingPolicy = $5 |
103 $5.inheritsSet = Mono | 115 $5.inheritsSet = Mono |
104 $5.inheritsScope = application/xml | 116 $5.inheritsScope = application/xml |
105 $5.scope = application/xml | 117 $5.scope = application/xml |
106 $0.TextStylePolicy = $6 | |
107 $6.FileWidth = 120 | 118 $6.FileWidth = 120 |
108 $6.TabsToSpaces = False | 119 $6.TabsToSpaces = False |
109 $6.inheritsSet = VisualStudio | 120 $6.inheritsSet = VisualStudio |
110 $6.inheritsScope = text/plain | 121 $6.inheritsScope = text/plain |
111 $6.scope = text/plain | 122 $6.scope = text/plain |
112 $0.NameConventionPolicy = $7 | 123 $0.NameConventionPolicy = $7 |
113 $7.Rules = $8 | 124 $7.Rules = $8 |
114 $8.NamingRule = $9 | 125 $8.NamingRule = $34 |
115 $9.Name = Namespaces | 126 $9.Name = Namespaces |
116 $9.AffectedEntity = Namespace | 127 $9.AffectedEntity = Namespace |
117 $9.VisibilityMask = VisibilityMask | 128 $9.VisibilityMask = VisibilityMask |
118 $9.NamingStyle = PascalCase | 129 $9.NamingStyle = PascalCase |
119 $9.IncludeInstanceMembers = True | 130 $9.IncludeInstanceMembers = True |
120 $9.IncludeStaticEntities = True | 131 $9.IncludeStaticEntities = True |
121 $8.NamingRule = $10 | |
122 $10.Name = Types | 132 $10.Name = Types |
123 $10.AffectedEntity = Class, Struct, Enum, Delegate | 133 $10.AffectedEntity = Class, Struct, Enum, Delegate |
124 $10.VisibilityMask = VisibilityMask | 134 $10.VisibilityMask = VisibilityMask |
125 $10.NamingStyle = PascalCase | 135 $10.NamingStyle = PascalCase |
126 $10.IncludeInstanceMembers = True | 136 $10.IncludeInstanceMembers = True |
127 $10.IncludeStaticEntities = True | 137 $10.IncludeStaticEntities = True |
128 $8.NamingRule = $11 | |
129 $11.Name = Interfaces | 138 $11.Name = Interfaces |
130 $11.RequiredPrefixes = $12 | 139 $11.RequiredPrefixes = $12 |
131 $12.String = I | 140 $12.String = I |
132 $11.AffectedEntity = Interface | 141 $11.AffectedEntity = Interface |
133 $11.VisibilityMask = VisibilityMask | 142 $11.VisibilityMask = VisibilityMask |
134 $11.NamingStyle = PascalCase | 143 $11.NamingStyle = PascalCase |
135 $11.IncludeInstanceMembers = True | 144 $11.IncludeInstanceMembers = True |
136 $11.IncludeStaticEntities = True | 145 $11.IncludeStaticEntities = True |
137 $8.NamingRule = $13 | |
138 $13.Name = Attributes | 146 $13.Name = Attributes |
139 $13.RequiredSuffixes = $14 | 147 $13.RequiredSuffixes = $14 |
140 $14.String = Attribute | 148 $14.String = Attribute |
141 $13.AffectedEntity = CustomAttributes | 149 $13.AffectedEntity = CustomAttributes |
142 $13.VisibilityMask = VisibilityMask | 150 $13.VisibilityMask = VisibilityMask |
143 $13.NamingStyle = PascalCase | 151 $13.NamingStyle = PascalCase |
144 $13.IncludeInstanceMembers = True | 152 $13.IncludeInstanceMembers = True |
145 $13.IncludeStaticEntities = True | 153 $13.IncludeStaticEntities = True |
146 $8.NamingRule = $15 | |
147 $15.Name = Event Arguments | 154 $15.Name = Event Arguments |
148 $15.RequiredSuffixes = $16 | 155 $15.RequiredSuffixes = $16 |
149 $16.String = EventArgs | 156 $16.String = EventArgs |
150 $15.AffectedEntity = CustomEventArgs | 157 $15.AffectedEntity = CustomEventArgs |
151 $15.VisibilityMask = VisibilityMask | 158 $15.VisibilityMask = VisibilityMask |
152 $15.NamingStyle = PascalCase | 159 $15.NamingStyle = PascalCase |
153 $15.IncludeInstanceMembers = True | 160 $15.IncludeInstanceMembers = True |
154 $15.IncludeStaticEntities = True | 161 $15.IncludeStaticEntities = True |
155 $8.NamingRule = $17 | |
156 $17.Name = Exceptions | 162 $17.Name = Exceptions |
157 $17.RequiredSuffixes = $18 | 163 $17.RequiredSuffixes = $18 |
158 $18.String = Exception | 164 $18.String = Exception |
159 $17.AffectedEntity = CustomExceptions | 165 $17.AffectedEntity = CustomExceptions |
160 $17.VisibilityMask = VisibilityMask | 166 $17.VisibilityMask = VisibilityMask |
161 $17.NamingStyle = PascalCase | 167 $17.NamingStyle = PascalCase |
162 $17.IncludeInstanceMembers = True | 168 $17.IncludeInstanceMembers = True |
163 $17.IncludeStaticEntities = True | 169 $17.IncludeStaticEntities = True |
164 $8.NamingRule = $19 | |
165 $19.Name = Methods | 170 $19.Name = Methods |
166 $19.AffectedEntity = Methods | 171 $19.AffectedEntity = Methods |
167 $19.VisibilityMask = VisibilityMask | 172 $19.VisibilityMask = VisibilityMask |
168 $19.NamingStyle = PascalCase | 173 $19.NamingStyle = PascalCase |
169 $19.IncludeInstanceMembers = True | 174 $19.IncludeInstanceMembers = True |
170 $19.IncludeStaticEntities = True | 175 $19.IncludeStaticEntities = True |
171 $8.NamingRule = $20 | |
172 $20.Name = Static Readonly Fields | 176 $20.Name = Static Readonly Fields |
173 $20.AffectedEntity = ReadonlyField | 177 $20.AffectedEntity = ReadonlyField |
174 $20.VisibilityMask = Internal, Protected, Public | 178 $20.VisibilityMask = Internal, Protected, Public |
175 $20.NamingStyle = CamelCase | 179 $20.NamingStyle = CamelCase |
176 $20.IncludeInstanceMembers = False | 180 $20.IncludeInstanceMembers = False |
177 $20.IncludeStaticEntities = True | 181 $20.IncludeStaticEntities = True |
178 $8.NamingRule = $21 | |
179 $21.Name = Fields (Non Private) | 182 $21.Name = Fields (Non Private) |
180 $21.AffectedEntity = Field | 183 $21.AffectedEntity = Field |
181 $21.VisibilityMask = Internal, Public | 184 $21.VisibilityMask = Internal, Public |
182 $21.NamingStyle = CamelCase | 185 $21.NamingStyle = CamelCase |
183 $21.IncludeInstanceMembers = True | 186 $21.IncludeInstanceMembers = True |
184 $21.IncludeStaticEntities = True | 187 $21.IncludeStaticEntities = True |
185 $8.NamingRule = $22 | |
186 $22.Name = ReadOnly Fields (Non Private) | 188 $22.Name = ReadOnly Fields (Non Private) |
187 $22.AffectedEntity = ReadonlyField | 189 $22.AffectedEntity = ReadonlyField |
188 $22.VisibilityMask = Internal, Public | 190 $22.VisibilityMask = Internal, Public |
189 $22.NamingStyle = CamelCase | 191 $22.NamingStyle = CamelCase |
190 $22.IncludeInstanceMembers = True | 192 $22.IncludeInstanceMembers = True |
191 $22.IncludeStaticEntities = False | 193 $22.IncludeStaticEntities = False |
192 $8.NamingRule = $23 | |
193 $23.Name = Fields (Private) | 194 $23.Name = Fields (Private) |
194 $23.RequiredPrefixes = $24 | 195 $23.RequiredPrefixes = $24 |
195 $24.String = m_ | 196 $24.String = m_ |
196 $23.AffectedEntity = Field, ReadonlyField | 197 $23.AffectedEntity = Field, ReadonlyField |
197 $23.VisibilityMask = Private, Protected | 198 $23.VisibilityMask = Private, Protected |
198 $23.NamingStyle = CamelCase | 199 $23.NamingStyle = CamelCase |
199 $23.IncludeInstanceMembers = True | 200 $23.IncludeInstanceMembers = True |
200 $23.IncludeStaticEntities = False | 201 $23.IncludeStaticEntities = False |
201 $8.NamingRule = $25 | |
202 $25.Name = Static Fields (Private) | 202 $25.Name = Static Fields (Private) |
203 $25.RequiredPrefixes = $26 | 203 $25.RequiredPrefixes = $26 |
204 $26.String = _ | 204 $26.String = _ |
205 $25.AffectedEntity = Field | 205 $25.AffectedEntity = Field |
206 $25.VisibilityMask = Private | 206 $25.VisibilityMask = Private |
207 $25.NamingStyle = CamelCase | 207 $25.NamingStyle = CamelCase |
208 $25.IncludeInstanceMembers = False | 208 $25.IncludeInstanceMembers = False |
209 $25.IncludeStaticEntities = True | 209 $25.IncludeStaticEntities = True |
210 $8.NamingRule = $27 | |
211 $27.Name = ReadOnly Fields (Private) | 210 $27.Name = ReadOnly Fields (Private) |
212 $27.RequiredPrefixes = $28 | 211 $27.RequiredPrefixes = $28 |
213 $28.String = m_ | 212 $28.String = m_ |
214 $27.AffectedEntity = ReadonlyField | 213 $27.AffectedEntity = ReadonlyField |
215 $27.VisibilityMask = Private, Protected | 214 $27.VisibilityMask = Private, Protected |
216 $27.NamingStyle = CamelCase | 215 $27.NamingStyle = CamelCase |
217 $27.IncludeInstanceMembers = True | 216 $27.IncludeInstanceMembers = True |
218 $27.IncludeStaticEntities = False | 217 $27.IncludeStaticEntities = False |
219 $8.NamingRule = $29 | |
220 $29.Name = Constant Fields | 218 $29.Name = Constant Fields |
221 $29.AffectedEntity = ConstantField | 219 $29.AffectedEntity = ConstantField |
222 $29.VisibilityMask = VisibilityMask | 220 $29.VisibilityMask = VisibilityMask |
223 $29.NamingStyle = AllUpper | 221 $29.NamingStyle = AllUpper |
224 $29.IncludeInstanceMembers = True | 222 $29.IncludeInstanceMembers = True |
225 $29.IncludeStaticEntities = True | 223 $29.IncludeStaticEntities = True |
226 $8.NamingRule = $30 | |
227 $30.Name = Properties | 224 $30.Name = Properties |
228 $30.AffectedEntity = Property | 225 $30.AffectedEntity = Property |
229 $30.VisibilityMask = VisibilityMask | 226 $30.VisibilityMask = VisibilityMask |
230 $30.NamingStyle = PascalCase | 227 $30.NamingStyle = PascalCase |
231 $30.IncludeInstanceMembers = True | 228 $30.IncludeInstanceMembers = True |
232 $30.IncludeStaticEntities = True | 229 $30.IncludeStaticEntities = True |
233 $8.NamingRule = $31 | |
234 $31.Name = Events | 230 $31.Name = Events |
235 $31.AffectedEntity = Event | 231 $31.AffectedEntity = Event |
236 $31.VisibilityMask = VisibilityMask | 232 $31.VisibilityMask = VisibilityMask |
237 $31.NamingStyle = PascalCase | 233 $31.NamingStyle = PascalCase |
238 $31.IncludeInstanceMembers = True | 234 $31.IncludeInstanceMembers = True |
239 $31.IncludeStaticEntities = True | 235 $31.IncludeStaticEntities = True |
240 $8.NamingRule = $32 | |
241 $32.Name = Enum Members | 236 $32.Name = Enum Members |
242 $32.AffectedEntity = EnumMember | 237 $32.AffectedEntity = EnumMember |
243 $32.VisibilityMask = VisibilityMask | 238 $32.VisibilityMask = VisibilityMask |
244 $32.NamingStyle = PascalCase | 239 $32.NamingStyle = PascalCase |
245 $32.IncludeInstanceMembers = True | 240 $32.IncludeInstanceMembers = True |
246 $32.IncludeStaticEntities = True | 241 $32.IncludeStaticEntities = True |
247 $8.NamingRule = $33 | |
248 $33.Name = Parameters | 242 $33.Name = Parameters |
249 $33.AffectedEntity = Parameter, LocalVariable | 243 $33.AffectedEntity = Parameter, LocalVariable |
250 $33.VisibilityMask = VisibilityMask | 244 $33.VisibilityMask = VisibilityMask |
251 $33.NamingStyle = CamelCase | 245 $33.NamingStyle = CamelCase |
252 $33.IncludeInstanceMembers = True | 246 $33.IncludeInstanceMembers = True |
253 $33.IncludeStaticEntities = True | 247 $33.IncludeStaticEntities = True |
254 $8.NamingRule = $34 | |
255 $34.Name = Type Parameters | 248 $34.Name = Type Parameters |
256 $34.RequiredPrefixes = $35 | 249 $34.RequiredPrefixes = $35 |
257 $35.String = T | 250 $35.String = T |
258 $34.AffectedEntity = TypeParameter | 251 $34.AffectedEntity = TypeParameter |
259 $34.VisibilityMask = VisibilityMask | 252 $34.VisibilityMask = VisibilityMask |
262 $34.IncludeStaticEntities = True | 255 $34.IncludeStaticEntities = True |
263 EndGlobalSection | 256 EndGlobalSection |
264 GlobalSection(TestCaseManagementSettings) = postSolution | 257 GlobalSection(TestCaseManagementSettings) = postSolution |
265 CategoryFile = Implab.vsmdi | 258 CategoryFile = Implab.vsmdi |
266 EndGlobalSection | 259 EndGlobalSection |
267 GlobalSection(SolutionProperties) = preSolution | |
268 HideSolutionNode = FALSE | |
269 EndGlobalSection | |
270 EndGlobal | 260 EndGlobal |