Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2017-06-27 09:56:34 +0300
committerneuecc <ils@neue.cc>2017-06-27 09:56:34 +0300
commit9dd83054c521ad7a2e561edb376b5f97a397a3f2 (patch)
treee756ce559ef7684efbae5d00354c938841cf4a02 /src/MessagePack.UnityClient/MessagePack.UnityClient.csproj
parent411318f91c08b7392e6b271214635a835bb162c7 (diff)
typeless - fix compiler error on Unity
Diffstat (limited to 'src/MessagePack.UnityClient/MessagePack.UnityClient.csproj')
-rw-r--r--src/MessagePack.UnityClient/MessagePack.UnityClient.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MessagePack.UnityClient/MessagePack.UnityClient.csproj b/src/MessagePack.UnityClient/MessagePack.UnityClient.csproj
index ddb63326..8560b3d4 100644
--- a/src/MessagePack.UnityClient/MessagePack.UnityClient.csproj
+++ b/src/MessagePack.UnityClient/MessagePack.UnityClient.csproj
@@ -115,6 +115,7 @@
<DesignTime>True</DesignTime>
<DependentUpon>TupleFormatter.tt</DependentUpon>
</Compile>
+ <Compile Include="Assets\Scripts\MessagePack\Formatters\TypelessFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\ValueTupleFormatter.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -155,6 +156,8 @@
<Compile Include="Assets\Scripts\MessagePack\Resolvers\OldSpecResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\PrimitiveObjectResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\StandardResolver.cs" />
+ <Compile Include="Assets\Scripts\MessagePack\Resolvers\TypelessContractlessStandardResolver.cs" />
+ <Compile Include="Assets\Scripts\MessagePack\Resolvers\TypelessObjectResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Shims\Reflection.cs" />
<Compile Include="Assets\Scripts\MessagePack\StringEncoding.cs" />
<Compile Include="Assets\Scripts\MessagePack\Unity\Formatters.cs" />