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
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 \
src/TProcessor.cs \
src/TApplicationException.cs
-
CSC=gmcs
if NET_2_0
$(THRIFTCODE) \
ThriftMSBuildTask \
src/Thrift.csproj \
- src/Thrift.sln
+ src/Thrift.sln \
+ src/Thrift.WP7.csproj \
+ src/Properties/AssemblyInfo.WP7.cs