Server.ThirdParty.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  6. <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. </PropertyGroup>
  9. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  10. <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <None Update="libkcp.dylib">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </None>
  16. <None Update="libkcp.so">
  17. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  18. </None>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="MongoDB.Driver" Version="2.11.5" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BclHelpers.cs.meta">
  25. <Link>protobuf-net\BclHelpers.cs.meta</Link>
  26. </Content>
  27. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferExtension.cs.meta">
  28. <Link>protobuf-net\BufferExtension.cs.meta</Link>
  29. </Content>
  30. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferPool.cs.meta">
  31. <Link>protobuf-net\BufferPool.cs.meta</Link>
  32. </Content>
  33. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\CallbackAttributes.cs.meta">
  34. <Link>protobuf-net\CallbackAttributes.cs.meta</Link>
  35. </Content>
  36. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler.meta">
  37. <Link>protobuf-net\Compiler.meta</Link>
  38. </Content>
  39. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerContext.cs.meta">
  40. <Link>protobuf-net\Compiler\CompilerContext.cs.meta</Link>
  41. </Content>
  42. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerDelegates.cs.meta">
  43. <Link>protobuf-net\Compiler\CompilerDelegates.cs.meta</Link>
  44. </Content>
  45. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\Local.cs.meta">
  46. <Link>protobuf-net\Compiler\Local.cs.meta</Link>
  47. </Content>
  48. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DataFormat.cs.meta">
  49. <Link>protobuf-net\DataFormat.cs.meta</Link>
  50. </Content>
  51. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.cs.meta">
  52. <Link>protobuf-net\DiscriminatedUnion.cs.meta</Link>
  53. </Content>
  54. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.Serializable.cs.meta">
  55. <Link>protobuf-net\DiscriminatedUnion.Serializable.cs.meta</Link>
  56. </Content>
  57. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Extensible.cs.meta">
  58. <Link>protobuf-net\Extensible.cs.meta</Link>
  59. </Content>
  60. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ExtensibleUtil.cs.meta">
  61. <Link>protobuf-net\ExtensibleUtil.cs.meta</Link>
  62. </Content>
  63. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\GlobalSuppressions.cs.meta">
  64. <Link>protobuf-net\GlobalSuppressions.cs.meta</Link>
  65. </Content>
  66. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Helpers.cs.meta">
  67. <Link>protobuf-net\Helpers.cs.meta</Link>
  68. </Content>
  69. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtensible.cs.meta">
  70. <Link>protobuf-net\IExtensible.cs.meta</Link>
  71. </Content>
  72. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtension.cs.meta">
  73. <Link>protobuf-net\IExtension.cs.meta</Link>
  74. </Content>
  75. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ImplicitFields.cs.meta">
  76. <Link>protobuf-net\ImplicitFields.cs.meta</Link>
  77. </Content>
  78. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoInputT.cs.meta">
  79. <Link>protobuf-net\IProtoInputT.cs.meta</Link>
  80. </Content>
  81. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoOutputT.cs.meta">
  82. <Link>protobuf-net\IProtoOutputT.cs.meta</Link>
  83. </Content>
  84. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\KeyValuePairProxy.cs.meta">
  85. <Link>protobuf-net\KeyValuePairProxy.cs.meta</Link>
  86. </Content>
  87. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta.meta">
  88. <Link>protobuf-net\Meta.meta</Link>
  89. </Content>
  90. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\AttributeMap.cs.meta">
  91. <Link>protobuf-net\Meta\AttributeMap.cs.meta</Link>
  92. </Content>
  93. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\BasicList.cs.meta">
  94. <Link>protobuf-net\Meta\BasicList.cs.meta</Link>
  95. </Content>
  96. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\CallbackSet.cs.meta">
  97. <Link>protobuf-net\Meta\CallbackSet.cs.meta</Link>
  98. </Content>
  99. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\MetaType.cs.meta">
  100. <Link>protobuf-net\Meta\MetaType.cs.meta</Link>
  101. </Content>
  102. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ProtoSyntax.cs.meta">
  103. <Link>protobuf-net\Meta\ProtoSyntax.cs.meta</Link>
  104. </Content>
  105. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\RuntimeTypeModel.cs.meta">
  106. <Link>protobuf-net\Meta\RuntimeTypeModel.cs.meta</Link>
  107. </Content>
  108. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\SubType.cs.meta">
  109. <Link>protobuf-net\Meta\SubType.cs.meta</Link>
  110. </Content>
  111. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeFormatEventArgs.cs.meta">
  112. <Link>protobuf-net\Meta\TypeFormatEventArgs.cs.meta</Link>
  113. </Content>
  114. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.cs.meta">
  115. <Link>protobuf-net\Meta\TypeModel.cs.meta</Link>
  116. </Content>
  117. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.InputOutput.cs.meta">
  118. <Link>protobuf-net\Meta\TypeModel.InputOutput.cs.meta</Link>
  119. </Content>
  120. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ValueMember.cs.meta">
  121. <Link>protobuf-net\Meta\ValueMember.cs.meta</Link>
  122. </Content>
  123. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\NetObjectCache.cs.meta">
  124. <Link>protobuf-net\NetObjectCache.cs.meta</Link>
  125. </Content>
  126. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\PrefixStyle.cs.meta">
  127. <Link>protobuf-net\PrefixStyle.cs.meta</Link>
  128. </Content>
  129. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties.meta">
  130. <Link>protobuf-net\Properties.meta</Link>
  131. </Content>
  132. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties\AssemblyInfo.cs.meta">
  133. <Link>protobuf-net\Properties\AssemblyInfo.cs.meta</Link>
  134. </Content>
  135. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\protobuf-net.csproj">
  136. <Link>protobuf-net\protobuf-net.csproj</Link>
  137. </Content>
  138. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\protobuf-net.csproj.meta">
  139. <Link>protobuf-net\protobuf-net.csproj.meta</Link>
  140. </Content>
  141. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoContractAttribute.cs.meta">
  142. <Link>protobuf-net\ProtoContractAttribute.cs.meta</Link>
  143. </Content>
  144. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoConverterAttribute.cs.meta">
  145. <Link>protobuf-net\ProtoConverterAttribute.cs.meta</Link>
  146. </Content>
  147. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoEnumAttribute.cs.meta">
  148. <Link>protobuf-net\ProtoEnumAttribute.cs.meta</Link>
  149. </Content>
  150. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoException.cs.meta">
  151. <Link>protobuf-net\ProtoException.cs.meta</Link>
  152. </Content>
  153. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIgnoreAttribute.cs.meta">
  154. <Link>protobuf-net\ProtoIgnoreAttribute.cs.meta</Link>
  155. </Content>
  156. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIncludeAttribute.cs.meta">
  157. <Link>protobuf-net\ProtoIncludeAttribute.cs.meta</Link>
  158. </Content>
  159. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMapAttribute.cs.meta">
  160. <Link>protobuf-net\ProtoMapAttribute.cs.meta</Link>
  161. </Content>
  162. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMemberAttribute.cs.meta">
  163. <Link>protobuf-net\ProtoMemberAttribute.cs.meta</Link>
  164. </Content>
  165. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoReader.cs.meta">
  166. <Link>protobuf-net\ProtoReader.cs.meta</Link>
  167. </Content>
  168. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoWriter.cs.meta">
  169. <Link>protobuf-net\ProtoWriter.cs.meta</Link>
  170. </Content>
  171. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SerializationContext.cs.meta">
  172. <Link>protobuf-net\SerializationContext.cs.meta</Link>
  173. </Content>
  174. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializer.cs.meta">
  175. <Link>protobuf-net\Serializer.cs.meta</Link>
  176. </Content>
  177. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers.meta">
  178. <Link>protobuf-net\Serializers.meta</Link>
  179. </Content>
  180. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ArrayDecorator.cs.meta">
  181. <Link>protobuf-net\Serializers\ArrayDecorator.cs.meta</Link>
  182. </Content>
  183. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BlobSerializer.cs.meta">
  184. <Link>protobuf-net\Serializers\BlobSerializer.cs.meta</Link>
  185. </Content>
  186. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BooleanSerializer.cs.meta">
  187. <Link>protobuf-net\Serializers\BooleanSerializer.cs.meta</Link>
  188. </Content>
  189. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ByteSerializer.cs.meta">
  190. <Link>protobuf-net\Serializers\ByteSerializer.cs.meta</Link>
  191. </Content>
  192. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CharSerializer.cs.meta">
  193. <Link>protobuf-net\Serializers\CharSerializer.cs.meta</Link>
  194. </Content>
  195. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CompiledSerializer.cs.meta">
  196. <Link>protobuf-net\Serializers\CompiledSerializer.cs.meta</Link>
  197. </Content>
  198. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DateTimeSerializer.cs.meta">
  199. <Link>protobuf-net\Serializers\DateTimeSerializer.cs.meta</Link>
  200. </Content>
  201. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DecimalSerializer.cs.meta">
  202. <Link>protobuf-net\Serializers\DecimalSerializer.cs.meta</Link>
  203. </Content>
  204. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DefaultValueDecorator.cs.meta">
  205. <Link>protobuf-net\Serializers\DefaultValueDecorator.cs.meta</Link>
  206. </Content>
  207. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DoubleSerializer.cs.meta">
  208. <Link>protobuf-net\Serializers\DoubleSerializer.cs.meta</Link>
  209. </Content>
  210. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\EnumSerializer.cs.meta">
  211. <Link>protobuf-net\Serializers\EnumSerializer.cs.meta</Link>
  212. </Content>
  213. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\FieldDecorator.cs.meta">
  214. <Link>protobuf-net\Serializers\FieldDecorator.cs.meta</Link>
  215. </Content>
  216. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\GuidSerializer.cs.meta">
  217. <Link>protobuf-net\Serializers\GuidSerializer.cs.meta</Link>
  218. </Content>
  219. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ImmutableCollectionDecorator.cs.meta">
  220. <Link>protobuf-net\Serializers\ImmutableCollectionDecorator.cs.meta</Link>
  221. </Content>
  222. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int16Serializer.cs.meta">
  223. <Link>protobuf-net\Serializers\Int16Serializer.cs.meta</Link>
  224. </Content>
  225. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int32Serializer.cs.meta">
  226. <Link>protobuf-net\Serializers\Int32Serializer.cs.meta</Link>
  227. </Content>
  228. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int64Serializer.cs.meta">
  229. <Link>protobuf-net\Serializers\Int64Serializer.cs.meta</Link>
  230. </Content>
  231. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoSerializer.cs.meta">
  232. <Link>protobuf-net\Serializers\IProtoSerializer.cs.meta</Link>
  233. </Content>
  234. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoTypeSerializer.cs.meta">
  235. <Link>protobuf-net\Serializers\IProtoTypeSerializer.cs.meta</Link>
  236. </Content>
  237. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ISerializerProxy.cs.meta">
  238. <Link>protobuf-net\Serializers\ISerializerProxy.cs.meta</Link>
  239. </Content>
  240. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ListDecorator.cs.meta">
  241. <Link>protobuf-net\Serializers\ListDecorator.cs.meta</Link>
  242. </Content>
  243. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MapDecorator.cs.meta">
  244. <Link>protobuf-net\Serializers\MapDecorator.cs.meta</Link>
  245. </Content>
  246. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MemberSpecifiedDecorator.cs.meta">
  247. <Link>protobuf-net\Serializers\MemberSpecifiedDecorator.cs.meta</Link>
  248. </Content>
  249. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NetObjectSerializer.cs.meta">
  250. <Link>protobuf-net\Serializers\NetObjectSerializer.cs.meta</Link>
  251. </Content>
  252. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NullDecorator.cs.meta">
  253. <Link>protobuf-net\Serializers\NullDecorator.cs.meta</Link>
  254. </Content>
  255. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ParseableSerializer.cs.meta">
  256. <Link>protobuf-net\Serializers\ParseableSerializer.cs.meta</Link>
  257. </Content>
  258. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\PropertyDecorator.cs.meta">
  259. <Link>protobuf-net\Serializers\PropertyDecorator.cs.meta</Link>
  260. </Content>
  261. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ProtoDecoratorBase.cs.meta">
  262. <Link>protobuf-net\Serializers\ProtoDecoratorBase.cs.meta</Link>
  263. </Content>
  264. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ReflectedUriDecorator.cs.meta">
  265. <Link>protobuf-net\Serializers\ReflectedUriDecorator.cs.meta</Link>
  266. </Content>
  267. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SByteSerializer.cs.meta">
  268. <Link>protobuf-net\Serializers\SByteSerializer.cs.meta</Link>
  269. </Content>
  270. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SingleSerializer.cs.meta">
  271. <Link>protobuf-net\Serializers\SingleSerializer.cs.meta</Link>
  272. </Content>
  273. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\StringSerializer.cs.meta">
  274. <Link>protobuf-net\Serializers\StringSerializer.cs.meta</Link>
  275. </Content>
  276. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SubItemSerializer.cs.meta">
  277. <Link>protobuf-net\Serializers\SubItemSerializer.cs.meta</Link>
  278. </Content>
  279. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SurrogateSerializer.cs.meta">
  280. <Link>protobuf-net\Serializers\SurrogateSerializer.cs.meta</Link>
  281. </Content>
  282. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SystemTypeSerializer.cs.meta">
  283. <Link>protobuf-net\Serializers\SystemTypeSerializer.cs.meta</Link>
  284. </Content>
  285. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TagDecorator.cs.meta">
  286. <Link>protobuf-net\Serializers\TagDecorator.cs.meta</Link>
  287. </Content>
  288. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TimeSpanSerializer.cs.meta">
  289. <Link>protobuf-net\Serializers\TimeSpanSerializer.cs.meta</Link>
  290. </Content>
  291. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TupleSerializer.cs.meta">
  292. <Link>protobuf-net\Serializers\TupleSerializer.cs.meta</Link>
  293. </Content>
  294. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TypeSerializer.cs.meta">
  295. <Link>protobuf-net\Serializers\TypeSerializer.cs.meta</Link>
  296. </Content>
  297. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt16Serializer.cs.meta">
  298. <Link>protobuf-net\Serializers\UInt16Serializer.cs.meta</Link>
  299. </Content>
  300. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt32Serializer.cs.meta">
  301. <Link>protobuf-net\Serializers\UInt32Serializer.cs.meta</Link>
  302. </Content>
  303. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt64Serializer.cs.meta">
  304. <Link>protobuf-net\Serializers\UInt64Serializer.cs.meta</Link>
  305. </Content>
  306. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UriDecorator.cs.meta">
  307. <Link>protobuf-net\Serializers\UriDecorator.cs.meta</Link>
  308. </Content>
  309. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel.meta">
  310. <Link>protobuf-net\ServiceModel.meta</Link>
  311. </Content>
  312. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs.meta">
  313. <Link>protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs.meta</Link>
  314. </Content>
  315. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs.meta">
  316. <Link>protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs.meta</Link>
  317. </Content>
  318. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoEndpointBehavior.cs.meta">
  319. <Link>protobuf-net\ServiceModel\ProtoEndpointBehavior.cs.meta</Link>
  320. </Content>
  321. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoOperationBehavior.cs.meta">
  322. <Link>protobuf-net\ServiceModel\ProtoOperationBehavior.cs.meta</Link>
  323. </Content>
  324. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\XmlProtoSerializer.cs.meta">
  325. <Link>protobuf-net\ServiceModel\XmlProtoSerializer.cs.meta</Link>
  326. </Content>
  327. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SubItemToken.cs.meta">
  328. <Link>protobuf-net\SubItemToken.cs.meta</Link>
  329. </Content>
  330. <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\WireType.cs.meta">
  331. <Link>protobuf-net\WireType.cs.meta</Link>
  332. </Content>
  333. </ItemGroup>
  334. <ItemGroup>
  335. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BclHelpers.cs">
  336. <Link>protobuf-net\BclHelpers.cs</Link>
  337. </Compile>
  338. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferExtension.cs">
  339. <Link>protobuf-net\BufferExtension.cs</Link>
  340. </Compile>
  341. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferPool.cs">
  342. <Link>protobuf-net\BufferPool.cs</Link>
  343. </Compile>
  344. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\CallbackAttributes.cs">
  345. <Link>protobuf-net\CallbackAttributes.cs</Link>
  346. </Compile>
  347. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerContext.cs">
  348. <Link>protobuf-net\Compiler\CompilerContext.cs</Link>
  349. </Compile>
  350. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerDelegates.cs">
  351. <Link>protobuf-net\Compiler\CompilerDelegates.cs</Link>
  352. </Compile>
  353. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\Local.cs">
  354. <Link>protobuf-net\Compiler\Local.cs</Link>
  355. </Compile>
  356. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DataFormat.cs">
  357. <Link>protobuf-net\DataFormat.cs</Link>
  358. </Compile>
  359. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.cs">
  360. <Link>protobuf-net\DiscriminatedUnion.cs</Link>
  361. </Compile>
  362. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.Serializable.cs">
  363. <Link>protobuf-net\DiscriminatedUnion.Serializable.cs</Link>
  364. </Compile>
  365. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Extensible.cs">
  366. <Link>protobuf-net\Extensible.cs</Link>
  367. </Compile>
  368. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ExtensibleUtil.cs">
  369. <Link>protobuf-net\ExtensibleUtil.cs</Link>
  370. </Compile>
  371. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\GlobalSuppressions.cs">
  372. <Link>protobuf-net\GlobalSuppressions.cs</Link>
  373. </Compile>
  374. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Helpers.cs">
  375. <Link>protobuf-net\Helpers.cs</Link>
  376. </Compile>
  377. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtensible.cs">
  378. <Link>protobuf-net\IExtensible.cs</Link>
  379. </Compile>
  380. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtension.cs">
  381. <Link>protobuf-net\IExtension.cs</Link>
  382. </Compile>
  383. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ImplicitFields.cs">
  384. <Link>protobuf-net\ImplicitFields.cs</Link>
  385. </Compile>
  386. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoInputT.cs">
  387. <Link>protobuf-net\IProtoInputT.cs</Link>
  388. </Compile>
  389. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoOutputT.cs">
  390. <Link>protobuf-net\IProtoOutputT.cs</Link>
  391. </Compile>
  392. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\KeyValuePairProxy.cs">
  393. <Link>protobuf-net\KeyValuePairProxy.cs</Link>
  394. </Compile>
  395. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\AttributeMap.cs">
  396. <Link>protobuf-net\Meta\AttributeMap.cs</Link>
  397. </Compile>
  398. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\BasicList.cs">
  399. <Link>protobuf-net\Meta\BasicList.cs</Link>
  400. </Compile>
  401. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\CallbackSet.cs">
  402. <Link>protobuf-net\Meta\CallbackSet.cs</Link>
  403. </Compile>
  404. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\MetaType.cs">
  405. <Link>protobuf-net\Meta\MetaType.cs</Link>
  406. </Compile>
  407. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ProtoSyntax.cs">
  408. <Link>protobuf-net\Meta\ProtoSyntax.cs</Link>
  409. </Compile>
  410. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\RuntimeTypeModel.cs">
  411. <Link>protobuf-net\Meta\RuntimeTypeModel.cs</Link>
  412. </Compile>
  413. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\SubType.cs">
  414. <Link>protobuf-net\Meta\SubType.cs</Link>
  415. </Compile>
  416. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeFormatEventArgs.cs">
  417. <Link>protobuf-net\Meta\TypeFormatEventArgs.cs</Link>
  418. </Compile>
  419. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.cs">
  420. <Link>protobuf-net\Meta\TypeModel.cs</Link>
  421. </Compile>
  422. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.InputOutput.cs">
  423. <Link>protobuf-net\Meta\TypeModel.InputOutput.cs</Link>
  424. </Compile>
  425. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ValueMember.cs">
  426. <Link>protobuf-net\Meta\ValueMember.cs</Link>
  427. </Compile>
  428. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\NetObjectCache.cs">
  429. <Link>protobuf-net\NetObjectCache.cs</Link>
  430. </Compile>
  431. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\PrefixStyle.cs">
  432. <Link>protobuf-net\PrefixStyle.cs</Link>
  433. </Compile>
  434. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties\AssemblyInfo.cs">
  435. <Link>protobuf-net\Properties\AssemblyInfo.cs</Link>
  436. </Compile>
  437. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoContractAttribute.cs">
  438. <Link>protobuf-net\ProtoContractAttribute.cs</Link>
  439. </Compile>
  440. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoConverterAttribute.cs">
  441. <Link>protobuf-net\ProtoConverterAttribute.cs</Link>
  442. </Compile>
  443. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoEnumAttribute.cs">
  444. <Link>protobuf-net\ProtoEnumAttribute.cs</Link>
  445. </Compile>
  446. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoException.cs">
  447. <Link>protobuf-net\ProtoException.cs</Link>
  448. </Compile>
  449. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIgnoreAttribute.cs">
  450. <Link>protobuf-net\ProtoIgnoreAttribute.cs</Link>
  451. </Compile>
  452. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIncludeAttribute.cs">
  453. <Link>protobuf-net\ProtoIncludeAttribute.cs</Link>
  454. </Compile>
  455. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMapAttribute.cs">
  456. <Link>protobuf-net\ProtoMapAttribute.cs</Link>
  457. </Compile>
  458. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMemberAttribute.cs">
  459. <Link>protobuf-net\ProtoMemberAttribute.cs</Link>
  460. </Compile>
  461. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoReader.cs">
  462. <Link>protobuf-net\ProtoReader.cs</Link>
  463. </Compile>
  464. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoWriter.cs">
  465. <Link>protobuf-net\ProtoWriter.cs</Link>
  466. </Compile>
  467. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SerializationContext.cs">
  468. <Link>protobuf-net\SerializationContext.cs</Link>
  469. </Compile>
  470. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializer.cs">
  471. <Link>protobuf-net\Serializer.cs</Link>
  472. </Compile>
  473. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ArrayDecorator.cs">
  474. <Link>protobuf-net\Serializers\ArrayDecorator.cs</Link>
  475. </Compile>
  476. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BlobSerializer.cs">
  477. <Link>protobuf-net\Serializers\BlobSerializer.cs</Link>
  478. </Compile>
  479. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BooleanSerializer.cs">
  480. <Link>protobuf-net\Serializers\BooleanSerializer.cs</Link>
  481. </Compile>
  482. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ByteSerializer.cs">
  483. <Link>protobuf-net\Serializers\ByteSerializer.cs</Link>
  484. </Compile>
  485. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CharSerializer.cs">
  486. <Link>protobuf-net\Serializers\CharSerializer.cs</Link>
  487. </Compile>
  488. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CompiledSerializer.cs">
  489. <Link>protobuf-net\Serializers\CompiledSerializer.cs</Link>
  490. </Compile>
  491. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DateTimeSerializer.cs">
  492. <Link>protobuf-net\Serializers\DateTimeSerializer.cs</Link>
  493. </Compile>
  494. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DecimalSerializer.cs">
  495. <Link>protobuf-net\Serializers\DecimalSerializer.cs</Link>
  496. </Compile>
  497. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DefaultValueDecorator.cs">
  498. <Link>protobuf-net\Serializers\DefaultValueDecorator.cs</Link>
  499. </Compile>
  500. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DoubleSerializer.cs">
  501. <Link>protobuf-net\Serializers\DoubleSerializer.cs</Link>
  502. </Compile>
  503. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\EnumSerializer.cs">
  504. <Link>protobuf-net\Serializers\EnumSerializer.cs</Link>
  505. </Compile>
  506. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\FieldDecorator.cs">
  507. <Link>protobuf-net\Serializers\FieldDecorator.cs</Link>
  508. </Compile>
  509. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\GuidSerializer.cs">
  510. <Link>protobuf-net\Serializers\GuidSerializer.cs</Link>
  511. </Compile>
  512. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ImmutableCollectionDecorator.cs">
  513. <Link>protobuf-net\Serializers\ImmutableCollectionDecorator.cs</Link>
  514. </Compile>
  515. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int16Serializer.cs">
  516. <Link>protobuf-net\Serializers\Int16Serializer.cs</Link>
  517. </Compile>
  518. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int32Serializer.cs">
  519. <Link>protobuf-net\Serializers\Int32Serializer.cs</Link>
  520. </Compile>
  521. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int64Serializer.cs">
  522. <Link>protobuf-net\Serializers\Int64Serializer.cs</Link>
  523. </Compile>
  524. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoSerializer.cs">
  525. <Link>protobuf-net\Serializers\IProtoSerializer.cs</Link>
  526. </Compile>
  527. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoTypeSerializer.cs">
  528. <Link>protobuf-net\Serializers\IProtoTypeSerializer.cs</Link>
  529. </Compile>
  530. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ISerializerProxy.cs">
  531. <Link>protobuf-net\Serializers\ISerializerProxy.cs</Link>
  532. </Compile>
  533. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ListDecorator.cs">
  534. <Link>protobuf-net\Serializers\ListDecorator.cs</Link>
  535. </Compile>
  536. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MapDecorator.cs">
  537. <Link>protobuf-net\Serializers\MapDecorator.cs</Link>
  538. </Compile>
  539. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MemberSpecifiedDecorator.cs">
  540. <Link>protobuf-net\Serializers\MemberSpecifiedDecorator.cs</Link>
  541. </Compile>
  542. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NetObjectSerializer.cs">
  543. <Link>protobuf-net\Serializers\NetObjectSerializer.cs</Link>
  544. </Compile>
  545. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NullDecorator.cs">
  546. <Link>protobuf-net\Serializers\NullDecorator.cs</Link>
  547. </Compile>
  548. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ParseableSerializer.cs">
  549. <Link>protobuf-net\Serializers\ParseableSerializer.cs</Link>
  550. </Compile>
  551. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\PropertyDecorator.cs">
  552. <Link>protobuf-net\Serializers\PropertyDecorator.cs</Link>
  553. </Compile>
  554. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ProtoDecoratorBase.cs">
  555. <Link>protobuf-net\Serializers\ProtoDecoratorBase.cs</Link>
  556. </Compile>
  557. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ReflectedUriDecorator.cs">
  558. <Link>protobuf-net\Serializers\ReflectedUriDecorator.cs</Link>
  559. </Compile>
  560. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SByteSerializer.cs">
  561. <Link>protobuf-net\Serializers\SByteSerializer.cs</Link>
  562. </Compile>
  563. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SingleSerializer.cs">
  564. <Link>protobuf-net\Serializers\SingleSerializer.cs</Link>
  565. </Compile>
  566. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\StringSerializer.cs">
  567. <Link>protobuf-net\Serializers\StringSerializer.cs</Link>
  568. </Compile>
  569. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SubItemSerializer.cs">
  570. <Link>protobuf-net\Serializers\SubItemSerializer.cs</Link>
  571. </Compile>
  572. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SurrogateSerializer.cs">
  573. <Link>protobuf-net\Serializers\SurrogateSerializer.cs</Link>
  574. </Compile>
  575. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SystemTypeSerializer.cs">
  576. <Link>protobuf-net\Serializers\SystemTypeSerializer.cs</Link>
  577. </Compile>
  578. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TagDecorator.cs">
  579. <Link>protobuf-net\Serializers\TagDecorator.cs</Link>
  580. </Compile>
  581. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TimeSpanSerializer.cs">
  582. <Link>protobuf-net\Serializers\TimeSpanSerializer.cs</Link>
  583. </Compile>
  584. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TupleSerializer.cs">
  585. <Link>protobuf-net\Serializers\TupleSerializer.cs</Link>
  586. </Compile>
  587. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TypeSerializer.cs">
  588. <Link>protobuf-net\Serializers\TypeSerializer.cs</Link>
  589. </Compile>
  590. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt16Serializer.cs">
  591. <Link>protobuf-net\Serializers\UInt16Serializer.cs</Link>
  592. </Compile>
  593. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt32Serializer.cs">
  594. <Link>protobuf-net\Serializers\UInt32Serializer.cs</Link>
  595. </Compile>
  596. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt64Serializer.cs">
  597. <Link>protobuf-net\Serializers\UInt64Serializer.cs</Link>
  598. </Compile>
  599. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UriDecorator.cs">
  600. <Link>protobuf-net\Serializers\UriDecorator.cs</Link>
  601. </Compile>
  602. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs">
  603. <Link>protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs</Link>
  604. </Compile>
  605. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs">
  606. <Link>protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs</Link>
  607. </Compile>
  608. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoEndpointBehavior.cs">
  609. <Link>protobuf-net\ServiceModel\ProtoEndpointBehavior.cs</Link>
  610. </Compile>
  611. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoOperationBehavior.cs">
  612. <Link>protobuf-net\ServiceModel\ProtoOperationBehavior.cs</Link>
  613. </Compile>
  614. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\XmlProtoSerializer.cs">
  615. <Link>protobuf-net\ServiceModel\XmlProtoSerializer.cs</Link>
  616. </Compile>
  617. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SubItemToken.cs">
  618. <Link>protobuf-net\SubItemToken.cs</Link>
  619. </Compile>
  620. <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\WireType.cs">
  621. <Link>protobuf-net\WireType.cs</Link>
  622. </Compile>
  623. </ItemGroup>
  624. </Project>