|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> |
4 | 4 | <NoWarn>$(NoWarn);1634;1691;649</NoWarn> |
|
15 | 15 | </PropertyGroup> |
16 | 16 |
|
17 | 17 | <ItemGroup> |
18 | | - <Compile Include="$(CommonPath)System\NotImplemented.cs" |
19 | | - Link="Common\System\NotImplemented.cs" /> |
20 | | - <Compile Include="$(CommonPath)System\HexConverter.cs" |
21 | | - Link="Common\System\HexConverter.cs" /> |
| 18 | + <Compile Include="$(CommonPath)System\NotImplemented.cs" Link="Common\System\NotImplemented.cs" /> |
| 19 | + <Compile Include="$(CommonPath)System\HexConverter.cs" Link="Common\System\HexConverter.cs" /> |
| 20 | + <Compile Include="$(RuntimeSerializationSources)\AccessorBuilder.cs" /> |
22 | 21 | <Compile Include="$(RuntimeSerializationSources)\Attributes.cs" /> |
| 22 | + <Compile Include="$(RuntimeSerializationSources)\BitFlagsGenerator.cs" /> |
23 | 23 | <Compile Include="$(RuntimeSerializationSources)\CodeGenerator.cs" /> |
24 | 24 | <Compile Include="$(RuntimeSerializationSources)\ClassDataContract.cs" /> |
25 | 25 | <Compile Include="$(RuntimeSerializationSources)\CollectionDataContract.cs" /> |
|
29 | 29 | <Compile Include="$(RuntimeSerializationSources)\DictionaryGlobals.cs" /> |
30 | 30 | <Compile Include="$(RuntimeSerializationSources)\DataContractResolver.cs" /> |
31 | 31 | <Compile Include="$(RuntimeSerializationSources)\DataContractSerializer.cs" /> |
| 32 | + <Compile Include="$(RuntimeSerializationSources)\DataContractSerializerExtensions.cs" /> |
32 | 33 | <Compile Include="$(RuntimeSerializationSources)\DataContractSerializerSettings.cs" /> |
| 34 | + <Compile Include="$(RuntimeSerializationSources)\DataContractSet.cs" /> |
| 35 | + <Compile Include="$(RuntimeSerializationSources)\DataContractSurrogateCaller.cs" /> |
33 | 36 | <Compile Include="$(RuntimeSerializationSources)\DataMember.cs" /> |
34 | 37 | <Compile Include="$(RuntimeSerializationSources)\EnumDataContract.cs" /> |
| 38 | + <Compile Include="$(RuntimeSerializationSources)\ExportOptions.cs" /> |
35 | 39 | <Compile Include="$(RuntimeSerializationSources)\ExtensionDataObject.cs" /> |
36 | 40 | <Compile Include="$(RuntimeSerializationSources)\ExtensionDataReader.cs" /> |
37 | 41 | <Compile Include="$(RuntimeSerializationSources)\Globals.cs" /> |
38 | 42 | <Compile Include="$(RuntimeSerializationSources)\GenericParameterDataContract.cs" /> |
39 | 43 | <Compile Include="$(RuntimeSerializationSources)\HybridObjectCache.cs" /> |
40 | | - <Compile Include="$(RuntimeSerializationSources)\ObjectToIdCache.cs" /> |
| 44 | + <Compile Include="$(RuntimeSerializationSources)\IExtensibleDataObject.cs" /> |
| 45 | + <Compile Include="$(RuntimeSerializationSources)\KnownTypeDataContractResolver.cs" /> |
| 46 | + <Compile Include="$(RuntimeSerializationSources)\MemoryStreamAdapter.cs" /> |
41 | 47 | <Compile Include="$(RuntimeSerializationSources)\ObjectReferenceStack.cs" /> |
| 48 | + <Compile Include="$(RuntimeSerializationSources)\ObjectToIdCache.cs" /> |
42 | 49 | <Compile Include="$(RuntimeSerializationSources)\PrimitiveDataContract.cs" /> |
| 50 | + <Compile Include="$(RuntimeSerializationSources)\ReflectionClassWriter.cs" /> |
| 51 | + <Compile Include="$(RuntimeSerializationSources)\ReflectionReader.cs" /> |
| 52 | + <Compile Include="$(RuntimeSerializationSources)\ReflectionXmlFormatReader.cs" /> |
| 53 | + <Compile Include="$(RuntimeSerializationSources)\ReflectionXmlFormatWriter.cs" /> |
43 | 54 | <Compile Include="$(RuntimeSerializationSources)\SchemaExporter.cs" /> |
| 55 | + <Compile Include="$(RuntimeSerializationSources)\SchemaHelper.cs" /> |
| 56 | + <Compile Include="$(RuntimeSerializationSources)\SchemaImporter.cs" /> |
44 | 57 | <Compile Include="$(RuntimeSerializationSources)\ScopedKnownTypes.cs" /> |
| 58 | + <Compile Include="$(RuntimeSerializationSources)\SerializationOption.cs" /> |
| 59 | + <Compile Include="$(RuntimeSerializationSources)\SpecialTypeDataContract.cs" /> |
| 60 | + <Compile Include="$(RuntimeSerializationSources)\SurrogateDataContract.cs" /> |
45 | 61 | <Compile Include="$(RuntimeSerializationSources)\XmlDataContract.cs" /> |
46 | 62 | <Compile Include="$(RuntimeSerializationSources)\XmlFormatGeneratorStatics.cs" /> |
47 | 63 | <Compile Include="$(RuntimeSerializationSources)\XmlFormatReaderGenerator.cs" /> |
48 | 64 | <Compile Include="$(RuntimeSerializationSources)\XmlFormatWriterGenerator.cs" /> |
49 | 65 | <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializer.cs" /> |
50 | 66 | <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerContext.cs" /> |
51 | | - <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerWriteContext.cs" /> |
52 | 67 | <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerReadContext.cs" /> |
| 68 | + <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerReadContextComplex.cs" /> |
| 69 | + <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerWriteContext.cs" /> |
| 70 | + <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerWriteContextComplex.cs" /> |
53 | 71 | <Compile Include="$(RuntimeSerializationSources)\XmlReaderDelegator.cs" /> |
54 | 72 | <Compile Include="$(RuntimeSerializationSources)\XmlSerializableReader.cs" /> |
| 73 | + <Compile Include="$(RuntimeSerializationSources)\XmlSerializableServices.cs" /> |
55 | 74 | <Compile Include="$(RuntimeSerializationSources)\XmlSerializableWriter.cs" /> |
56 | 75 | <Compile Include="$(RuntimeSerializationSources)\XmlWriterDelegator.cs" /> |
57 | | - <Compile Include="$(RuntimeSerializationSources)\SerializationMode.cs" /> |
58 | | - <Compile Include="$(RuntimeSerializationSources)\SpecialTypeDataContract.cs" /> |
59 | | - <Compile Include="$(RuntimeSerializationSources)\TypeCode.cs" /> |
60 | | - <Compile Include="$(RuntimeSerializationSources)\KnownTypeDataContractResolver.cs" /> |
61 | | - <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerReadContextComplex.cs" /> |
62 | | - <Compile Include="$(RuntimeSerializationSources)\XmlObjectSerializerWriteContextComplex.cs" /> |
63 | | - <Compile Include="$(RuntimeSerializationSources)\BitFlagsGenerator.cs" /> |
64 | | - <Compile Include="$(RuntimeSerializationSources)\DataContractSurrogateCaller.cs" /> |
65 | | - <Compile Include="$(RuntimeSerializationSources)\DataContractSerializerExtensions.cs" /> |
66 | | - <Compile Include="$(RuntimeSerializationSources)\XmlSerializableServices.cs" /> |
| 76 | + <Compile Include="$(RuntimeSerializationSources)\XPathQueryGenerator.cs" /> |
| 77 | + <Compile Include="$(RuntimeSerializationSources)\XsdDataContractExporter.cs" /> |
67 | 78 | <Compile Include="$(XmlSources)\ArrayHelper.cs" /> |
68 | 79 | <Compile Include="$(XmlSources)\BytesWithOffset.cs" /> |
69 | 80 | <Compile Include="$(XmlSources)\XmlDictionaryAsyncCheckWriter.cs" /> |
| 81 | + <Compile Include="$(XmlSources)\IFragmentCapableXmlDictionaryWriter.cs" /> |
70 | 82 | <Compile Include="$(XmlSources)\IStreamProvider.cs" /> |
71 | 83 | <Compile Include="$(XmlSources)\IXmlDictionary.cs" /> |
72 | 84 | <Compile Include="$(XmlSources)\PrefixHandle.cs" /> |
|
81 | 93 | <Compile Include="$(XmlSources)\XmlBinaryWriter.cs" /> |
82 | 94 | <Compile Include="$(XmlSources)\XmlBinaryWriterSession.cs" /> |
83 | 95 | <Compile Include="$(XmlSources)\XmlBufferReader.cs" /> |
| 96 | + <Compile Include="$(XmlSources)\XmlCanonicalWriter.cs" /> |
84 | 97 | <Compile Include="$(XmlSources)\XmlConverter.cs" /> |
85 | 98 | <Compile Include="$(XmlSources)\XmlDictionary.cs" /> |
86 | 99 | <Compile Include="$(XmlSources)\XmlDictionaryWriter.cs" /> |
|
89 | 102 | <Compile Include="$(XmlSources)\XmlDictionaryString.cs" /> |
90 | 103 | <Compile Include="$(XmlSources)\XmlExceptionHelper.cs" /> |
91 | 104 | <Compile Include="$(XmlSources)\XmlNodeWriter.cs" /> |
| 105 | + <Compile Include="$(XmlSources)\XmlSigningNodeWriter.cs" /> |
92 | 106 | <Compile Include="$(XmlSources)\XmlStreamNodeWriter.cs" /> |
93 | 107 | <Compile Include="$(XmlSources)\XmlUTF8TextReader.cs" /> |
94 | 108 | <Compile Include="$(XmlSources)\XmlUTF8TextWriter.cs" /> |
95 | 109 | <Compile Include="$(XmlSources)\EncodingStreamWrapper.cs" /> |
96 | 110 | <Compile Include="$(TextSources)\Base64Encoding.cs" /> |
97 | 111 | <Compile Include="$(TextSources)\SurrogateChar.cs" /> |
98 | 112 | <Compile Include="$(TextSources)\BinHexEncoding.cs" /> |
| 113 | + <Compile Include="$(JsonSources)\ByteArrayHelperWithString.cs" /> |
99 | 114 | <Compile Include="$(JsonSources)\DataContractJsonSerializer.cs" /> |
| 115 | + <Compile Include="$(JsonSources)\DataContractJsonSerializerExtensions.cs" /> |
| 116 | + <Compile Include="$(JsonSources)\DataContractJsonSerializerSettings.cs" /> |
| 117 | + <Compile Include="$(JsonSources)\DateTimeFormat.cs" /> |
| 118 | + <Compile Include="$(JsonSources)\EmitTypeInformation.cs" /> |
| 119 | + <Compile Include="$(JsonSources)\IXmlJsonReaderInitializer.cs" /> |
| 120 | + <Compile Include="$(JsonSources)\IXmlJsonWriterInitializer.cs" /> |
100 | 121 | <Compile Include="$(JsonSources)\JsonByteArrayDataContract.cs" /> |
101 | 122 | <Compile Include="$(JsonSources)\JsonClassDataContract.cs" /> |
102 | 123 | <Compile Include="$(JsonSources)\JsonCollectionDataContract.cs" /> |
103 | 124 | <Compile Include="$(JsonSources)\JsonDataContract.cs" /> |
| 125 | + <Compile Include="$(JsonSources)\JsonEncodingStreamWrapper.cs" /> |
104 | 126 | <Compile Include="$(JsonSources)\JsonEnumDataContract.cs" /> |
105 | | - <Compile Include="$(JsonSources)\JsonFormatWriterGenerator.cs" /> |
| 127 | + <Compile Include="$(JsonSources)\JsonFormatGeneratorStatics.cs" /> |
106 | 128 | <Compile Include="$(JsonSources)\JsonFormatReaderGenerator.cs" /> |
| 129 | + <Compile Include="$(JsonSources)\JsonFormatWriterGenerator.cs" /> |
| 130 | + <Compile Include="$(JsonSources)\JsonGlobals.cs" /> |
| 131 | + <Compile Include="$(JsonSources)\JsonNodeType.cs" /> |
107 | 132 | <Compile Include="$(JsonSources)\JsonObjectDataContract.cs" /> |
108 | 133 | <Compile Include="$(JsonSources)\JsonQNameDataContract.cs" /> |
109 | 134 | <Compile Include="$(JsonSources)\JsonReaderDelegator.cs" /> |
| 135 | + <Compile Include="$(JsonSources)\JsonReaderWriterFactory.cs" /> |
110 | 136 | <Compile Include="$(JsonSources)\JsonWriterDelegator.cs" /> |
111 | 137 | <Compile Include="$(JsonSources)\JsonStringDataContract.cs" /> |
112 | 138 | <Compile Include="$(JsonSources)\JsonUriDataContract.cs" /> |
113 | 139 | <Compile Include="$(JsonSources)\JsonXmlDataContract.cs" /> |
114 | | - <Compile Include="$(JsonSources)\JsonGlobals.cs" /> |
115 | | - <Compile Include="$(JsonSources)\XmlObjectSerializerReadContextComplexJson.cs" /> |
116 | | - <Compile Include="$(JsonSources)\XmlObjectSerializerWriteContextComplexJson.cs" /> |
117 | | - <Compile Include="$(JsonSources)\DateTimeFormat.cs" /> |
118 | | - <Compile Include="$(JsonSources)\EmitTypeInformation.cs" /> |
119 | | - <Compile Include="$(JsonSources)\DataContractJsonSerializerSettings.cs" /> |
| 140 | + <Compile Include="$(JsonSources)\ReflectionJsonFormatReader.cs" /> |
| 141 | + <Compile Include="$(JsonSources)\ReflectionJsonFormatWriter.cs" /> |
120 | 142 | <Compile Include="$(JsonSources)\XmlJsonReader.cs" /> |
121 | 143 | <Compile Include="$(JsonSources)\XmlJsonWriter.cs" /> |
122 | | - <Compile Include="$(JsonSources)\JsonReaderWriterFactory.cs" /> |
123 | | - <Compile Include="$(JsonSources)\JsonNodeType.cs" /> |
124 | | - <Compile Include="$(JsonSources)\IXmlJsonReaderInitializer.cs" /> |
125 | | - <Compile Include="$(JsonSources)\IXmlJsonWriterInitializer.cs" /> |
126 | | - <Compile Include="$(JsonSources)\ByteArrayHelperWithString.cs" /> |
127 | | - <Compile Include="$(JsonSources)\JsonEncodingStreamWrapper.cs" /> |
128 | | - <Compile Include="$(JsonSources)\JsonFormatGeneratorStatics.cs" /> |
129 | | - <Compile Include="System\Runtime\Serialization\AccessorBuilder.cs" /> |
| 144 | + <Compile Include="$(JsonSources)\XmlObjectSerializerReadContextComplexJson.cs" /> |
| 145 | + <Compile Include="$(JsonSources)\XmlObjectSerializerWriteContextComplexJson.cs" /> |
130 | 146 | <Compile Include="$(CommonPath)System\CodeDom\CodeTypeReference.cs" /> |
131 | 147 | <Compile Include="$(CommonPath)System\CodeDom\CodeTypeReferenceCollection.cs" /> |
132 | 148 | <Compile Include="$(CommonPath)System\CodeDom\CodeObject.cs" /> |
133 | | - <Compile Include="System\Runtime\Serialization\DataContractSet.cs" /> |
134 | | - <Compile Include="System\Runtime\Serialization\ExportOptions.cs" /> |
135 | | - <Compile Include="System\Runtime\Serialization\IExtensibleDataObject.cs" /> |
136 | | - <Compile Include="System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs" /> |
137 | | - <Compile Include="System\Runtime\Serialization\Json\ReflectionJsonFormatWriter.cs" /> |
138 | | - <Compile Include="System\Runtime\Serialization\MemoryStreamAdapter.cs" /> |
139 | | - <Compile Include="System\Runtime\Serialization\ReflectionFeature.cs" /> |
140 | | - <Compile Include="System\Runtime\Serialization\ReflectionReader.cs" /> |
141 | | - <Compile Include="System\Runtime\Serialization\ReflectionClassWriter.cs" /> |
142 | | - <Compile Include="System\Runtime\Serialization\ReflectionXmlFormatReader.cs" /> |
143 | | - <Compile Include="System\Runtime\Serialization\ReflectionXmlFormatWriter.cs" /> |
144 | | - <Compile Include="System\Runtime\Serialization\SchemaHelper.cs" /> |
145 | | - <Compile Include="System\Runtime\Serialization\SerializationOption.cs" /> |
146 | | - <Compile Include="System\Runtime\Serialization\XPathQueryGenerator.cs" /> |
147 | | - <Compile Include="System\Runtime\Serialization\XsdDataContractExporter.cs" /> |
148 | | - <Compile Include="System\Runtime\Serialization\SurrogateDataContract.cs" /> |
149 | | - <Compile Include="System\Xml\IFragmentCapableXmlDictionaryWriter.cs" /> |
150 | | - <Compile Include="System\Xml\XmlCanonicalWriter.cs" /> |
151 | | - <Compile Include="System\Xml\XmlSigningNodeWriter.cs" /> |
152 | 149 | </ItemGroup> |
153 | 150 |
|
154 | 151 | <ItemGroup> |
|
168 | 165 | <Reference Include="System.Text.Encoding.Extensions" /> |
169 | 166 | <Reference Include="System.Text.RegularExpressions" /> |
170 | 167 | <Reference Include="System.Threading" /> |
| 168 | + <Reference Include="System.Threading.Thread" /> |
171 | 169 | <Reference Include="System.Xml.ReaderWriter" /> |
172 | 170 | <Reference Include="System.Xml.XDocument" /> |
173 | 171 | <Reference Include="System.Xml.XmlSerializer" /> |
|
0 commit comments