From: Jake Farrell Date: Thu, 11 Oct 2012 00:20:00 +0000 (+0000) Subject: Thrift-1722:C# WP7 Assembly addition beaks mono build X-Git-Tag: 0.9.1~274 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=510ecae94668b689dcea2061c49a66a34fb66e1e;p=common%2Fthrift.git Thrift-1722:C# WP7 Assembly addition beaks mono build Client: csharp Patch: Jake Farrell Fix DIST build for release which broke with the addition of WP7 Assembly info. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1396874 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 10c148d9..8e1fc7bd 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -36,6 +36,7 @@ THRIFTCODE= \ src/Protocol/TMessage.cs \ src/Protocol/TStruct.cs \ src/Protocol/TBinaryProtocol.cs \ + src/Protocol/TCompactProtocol.cs \ src/Server/TThreadedServer.cs \ src/Server/TThreadPoolServer.cs \ src/Server/TSimpleServer.cs \ @@ -54,7 +55,6 @@ THRIFTCODE= \ src/TProcessor.cs \ src/TApplicationException.cs - CSC=gmcs if NET_2_0 @@ -73,4 +73,6 @@ EXTRA_DIST = \ $(THRIFTCODE) \ ThriftMSBuildTask \ src/Thrift.csproj \ - src/Thrift.sln + src/Thrift.sln \ + src/Thrift.WP7.csproj \ + src/Properties/AssemblyInfo.WP7.cs