Added a precompiled protobuf serializer assembly

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-09 01:30:07 -04:00
parent 50f88997ba
commit e6d689bdd3
10 changed files with 73 additions and 15 deletions

View File

@@ -76,6 +76,9 @@
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)..\protobuf-net\Precompile\precompile.exe" "$(TargetPath)" -o:"$(ProjectDir)bin\ProtobufModelSerializer.dll" -t:ProtobufModelSerializer</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">