|
95 | 95 | <Compile Include="..\MsgPack\BufferManager.cs"> |
96 | 96 | <Link>BufferManager.cs</Link> |
97 | 97 | </Compile> |
| 98 | + <Compile Include="..\MsgPack\ByteArrayPacker.cs"> |
| 99 | + <Link>ByteArrayPacker.cs</Link> |
| 100 | + </Compile> |
| 101 | + <Compile Include="..\MsgPack\ByteArrayUnpacker.cs"> |
| 102 | + <Link>ByteArrayUnpacker.cs</Link> |
| 103 | + </Compile> |
| 104 | + <Compile Include="..\MsgPack\ByteBufferAllocator.cs"> |
| 105 | + <Link>ByteBufferAllocator.cs</Link> |
| 106 | + </Compile> |
98 | 107 | <Compile Include="..\MsgPack\CollectionDebuggerProxy`1.cs"> |
99 | 108 | <Link>CollectionDebuggerProxy`1.cs</Link> |
100 | 109 | </Compile> |
101 | 110 | <Compile Include="..\MsgPack\CollectionOperation.cs"> |
102 | 111 | <Link>CollectionOperation.cs</Link> |
103 | 112 | </Compile> |
| 113 | + <Compile Include="..\MsgPack\CollectionType.cs"> |
| 114 | + <Link>CollectionType.cs</Link> |
| 115 | + </Compile> |
104 | 116 | <Compile Include="..\MsgPack\DictionaryDebuggerProxy`2.cs"> |
105 | 117 | <Link>DictionaryDebuggerProxy`2.cs</Link> |
106 | 118 | </Compile> |
| 119 | + <Compile Include="..\MsgPack\EncodingExtensions.cs"> |
| 120 | + <Link>EncodingExtensions.cs</Link> |
| 121 | + </Compile> |
| 122 | + <Compile Include="..\MsgPack\FixedArrayBufferAllocator.cs"> |
| 123 | + <Link>FixedArrayBufferAllocator.cs</Link> |
| 124 | + </Compile> |
107 | 125 | <Compile Include="..\MsgPack\Float32Bits.cs"> |
108 | 126 | <Link>Float32Bits.cs</Link> |
109 | 127 | </Compile> |
|
119 | 137 | <Compile Include="..\MsgPack\IAsyncUnpackable.cs"> |
120 | 138 | <Link>IAsyncUnpackable.cs</Link> |
121 | 139 | </Compile> |
| 140 | + <Compile Include="..\MsgPack\Int32OffsetValue`1.cs"> |
| 141 | + <Link>Int32OffsetValue`1.cs</Link> |
| 142 | + </Compile> |
| 143 | + <Compile Include="..\MsgPack\Int64OffsetValue`1.cs"> |
| 144 | + <Link>Int64OffsetValue`1.cs</Link> |
| 145 | + </Compile> |
122 | 146 | <Compile Include="..\MsgPack\InvalidMessagePackStreamException.cs"> |
123 | 147 | <Link>InvalidMessagePackStreamException.cs</Link> |
124 | 148 | </Compile> |
125 | 149 | <Compile Include="..\MsgPack\IPackable.cs"> |
126 | 150 | <Link>IPackable.cs</Link> |
127 | 151 | </Compile> |
128 | | - <Compile Include="..\MsgPack\ItemsUnpacker.cs"> |
129 | | - <Link>ItemsUnpacker.cs</Link> |
130 | | - </Compile> |
131 | | - <Compile Include="..\MsgPack\ItemsUnpacker.Read.cs"> |
132 | | - <Link>ItemsUnpacker.Read.cs</Link> |
133 | | - </Compile> |
134 | | - <Compile Include="..\MsgPack\ItemsUnpacker.Skipping.cs"> |
135 | | - <Link>ItemsUnpacker.Skipping.cs</Link> |
136 | | - </Compile> |
137 | | - <Compile Include="..\MsgPack\ItemsUnpacker.Unpacking.cs"> |
138 | | - <Link>ItemsUnpacker.Unpacking.cs</Link> |
| 152 | + <Compile Include="..\MsgPack\IRootUnpacker.cs"> |
| 153 | + <Link>IRootUnpacker.cs</Link> |
139 | 154 | </Compile> |
140 | 155 | <Compile Include="..\MsgPack\IUnpackable.cs"> |
141 | 156 | <Link>IUnpackable.cs</Link> |
|
149 | 164 | <Compile Include="..\MsgPack\MessageNotSupportedException.cs"> |
150 | 165 | <Link>MessageNotSupportedException.cs</Link> |
151 | 166 | </Compile> |
| 167 | + <Compile Include="..\MsgPack\MessagePackByteArrayPacker.cs"> |
| 168 | + <Link>MessagePackByteArrayPacker.cs</Link> |
| 169 | + </Compile> |
| 170 | + <Compile Include="..\MsgPack\MessagePackByteArrayPacker.Pack.cs"> |
| 171 | + <Link>MessagePackByteArrayPacker.Pack.cs</Link> |
| 172 | + </Compile> |
| 173 | + <Compile Include="..\MsgPack\MessagePackByteArrayUnpacker.cs"> |
| 174 | + <Link>MessagePackByteArrayUnpacker.cs</Link> |
| 175 | + </Compile> |
| 176 | + <Compile Include="..\MsgPack\MessagePackByteArrayUnpacker.Unpack.cs"> |
| 177 | + <Link>MessagePackByteArrayUnpacker.Unpack.cs</Link> |
| 178 | + </Compile> |
152 | 179 | <Compile Include="..\MsgPack\MessagePackCode.cs"> |
153 | 180 | <Link>MessagePackCode.cs</Link> |
154 | 181 | </Compile> |
|
185 | 212 | <Compile Include="..\MsgPack\MessagePackObjectEqualityComparer.cs"> |
186 | 213 | <Link>MessagePackObjectEqualityComparer.cs</Link> |
187 | 214 | </Compile> |
| 215 | + <Compile Include="..\MsgPack\MessagePackStreamPacker.cs"> |
| 216 | + <Link>MessagePackStreamPacker.cs</Link> |
| 217 | + </Compile> |
| 218 | + <Compile Include="..\MsgPack\MessagePackStreamPacker.Pack.cs"> |
| 219 | + <Link>MessagePackStreamPacker.Pack.cs</Link> |
| 220 | + </Compile> |
| 221 | + <Compile Include="..\MsgPack\MessagePackStreamUnpacker.cs"> |
| 222 | + <Link>MessagePackStreamUnpacker.cs</Link> |
| 223 | + </Compile> |
| 224 | + <Compile Include="..\MsgPack\MessagePackStreamUnpacker.Unpack.cs"> |
| 225 | + <Link>MessagePackStreamUnpacker.Unpack.cs</Link> |
| 226 | + </Compile> |
188 | 227 | <Compile Include="..\MsgPack\MessagePackString.cs"> |
189 | 228 | <Link>MessagePackString.cs</Link> |
190 | 229 | </Compile> |
|
194 | 233 | <Compile Include="..\MsgPack\Packer.cs"> |
195 | 234 | <Link>Packer.cs</Link> |
196 | 235 | </Compile> |
| 236 | + <Compile Include="..\MsgPack\Packer.Factory.cs"> |
| 237 | + <Link>Packer.Factory.cs</Link> |
| 238 | + </Compile> |
197 | 239 | <Compile Include="..\MsgPack\Packer.Nullable.cs"> |
198 | 240 | <Link>Packer.Nullable.cs</Link> |
199 | 241 | </Compile> |
|
215 | 257 | <Compile Include="..\MsgPack\PreserveAttribute.cs"> |
216 | 258 | <Link>PreserveAttribute.cs</Link> |
217 | 259 | </Compile> |
| 260 | + <Compile Include="..\MsgPack\ReadValueResult.cs"> |
| 261 | + <Link>ReadValueResult.cs</Link> |
| 262 | + </Compile> |
| 263 | + <Compile Include="..\MsgPack\ReadValueResults.cs"> |
| 264 | + <Link>ReadValueResults.cs</Link> |
| 265 | + </Compile> |
218 | 266 | <Compile Include="..\MsgPack\ReflectionAbstractions.cs"> |
219 | 267 | <Link>ReflectionAbstractions.cs</Link> |
220 | 268 | </Compile> |
|
722 | 770 | <Compile Include="..\MsgPack\SetOperation.cs"> |
723 | 771 | <Link>SetOperation.cs</Link> |
724 | 772 | </Compile> |
725 | | - <Compile Include="..\MsgPack\StreamPacker.cs"> |
726 | | - <Link>StreamPacker.cs</Link> |
| 773 | + <Compile Include="..\MsgPack\SingleArrayBufferAllocator.cs"> |
| 774 | + <Link>SingleArrayBufferAllocator.cs</Link> |
727 | 775 | </Compile> |
728 | 776 | <Compile Include="..\MsgPack\StringEscape.cs"> |
729 | 777 | <Link>StringEscape.cs</Link> |
|
743 | 791 | <Compile Include="..\MsgPack\Unpacker.cs"> |
744 | 792 | <Link>Unpacker.cs</Link> |
745 | 793 | </Compile> |
| 794 | + <Compile Include="..\MsgPack\Unpacker.Leaf.cs"> |
| 795 | + <Link>Unpacker.Leaf.cs</Link> |
| 796 | + </Compile> |
746 | 797 | <Compile Include="..\MsgPack\Unpacker.Unpacking.cs"> |
747 | 798 | <Link>Unpacker.Unpacking.cs</Link> |
748 | 799 | </Compile> |
| 800 | + <Compile Include="..\MsgPack\UnpackerOptions.cs"> |
| 801 | + <Link>UnpackerOptions.cs</Link> |
| 802 | + </Compile> |
| 803 | + <Compile Include="..\MsgPack\UnpackerValidationLevel.cs"> |
| 804 | + <Link>UnpackerValidationLevel.cs</Link> |
| 805 | + </Compile> |
749 | 806 | <Compile Include="..\MsgPack\UnpackException.cs"> |
750 | 807 | <Link>UnpackException.cs</Link> |
751 | 808 | </Compile> |
|
0 commit comments