ソースを参照

客户端ThirdParty挪到Mono中,主要是因为protobuf-net跟litjson需要用到ILRuntime,所以干脆放到mono中。
服务端的protobuf-net不引用客户端的,因为客户端的protobuf-net会修改源码支持ILRuntime

tanghai 4 年 前
コミット
7df1898af7
100 ファイル変更1 行追加309 行削除
  1. 0 15
      Client-Server.sln
  2. 1 1
      ThirdParty/ShareLib/ShareLib.csproj
  3. 0 0
      ThirdParty/protobuf-net/BclHelpers.cs
  4. 0 0
      ThirdParty/protobuf-net/BufferExtension.cs
  5. 0 0
      ThirdParty/protobuf-net/BufferPool.cs
  6. 0 0
      ThirdParty/protobuf-net/CallbackAttributes.cs
  7. 0 0
      ThirdParty/protobuf-net/Compiler/CompilerContext.cs
  8. 0 0
      ThirdParty/protobuf-net/Compiler/CompilerDelegates.cs
  9. 0 0
      ThirdParty/protobuf-net/Compiler/Local.cs
  10. 0 0
      ThirdParty/protobuf-net/DataFormat.cs
  11. 0 0
      ThirdParty/protobuf-net/DiscriminatedUnion.Serializable.cs
  12. 0 0
      ThirdParty/protobuf-net/DiscriminatedUnion.cs
  13. 0 0
      ThirdParty/protobuf-net/Extensible.cs
  14. 0 0
      ThirdParty/protobuf-net/ExtensibleUtil.cs
  15. 0 0
      ThirdParty/protobuf-net/GlobalSuppressions.cs
  16. 0 0
      ThirdParty/protobuf-net/Helpers.cs
  17. 0 0
      ThirdParty/protobuf-net/IExtensible.cs
  18. 0 0
      ThirdParty/protobuf-net/IExtension.cs
  19. 0 0
      ThirdParty/protobuf-net/IProtoInputT.cs
  20. 0 0
      ThirdParty/protobuf-net/IProtoOutputT.cs
  21. 0 0
      ThirdParty/protobuf-net/ImplicitFields.cs
  22. 0 0
      ThirdParty/protobuf-net/KeyValuePairProxy.cs
  23. 0 0
      ThirdParty/protobuf-net/Meta/AttributeMap.cs
  24. 0 0
      ThirdParty/protobuf-net/Meta/BasicList.cs
  25. 0 0
      ThirdParty/protobuf-net/Meta/CallbackSet.cs
  26. 0 0
      ThirdParty/protobuf-net/Meta/MetaType.cs
  27. 0 0
      ThirdParty/protobuf-net/Meta/ProtoSyntax.cs
  28. 0 0
      ThirdParty/protobuf-net/Meta/RuntimeTypeModel.cs
  29. 0 0
      ThirdParty/protobuf-net/Meta/SubType.cs
  30. 0 0
      ThirdParty/protobuf-net/Meta/TypeFormatEventArgs.cs
  31. 0 0
      ThirdParty/protobuf-net/Meta/TypeModel.InputOutput.cs
  32. 0 0
      ThirdParty/protobuf-net/Meta/TypeModel.cs
  33. 0 0
      ThirdParty/protobuf-net/Meta/ValueMember.cs
  34. 0 0
      ThirdParty/protobuf-net/NetObjectCache.cs
  35. 0 0
      ThirdParty/protobuf-net/PrefixStyle.cs
  36. 0 0
      ThirdParty/protobuf-net/ProtoContractAttribute.cs
  37. 0 0
      ThirdParty/protobuf-net/ProtoConverterAttribute.cs
  38. 0 0
      ThirdParty/protobuf-net/ProtoEnumAttribute.cs
  39. 0 0
      ThirdParty/protobuf-net/ProtoException.cs
  40. 0 0
      ThirdParty/protobuf-net/ProtoIgnoreAttribute.cs
  41. 0 0
      ThirdParty/protobuf-net/ProtoIncludeAttribute.cs
  42. 0 0
      ThirdParty/protobuf-net/ProtoMapAttribute.cs
  43. 0 0
      ThirdParty/protobuf-net/ProtoMemberAttribute.cs
  44. 0 0
      ThirdParty/protobuf-net/ProtoReader.cs
  45. 0 0
      ThirdParty/protobuf-net/ProtoWriter.cs
  46. 0 0
      ThirdParty/protobuf-net/SerializationContext.cs
  47. 0 0
      ThirdParty/protobuf-net/Serializer.cs
  48. 0 0
      ThirdParty/protobuf-net/Serializers/ArrayDecorator.cs
  49. 0 0
      ThirdParty/protobuf-net/Serializers/BlobSerializer.cs
  50. 0 0
      ThirdParty/protobuf-net/Serializers/BooleanSerializer.cs
  51. 0 0
      ThirdParty/protobuf-net/Serializers/ByteSerializer.cs
  52. 0 0
      ThirdParty/protobuf-net/Serializers/CharSerializer.cs
  53. 0 0
      ThirdParty/protobuf-net/Serializers/CompiledSerializer.cs
  54. 0 0
      ThirdParty/protobuf-net/Serializers/DateTimeSerializer.cs
  55. 0 0
      ThirdParty/protobuf-net/Serializers/DecimalSerializer.cs
  56. 0 0
      ThirdParty/protobuf-net/Serializers/DefaultValueDecorator.cs
  57. 0 0
      ThirdParty/protobuf-net/Serializers/DoubleSerializer.cs
  58. 0 0
      ThirdParty/protobuf-net/Serializers/EnumSerializer.cs
  59. 0 0
      ThirdParty/protobuf-net/Serializers/FieldDecorator.cs
  60. 0 0
      ThirdParty/protobuf-net/Serializers/GuidSerializer.cs
  61. 0 0
      ThirdParty/protobuf-net/Serializers/IProtoSerializer.cs
  62. 0 0
      ThirdParty/protobuf-net/Serializers/IProtoTypeSerializer.cs
  63. 0 0
      ThirdParty/protobuf-net/Serializers/ISerializerProxy.cs
  64. 0 0
      ThirdParty/protobuf-net/Serializers/ImmutableCollectionDecorator.cs
  65. 0 0
      ThirdParty/protobuf-net/Serializers/Int16Serializer.cs
  66. 0 0
      ThirdParty/protobuf-net/Serializers/Int32Serializer.cs
  67. 0 0
      ThirdParty/protobuf-net/Serializers/Int64Serializer.cs
  68. 0 0
      ThirdParty/protobuf-net/Serializers/ListDecorator.cs
  69. 0 0
      ThirdParty/protobuf-net/Serializers/MapDecorator.cs
  70. 0 0
      ThirdParty/protobuf-net/Serializers/MemberSpecifiedDecorator.cs
  71. 0 0
      ThirdParty/protobuf-net/Serializers/NetObjectSerializer.cs
  72. 0 0
      ThirdParty/protobuf-net/Serializers/NullDecorator.cs
  73. 0 0
      ThirdParty/protobuf-net/Serializers/ParseableSerializer.cs
  74. 0 0
      ThirdParty/protobuf-net/Serializers/PropertyDecorator.cs
  75. 0 0
      ThirdParty/protobuf-net/Serializers/ProtoDecoratorBase.cs
  76. 0 0
      ThirdParty/protobuf-net/Serializers/ReflectedUriDecorator.cs
  77. 0 0
      ThirdParty/protobuf-net/Serializers/SByteSerializer.cs
  78. 0 0
      ThirdParty/protobuf-net/Serializers/SingleSerializer.cs
  79. 0 0
      ThirdParty/protobuf-net/Serializers/StringSerializer.cs
  80. 0 0
      ThirdParty/protobuf-net/Serializers/SubItemSerializer.cs
  81. 0 0
      ThirdParty/protobuf-net/Serializers/SurrogateSerializer.cs
  82. 0 0
      ThirdParty/protobuf-net/Serializers/SystemTypeSerializer.cs
  83. 0 0
      ThirdParty/protobuf-net/Serializers/TagDecorator.cs
  84. 0 0
      ThirdParty/protobuf-net/Serializers/TimeSpanSerializer.cs
  85. 0 0
      ThirdParty/protobuf-net/Serializers/TupleSerializer.cs
  86. 0 0
      ThirdParty/protobuf-net/Serializers/TypeSerializer.cs
  87. 0 0
      ThirdParty/protobuf-net/Serializers/UInt16Serializer.cs
  88. 0 0
      ThirdParty/protobuf-net/Serializers/UInt32Serializer.cs
  89. 0 0
      ThirdParty/protobuf-net/Serializers/UInt64Serializer.cs
  90. 0 0
      ThirdParty/protobuf-net/Serializers/UriDecorator.cs
  91. 0 0
      ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorAttribute.cs
  92. 0 0
      ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorExtensionElement.cs
  93. 0 0
      ThirdParty/protobuf-net/ServiceModel/ProtoEndpointBehavior.cs
  94. 0 0
      ThirdParty/protobuf-net/ServiceModel/ProtoOperationBehavior.cs
  95. 0 0
      ThirdParty/protobuf-net/ServiceModel/XmlProtoSerializer.cs
  96. 0 0
      ThirdParty/protobuf-net/SubItemToken.cs
  97. 0 0
      ThirdParty/protobuf-net/WireType.cs
  98. 0 291
      ThirdParty/protobuf-net/protobuf-net.csproj
  99. 0 1
      Unity/Assets/Editor/Unity.Editor.asmdef
  100. 0 1
      Unity/Assets/Hotfix/Unity.Hotfix.asmdef

+ 0 - 15
Client-Server.sln

@@ -19,8 +19,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Hotfix", "Unity\Unity
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Editor", "Unity\Unity.Editor.csproj", "{C17F48D3-964E-E97C-3D2E-966F7A6C6D93}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.ThirdParty", "Unity\Unity.ThirdParty.csproj", "{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}"
-EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.HotfixView", "Unity\Unity.HotfixView.csproj", "{D31345DE-9B88-525C-8E9C-744C99AE7509}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.ModelView", "Unity\Unity.ModelView.csproj", "{2F8409C1-DA01-D464-DBF2-00C6449E459E}"
@@ -125,18 +123,6 @@ Global
 		{C17F48D3-964E-E97C-3D2E-966F7A6C6D93}.Release|x64.Build.0 = Release|Any CPU
 		{C17F48D3-964E-E97C-3D2E-966F7A6C6D93}.Release|x86.ActiveCfg = Release|Any CPU
 		{C17F48D3-964E-E97C-3D2E-966F7A6C6D93}.Release|x86.Build.0 = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|x64.ActiveCfg = Debug|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|x64.Build.0 = Debug|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|x86.ActiveCfg = Debug|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|x86.Build.0 = Debug|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|Any CPU.Build.0 = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|x64.ActiveCfg = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|x64.Build.0 = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|x86.ActiveCfg = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Release|x86.Build.0 = Release|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{D31345DE-9B88-525C-8E9C-744C99AE7509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{D31345DE-9B88-525C-8E9C-744C99AE7509}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{D31345DE-9B88-525C-8E9C-744C99AE7509}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -256,7 +242,6 @@ Global
 		{6396AEEA-8EF9-9740-4CEF-891CC997106C} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
 		{350246F3-F094-675F-855B-FB9B18C2B23E} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
 		{C17F48D3-964E-E97C-3D2E-966F7A6C6D93} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
-		{CFBC0A95-3456-3439-6B2E-60FDE0FE5EE1} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
 		{D31345DE-9B88-525C-8E9C-744C99AE7509} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
 		{2F8409C1-DA01-D464-DBF2-00C6449E459E} = {914C77C9-212A-4DD0-8D9A-074620E77FAA}
 		{3743C043-A5B7-4D63-8009-19E8C2FB89D4} = {0CFA1E78-9E36-48A3-A134-6EC704815CC8}

+ 1 - 1
ThirdParty/ShareLib/ShareLib.csproj

@@ -40,7 +40,7 @@
     </ItemGroup>
 
     <ItemGroup>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\ShareLib\Kcp\Kcp.cs">
+      <Compile Include="..\..\Unity\Assets\Mono\ThirdParty\ShareLib\Kcp\Kcp.cs">
         <Link>Kcp\Kcp.cs</Link>
       </Compile>
     </ItemGroup>

+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/BclHelpers.cs → ThirdParty/protobuf-net/BclHelpers.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/BufferExtension.cs → ThirdParty/protobuf-net/BufferExtension.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/BufferPool.cs → ThirdParty/protobuf-net/BufferPool.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/CallbackAttributes.cs → ThirdParty/protobuf-net/CallbackAttributes.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Compiler/CompilerContext.cs → ThirdParty/protobuf-net/Compiler/CompilerContext.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Compiler/CompilerDelegates.cs → ThirdParty/protobuf-net/Compiler/CompilerDelegates.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Compiler/Local.cs → ThirdParty/protobuf-net/Compiler/Local.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/DataFormat.cs → ThirdParty/protobuf-net/DataFormat.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/DiscriminatedUnion.Serializable.cs → ThirdParty/protobuf-net/DiscriminatedUnion.Serializable.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/DiscriminatedUnion.cs → ThirdParty/protobuf-net/DiscriminatedUnion.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Extensible.cs → ThirdParty/protobuf-net/Extensible.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ExtensibleUtil.cs → ThirdParty/protobuf-net/ExtensibleUtil.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/GlobalSuppressions.cs → ThirdParty/protobuf-net/GlobalSuppressions.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Helpers.cs → ThirdParty/protobuf-net/Helpers.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/IExtensible.cs → ThirdParty/protobuf-net/IExtensible.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/IExtension.cs → ThirdParty/protobuf-net/IExtension.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/IProtoInputT.cs → ThirdParty/protobuf-net/IProtoInputT.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/IProtoOutputT.cs → ThirdParty/protobuf-net/IProtoOutputT.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ImplicitFields.cs → ThirdParty/protobuf-net/ImplicitFields.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/KeyValuePairProxy.cs → ThirdParty/protobuf-net/KeyValuePairProxy.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/AttributeMap.cs → ThirdParty/protobuf-net/Meta/AttributeMap.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/BasicList.cs → ThirdParty/protobuf-net/Meta/BasicList.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/CallbackSet.cs → ThirdParty/protobuf-net/Meta/CallbackSet.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/MetaType.cs → ThirdParty/protobuf-net/Meta/MetaType.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/ProtoSyntax.cs → ThirdParty/protobuf-net/Meta/ProtoSyntax.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/RuntimeTypeModel.cs → ThirdParty/protobuf-net/Meta/RuntimeTypeModel.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/SubType.cs → ThirdParty/protobuf-net/Meta/SubType.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/TypeFormatEventArgs.cs → ThirdParty/protobuf-net/Meta/TypeFormatEventArgs.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/TypeModel.InputOutput.cs → ThirdParty/protobuf-net/Meta/TypeModel.InputOutput.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/TypeModel.cs → ThirdParty/protobuf-net/Meta/TypeModel.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Meta/ValueMember.cs → ThirdParty/protobuf-net/Meta/ValueMember.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/NetObjectCache.cs → ThirdParty/protobuf-net/NetObjectCache.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/PrefixStyle.cs → ThirdParty/protobuf-net/PrefixStyle.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoContractAttribute.cs → ThirdParty/protobuf-net/ProtoContractAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoConverterAttribute.cs → ThirdParty/protobuf-net/ProtoConverterAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoEnumAttribute.cs → ThirdParty/protobuf-net/ProtoEnumAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoException.cs → ThirdParty/protobuf-net/ProtoException.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoIgnoreAttribute.cs → ThirdParty/protobuf-net/ProtoIgnoreAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoIncludeAttribute.cs → ThirdParty/protobuf-net/ProtoIncludeAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoMapAttribute.cs → ThirdParty/protobuf-net/ProtoMapAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoMemberAttribute.cs → ThirdParty/protobuf-net/ProtoMemberAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoReader.cs → ThirdParty/protobuf-net/ProtoReader.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ProtoWriter.cs → ThirdParty/protobuf-net/ProtoWriter.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/SerializationContext.cs → ThirdParty/protobuf-net/SerializationContext.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializer.cs → ThirdParty/protobuf-net/Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ArrayDecorator.cs → ThirdParty/protobuf-net/Serializers/ArrayDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/BlobSerializer.cs → ThirdParty/protobuf-net/Serializers/BlobSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/BooleanSerializer.cs → ThirdParty/protobuf-net/Serializers/BooleanSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ByteSerializer.cs → ThirdParty/protobuf-net/Serializers/ByteSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/CharSerializer.cs → ThirdParty/protobuf-net/Serializers/CharSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/CompiledSerializer.cs → ThirdParty/protobuf-net/Serializers/CompiledSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/DateTimeSerializer.cs → ThirdParty/protobuf-net/Serializers/DateTimeSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/DecimalSerializer.cs → ThirdParty/protobuf-net/Serializers/DecimalSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/DefaultValueDecorator.cs → ThirdParty/protobuf-net/Serializers/DefaultValueDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/DoubleSerializer.cs → ThirdParty/protobuf-net/Serializers/DoubleSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/EnumSerializer.cs → ThirdParty/protobuf-net/Serializers/EnumSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/FieldDecorator.cs → ThirdParty/protobuf-net/Serializers/FieldDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/GuidSerializer.cs → ThirdParty/protobuf-net/Serializers/GuidSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/IProtoSerializer.cs → ThirdParty/protobuf-net/Serializers/IProtoSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/IProtoTypeSerializer.cs → ThirdParty/protobuf-net/Serializers/IProtoTypeSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ISerializerProxy.cs → ThirdParty/protobuf-net/Serializers/ISerializerProxy.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ImmutableCollectionDecorator.cs → ThirdParty/protobuf-net/Serializers/ImmutableCollectionDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/Int16Serializer.cs → ThirdParty/protobuf-net/Serializers/Int16Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/Int32Serializer.cs → ThirdParty/protobuf-net/Serializers/Int32Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/Int64Serializer.cs → ThirdParty/protobuf-net/Serializers/Int64Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ListDecorator.cs → ThirdParty/protobuf-net/Serializers/ListDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/MapDecorator.cs → ThirdParty/protobuf-net/Serializers/MapDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/MemberSpecifiedDecorator.cs → ThirdParty/protobuf-net/Serializers/MemberSpecifiedDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/NetObjectSerializer.cs → ThirdParty/protobuf-net/Serializers/NetObjectSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/NullDecorator.cs → ThirdParty/protobuf-net/Serializers/NullDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ParseableSerializer.cs → ThirdParty/protobuf-net/Serializers/ParseableSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/PropertyDecorator.cs → ThirdParty/protobuf-net/Serializers/PropertyDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ProtoDecoratorBase.cs → ThirdParty/protobuf-net/Serializers/ProtoDecoratorBase.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/ReflectedUriDecorator.cs → ThirdParty/protobuf-net/Serializers/ReflectedUriDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/SByteSerializer.cs → ThirdParty/protobuf-net/Serializers/SByteSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/SingleSerializer.cs → ThirdParty/protobuf-net/Serializers/SingleSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/StringSerializer.cs → ThirdParty/protobuf-net/Serializers/StringSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/SubItemSerializer.cs → ThirdParty/protobuf-net/Serializers/SubItemSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/SurrogateSerializer.cs → ThirdParty/protobuf-net/Serializers/SurrogateSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/SystemTypeSerializer.cs → ThirdParty/protobuf-net/Serializers/SystemTypeSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/TagDecorator.cs → ThirdParty/protobuf-net/Serializers/TagDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/TimeSpanSerializer.cs → ThirdParty/protobuf-net/Serializers/TimeSpanSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/TupleSerializer.cs → ThirdParty/protobuf-net/Serializers/TupleSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/TypeSerializer.cs → ThirdParty/protobuf-net/Serializers/TypeSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/UInt16Serializer.cs → ThirdParty/protobuf-net/Serializers/UInt16Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/UInt32Serializer.cs → ThirdParty/protobuf-net/Serializers/UInt32Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/UInt64Serializer.cs → ThirdParty/protobuf-net/Serializers/UInt64Serializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/Serializers/UriDecorator.cs → ThirdParty/protobuf-net/Serializers/UriDecorator.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorAttribute.cs → ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorAttribute.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorExtensionElement.cs → ThirdParty/protobuf-net/ServiceModel/ProtoBehaviorExtensionElement.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ServiceModel/ProtoEndpointBehavior.cs → ThirdParty/protobuf-net/ServiceModel/ProtoEndpointBehavior.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ServiceModel/ProtoOperationBehavior.cs → ThirdParty/protobuf-net/ServiceModel/ProtoOperationBehavior.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/ServiceModel/XmlProtoSerializer.cs → ThirdParty/protobuf-net/ServiceModel/XmlProtoSerializer.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/SubItemToken.cs → ThirdParty/protobuf-net/SubItemToken.cs


+ 0 - 0
Unity/Assets/ThirdParty/protobuf-net/WireType.cs → ThirdParty/protobuf-net/WireType.cs


+ 0 - 291
ThirdParty/protobuf-net/protobuf-net.csproj

@@ -13,295 +13,4 @@
       <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     </PropertyGroup>
 
-    <ItemGroup>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BclHelpers.cs">
-        <Link>protobuf-net\BclHelpers.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferExtension.cs">
-        <Link>protobuf-net\BufferExtension.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferPool.cs">
-        <Link>protobuf-net\BufferPool.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\CallbackAttributes.cs">
-        <Link>protobuf-net\CallbackAttributes.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerContext.cs">
-        <Link>protobuf-net\Compiler\CompilerContext.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerDelegates.cs">
-        <Link>protobuf-net\Compiler\CompilerDelegates.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\Local.cs">
-        <Link>protobuf-net\Compiler\Local.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DataFormat.cs">
-        <Link>protobuf-net\DataFormat.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.cs">
-        <Link>protobuf-net\DiscriminatedUnion.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.Serializable.cs">
-        <Link>protobuf-net\DiscriminatedUnion.Serializable.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Extensible.cs">
-        <Link>protobuf-net\Extensible.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ExtensibleUtil.cs">
-        <Link>protobuf-net\ExtensibleUtil.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\GlobalSuppressions.cs">
-        <Link>protobuf-net\GlobalSuppressions.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Helpers.cs">
-        <Link>protobuf-net\Helpers.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtensible.cs">
-        <Link>protobuf-net\IExtensible.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtension.cs">
-        <Link>protobuf-net\IExtension.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ImplicitFields.cs">
-        <Link>protobuf-net\ImplicitFields.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoInputT.cs">
-        <Link>protobuf-net\IProtoInputT.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoOutputT.cs">
-        <Link>protobuf-net\IProtoOutputT.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\KeyValuePairProxy.cs">
-        <Link>protobuf-net\KeyValuePairProxy.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\AttributeMap.cs">
-        <Link>protobuf-net\Meta\AttributeMap.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\BasicList.cs">
-        <Link>protobuf-net\Meta\BasicList.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\CallbackSet.cs">
-        <Link>protobuf-net\Meta\CallbackSet.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\MetaType.cs">
-        <Link>protobuf-net\Meta\MetaType.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ProtoSyntax.cs">
-        <Link>protobuf-net\Meta\ProtoSyntax.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\RuntimeTypeModel.cs">
-        <Link>protobuf-net\Meta\RuntimeTypeModel.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\SubType.cs">
-        <Link>protobuf-net\Meta\SubType.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeFormatEventArgs.cs">
-        <Link>protobuf-net\Meta\TypeFormatEventArgs.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.cs">
-        <Link>protobuf-net\Meta\TypeModel.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.InputOutput.cs">
-        <Link>protobuf-net\Meta\TypeModel.InputOutput.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ValueMember.cs">
-        <Link>protobuf-net\Meta\ValueMember.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\NetObjectCache.cs">
-        <Link>protobuf-net\NetObjectCache.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\PrefixStyle.cs">
-        <Link>protobuf-net\PrefixStyle.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties\AssemblyInfo.cs">
-        <Link>protobuf-net\Properties\AssemblyInfo.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoContractAttribute.cs">
-        <Link>protobuf-net\ProtoContractAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoConverterAttribute.cs">
-        <Link>protobuf-net\ProtoConverterAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoEnumAttribute.cs">
-        <Link>protobuf-net\ProtoEnumAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoException.cs">
-        <Link>protobuf-net\ProtoException.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIgnoreAttribute.cs">
-        <Link>protobuf-net\ProtoIgnoreAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIncludeAttribute.cs">
-        <Link>protobuf-net\ProtoIncludeAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMapAttribute.cs">
-        <Link>protobuf-net\ProtoMapAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMemberAttribute.cs">
-        <Link>protobuf-net\ProtoMemberAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoReader.cs">
-        <Link>protobuf-net\ProtoReader.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoWriter.cs">
-        <Link>protobuf-net\ProtoWriter.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SerializationContext.cs">
-        <Link>protobuf-net\SerializationContext.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializer.cs">
-        <Link>protobuf-net\Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ArrayDecorator.cs">
-        <Link>protobuf-net\Serializers\ArrayDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BlobSerializer.cs">
-        <Link>protobuf-net\Serializers\BlobSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BooleanSerializer.cs">
-        <Link>protobuf-net\Serializers\BooleanSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ByteSerializer.cs">
-        <Link>protobuf-net\Serializers\ByteSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CharSerializer.cs">
-        <Link>protobuf-net\Serializers\CharSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CompiledSerializer.cs">
-        <Link>protobuf-net\Serializers\CompiledSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DateTimeSerializer.cs">
-        <Link>protobuf-net\Serializers\DateTimeSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DecimalSerializer.cs">
-        <Link>protobuf-net\Serializers\DecimalSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DefaultValueDecorator.cs">
-        <Link>protobuf-net\Serializers\DefaultValueDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DoubleSerializer.cs">
-        <Link>protobuf-net\Serializers\DoubleSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\EnumSerializer.cs">
-        <Link>protobuf-net\Serializers\EnumSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\FieldDecorator.cs">
-        <Link>protobuf-net\Serializers\FieldDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\GuidSerializer.cs">
-        <Link>protobuf-net\Serializers\GuidSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ImmutableCollectionDecorator.cs">
-        <Link>protobuf-net\Serializers\ImmutableCollectionDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int16Serializer.cs">
-        <Link>protobuf-net\Serializers\Int16Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int32Serializer.cs">
-        <Link>protobuf-net\Serializers\Int32Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int64Serializer.cs">
-        <Link>protobuf-net\Serializers\Int64Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoSerializer.cs">
-        <Link>protobuf-net\Serializers\IProtoSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoTypeSerializer.cs">
-        <Link>protobuf-net\Serializers\IProtoTypeSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ISerializerProxy.cs">
-        <Link>protobuf-net\Serializers\ISerializerProxy.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ListDecorator.cs">
-        <Link>protobuf-net\Serializers\ListDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MapDecorator.cs">
-        <Link>protobuf-net\Serializers\MapDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MemberSpecifiedDecorator.cs">
-        <Link>protobuf-net\Serializers\MemberSpecifiedDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NetObjectSerializer.cs">
-        <Link>protobuf-net\Serializers\NetObjectSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NullDecorator.cs">
-        <Link>protobuf-net\Serializers\NullDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ParseableSerializer.cs">
-        <Link>protobuf-net\Serializers\ParseableSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\PropertyDecorator.cs">
-        <Link>protobuf-net\Serializers\PropertyDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ProtoDecoratorBase.cs">
-        <Link>protobuf-net\Serializers\ProtoDecoratorBase.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ReflectedUriDecorator.cs">
-        <Link>protobuf-net\Serializers\ReflectedUriDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SByteSerializer.cs">
-        <Link>protobuf-net\Serializers\SByteSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SingleSerializer.cs">
-        <Link>protobuf-net\Serializers\SingleSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\StringSerializer.cs">
-        <Link>protobuf-net\Serializers\StringSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SubItemSerializer.cs">
-        <Link>protobuf-net\Serializers\SubItemSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SurrogateSerializer.cs">
-        <Link>protobuf-net\Serializers\SurrogateSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SystemTypeSerializer.cs">
-        <Link>protobuf-net\Serializers\SystemTypeSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TagDecorator.cs">
-        <Link>protobuf-net\Serializers\TagDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TimeSpanSerializer.cs">
-        <Link>protobuf-net\Serializers\TimeSpanSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TupleSerializer.cs">
-        <Link>protobuf-net\Serializers\TupleSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TypeSerializer.cs">
-        <Link>protobuf-net\Serializers\TypeSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt16Serializer.cs">
-        <Link>protobuf-net\Serializers\UInt16Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt32Serializer.cs">
-        <Link>protobuf-net\Serializers\UInt32Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt64Serializer.cs">
-        <Link>protobuf-net\Serializers\UInt64Serializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UriDecorator.cs">
-        <Link>protobuf-net\Serializers\UriDecorator.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs">
-        <Link>protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs">
-        <Link>protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoEndpointBehavior.cs">
-        <Link>protobuf-net\ServiceModel\ProtoEndpointBehavior.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoOperationBehavior.cs">
-        <Link>protobuf-net\ServiceModel\ProtoOperationBehavior.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\XmlProtoSerializer.cs">
-        <Link>protobuf-net\ServiceModel\XmlProtoSerializer.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SubItemToken.cs">
-        <Link>protobuf-net\SubItemToken.cs</Link>
-      </Compile>
-      <Compile Include="..\..\Unity\Assets\ThirdParty\protobuf-net\WireType.cs">
-        <Link>protobuf-net\WireType.cs</Link>
-      </Compile>
-    </ItemGroup>
-
 </Project>

+ 0 - 1
Unity/Assets/Editor/Unity.Editor.asmdef

@@ -2,7 +2,6 @@
     "name": "Unity.Editor",
     "references": [
         "Unity.Model",
-        "Unity.ThirdParty",
         "Unity.ModelView",
         "Unity.Hotfix",
         "Unity.HotfixView",

+ 0 - 1
Unity/Assets/Hotfix/Unity.Hotfix.asmdef

@@ -2,7 +2,6 @@
     "name": "Unity.Hotfix",
     "references": [
         "Unity.Model",
-        "Unity.ThirdParty",
         "Unity.Mono"
     ],
     "includePlatforms": [

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません