mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
csharp: add ObjectPacker
This commit is contained in:
parent
68a98d3dd0
commit
60643f023f
8 changed files with 404 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
|
@ -40,6 +40,9 @@
|
|||
<Compile Include="BoxingPacker.cs" />
|
||||
<Compile Include="MsgPackReader.cs" />
|
||||
<Compile Include="MsgPackWriter.cs" />
|
||||
<Compile Include="ObjectPacker.cs" />
|
||||
<Compile Include="ReflectionCache.cs" />
|
||||
<Compile Include="ReflectionCacheEntry.cs" />
|
||||
<Compile Include="TypePrefixes.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue