| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <RootNamespace>ET</RootNamespace>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <None Update="libkcp.dylib">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Update="libkcp.so">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="MongoDB.Driver" Version="2.11.5" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BclHelpers.cs.meta">
- <Link>protobuf-net\BclHelpers.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferExtension.cs.meta">
- <Link>protobuf-net\BufferExtension.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\BufferPool.cs.meta">
- <Link>protobuf-net\BufferPool.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\CallbackAttributes.cs.meta">
- <Link>protobuf-net\CallbackAttributes.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler.meta">
- <Link>protobuf-net\Compiler.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerContext.cs.meta">
- <Link>protobuf-net\Compiler\CompilerContext.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\CompilerDelegates.cs.meta">
- <Link>protobuf-net\Compiler\CompilerDelegates.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Compiler\Local.cs.meta">
- <Link>protobuf-net\Compiler\Local.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DataFormat.cs.meta">
- <Link>protobuf-net\DataFormat.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.cs.meta">
- <Link>protobuf-net\DiscriminatedUnion.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\DiscriminatedUnion.Serializable.cs.meta">
- <Link>protobuf-net\DiscriminatedUnion.Serializable.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Extensible.cs.meta">
- <Link>protobuf-net\Extensible.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ExtensibleUtil.cs.meta">
- <Link>protobuf-net\ExtensibleUtil.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\GlobalSuppressions.cs.meta">
- <Link>protobuf-net\GlobalSuppressions.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Helpers.cs.meta">
- <Link>protobuf-net\Helpers.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtensible.cs.meta">
- <Link>protobuf-net\IExtensible.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IExtension.cs.meta">
- <Link>protobuf-net\IExtension.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ImplicitFields.cs.meta">
- <Link>protobuf-net\ImplicitFields.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoInputT.cs.meta">
- <Link>protobuf-net\IProtoInputT.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\IProtoOutputT.cs.meta">
- <Link>protobuf-net\IProtoOutputT.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\KeyValuePairProxy.cs.meta">
- <Link>protobuf-net\KeyValuePairProxy.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta.meta">
- <Link>protobuf-net\Meta.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\AttributeMap.cs.meta">
- <Link>protobuf-net\Meta\AttributeMap.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\BasicList.cs.meta">
- <Link>protobuf-net\Meta\BasicList.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\CallbackSet.cs.meta">
- <Link>protobuf-net\Meta\CallbackSet.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\MetaType.cs.meta">
- <Link>protobuf-net\Meta\MetaType.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ProtoSyntax.cs.meta">
- <Link>protobuf-net\Meta\ProtoSyntax.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\RuntimeTypeModel.cs.meta">
- <Link>protobuf-net\Meta\RuntimeTypeModel.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\SubType.cs.meta">
- <Link>protobuf-net\Meta\SubType.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeFormatEventArgs.cs.meta">
- <Link>protobuf-net\Meta\TypeFormatEventArgs.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.cs.meta">
- <Link>protobuf-net\Meta\TypeModel.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\TypeModel.InputOutput.cs.meta">
- <Link>protobuf-net\Meta\TypeModel.InputOutput.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Meta\ValueMember.cs.meta">
- <Link>protobuf-net\Meta\ValueMember.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\NetObjectCache.cs.meta">
- <Link>protobuf-net\NetObjectCache.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\PrefixStyle.cs.meta">
- <Link>protobuf-net\PrefixStyle.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties.meta">
- <Link>protobuf-net\Properties.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Properties\AssemblyInfo.cs.meta">
- <Link>protobuf-net\Properties\AssemblyInfo.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\protobuf-net.csproj">
- <Link>protobuf-net\protobuf-net.csproj</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\protobuf-net.csproj.meta">
- <Link>protobuf-net\protobuf-net.csproj.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoContractAttribute.cs.meta">
- <Link>protobuf-net\ProtoContractAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoConverterAttribute.cs.meta">
- <Link>protobuf-net\ProtoConverterAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoEnumAttribute.cs.meta">
- <Link>protobuf-net\ProtoEnumAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoException.cs.meta">
- <Link>protobuf-net\ProtoException.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIgnoreAttribute.cs.meta">
- <Link>protobuf-net\ProtoIgnoreAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoIncludeAttribute.cs.meta">
- <Link>protobuf-net\ProtoIncludeAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMapAttribute.cs.meta">
- <Link>protobuf-net\ProtoMapAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoMemberAttribute.cs.meta">
- <Link>protobuf-net\ProtoMemberAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoReader.cs.meta">
- <Link>protobuf-net\ProtoReader.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ProtoWriter.cs.meta">
- <Link>protobuf-net\ProtoWriter.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SerializationContext.cs.meta">
- <Link>protobuf-net\SerializationContext.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializer.cs.meta">
- <Link>protobuf-net\Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers.meta">
- <Link>protobuf-net\Serializers.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ArrayDecorator.cs.meta">
- <Link>protobuf-net\Serializers\ArrayDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BlobSerializer.cs.meta">
- <Link>protobuf-net\Serializers\BlobSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\BooleanSerializer.cs.meta">
- <Link>protobuf-net\Serializers\BooleanSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ByteSerializer.cs.meta">
- <Link>protobuf-net\Serializers\ByteSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CharSerializer.cs.meta">
- <Link>protobuf-net\Serializers\CharSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\CompiledSerializer.cs.meta">
- <Link>protobuf-net\Serializers\CompiledSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DateTimeSerializer.cs.meta">
- <Link>protobuf-net\Serializers\DateTimeSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DecimalSerializer.cs.meta">
- <Link>protobuf-net\Serializers\DecimalSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DefaultValueDecorator.cs.meta">
- <Link>protobuf-net\Serializers\DefaultValueDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\DoubleSerializer.cs.meta">
- <Link>protobuf-net\Serializers\DoubleSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\EnumSerializer.cs.meta">
- <Link>protobuf-net\Serializers\EnumSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\FieldDecorator.cs.meta">
- <Link>protobuf-net\Serializers\FieldDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\GuidSerializer.cs.meta">
- <Link>protobuf-net\Serializers\GuidSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ImmutableCollectionDecorator.cs.meta">
- <Link>protobuf-net\Serializers\ImmutableCollectionDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int16Serializer.cs.meta">
- <Link>protobuf-net\Serializers\Int16Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int32Serializer.cs.meta">
- <Link>protobuf-net\Serializers\Int32Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\Int64Serializer.cs.meta">
- <Link>protobuf-net\Serializers\Int64Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoSerializer.cs.meta">
- <Link>protobuf-net\Serializers\IProtoSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\IProtoTypeSerializer.cs.meta">
- <Link>protobuf-net\Serializers\IProtoTypeSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ISerializerProxy.cs.meta">
- <Link>protobuf-net\Serializers\ISerializerProxy.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ListDecorator.cs.meta">
- <Link>protobuf-net\Serializers\ListDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MapDecorator.cs.meta">
- <Link>protobuf-net\Serializers\MapDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\MemberSpecifiedDecorator.cs.meta">
- <Link>protobuf-net\Serializers\MemberSpecifiedDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NetObjectSerializer.cs.meta">
- <Link>protobuf-net\Serializers\NetObjectSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\NullDecorator.cs.meta">
- <Link>protobuf-net\Serializers\NullDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ParseableSerializer.cs.meta">
- <Link>protobuf-net\Serializers\ParseableSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\PropertyDecorator.cs.meta">
- <Link>protobuf-net\Serializers\PropertyDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ProtoDecoratorBase.cs.meta">
- <Link>protobuf-net\Serializers\ProtoDecoratorBase.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\ReflectedUriDecorator.cs.meta">
- <Link>protobuf-net\Serializers\ReflectedUriDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SByteSerializer.cs.meta">
- <Link>protobuf-net\Serializers\SByteSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SingleSerializer.cs.meta">
- <Link>protobuf-net\Serializers\SingleSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\StringSerializer.cs.meta">
- <Link>protobuf-net\Serializers\StringSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SubItemSerializer.cs.meta">
- <Link>protobuf-net\Serializers\SubItemSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SurrogateSerializer.cs.meta">
- <Link>protobuf-net\Serializers\SurrogateSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\SystemTypeSerializer.cs.meta">
- <Link>protobuf-net\Serializers\SystemTypeSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TagDecorator.cs.meta">
- <Link>protobuf-net\Serializers\TagDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TimeSpanSerializer.cs.meta">
- <Link>protobuf-net\Serializers\TimeSpanSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TupleSerializer.cs.meta">
- <Link>protobuf-net\Serializers\TupleSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\TypeSerializer.cs.meta">
- <Link>protobuf-net\Serializers\TypeSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt16Serializer.cs.meta">
- <Link>protobuf-net\Serializers\UInt16Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt32Serializer.cs.meta">
- <Link>protobuf-net\Serializers\UInt32Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UInt64Serializer.cs.meta">
- <Link>protobuf-net\Serializers\UInt64Serializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\Serializers\UriDecorator.cs.meta">
- <Link>protobuf-net\Serializers\UriDecorator.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel.meta">
- <Link>protobuf-net\ServiceModel.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs.meta">
- <Link>protobuf-net\ServiceModel\ProtoBehaviorAttribute.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs.meta">
- <Link>protobuf-net\ServiceModel\ProtoBehaviorExtensionElement.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoEndpointBehavior.cs.meta">
- <Link>protobuf-net\ServiceModel\ProtoEndpointBehavior.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\ProtoOperationBehavior.cs.meta">
- <Link>protobuf-net\ServiceModel\ProtoOperationBehavior.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\ServiceModel\XmlProtoSerializer.cs.meta">
- <Link>protobuf-net\ServiceModel\XmlProtoSerializer.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\SubItemToken.cs.meta">
- <Link>protobuf-net\SubItemToken.cs.meta</Link>
- </Content>
- <Content Include="..\..\Unity\Assets\ThirdParty\protobuf-net\WireType.cs.meta">
- <Link>protobuf-net\WireType.cs.meta</Link>
- </Content>
- </ItemGroup>
- <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>
|