Server.ThirdParty.csproj 35 KB

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