File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,12 @@ public class Person
201
201
202
202
// "2000-12-15T22:11:03"
203
203
[ JsonProperty ]
204
- [ JsonConverter ( typeof ( IsoDateTimeConverter ) ) ]
204
+ // [JsonConverter(typeof(IsoDateTimeConverter))]
205
205
public DateTime BirthDate { get ; set ; }
206
206
207
207
// new Date(976918263055)
208
208
[ JsonProperty ]
209
- [ JsonConverter ( typeof ( JavaScriptDateTimeConverter ) ) ]
209
+ // [JsonConverter(typeof(JavaScriptDateTimeConverter))]
210
210
public DateTime LastModified { get ; set ; }
211
211
212
212
// not serialized
Original file line number Diff line number Diff line change 25
25
<NoConfig >true</NoConfig >
26
26
<ErrorReport >prompt</ErrorReport >
27
27
<WarningLevel >4</WarningLevel >
28
+ <DocumentationFile >Bin\Debug\Newtonsoft.Json.Silverlight.XML</DocumentationFile >
28
29
</PropertyGroup >
29
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
31
<DebugType >pdbonly</DebugType >
35
36
<NoConfig >true</NoConfig >
36
37
<ErrorReport >prompt</ErrorReport >
37
38
<WarningLevel >4</WarningLevel >
39
+ <DocumentationFile >Bin\Release\Newtonsoft.Json.Silverlight.XML</DocumentationFile >
38
40
</PropertyGroup >
39
41
<ItemGroup >
40
42
<Reference Include =" System.Windows" />
You can’t perform that action at this time.
0 commit comments