csharp: add ObjectPacker

This commit is contained in:
Kazuki Oikawa 2011-04-10 12:52:14 +09:00
parent 68a98d3dd0
commit 60643f023f
8 changed files with 404 additions and 6 deletions

View file

@ -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" />