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