You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2013/05/02 19:53:38 UTC

git commit: THRIFT-1949: WP7 build broken

Updated Branches:
  refs/heads/master d708ebb68 -> 7f8b87035


THRIFT-1949: WP7 build broken


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/7f8b8703
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/7f8b8703
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/7f8b8703

Branch: refs/heads/master
Commit: 7f8b870357ae2a28ba1b6438f8dfb2b23681be12
Parents: d708ebb
Author: Jens Geyer <je...@apache.org>
Authored: Thu May 2 19:44:25 2013 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Thu May 2 19:52:30 2013 +0200

----------------------------------------------------------------------
 lib/csharp/src/Thrift.WP7.csproj |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/7f8b8703/lib/csharp/src/Thrift.WP7.csproj
----------------------------------------------------------------------
diff --git a/lib/csharp/src/Thrift.WP7.csproj b/lib/csharp/src/Thrift.WP7.csproj
index 3d5b027..eaaf300 100644
--- a/lib/csharp/src/Thrift.WP7.csproj
+++ b/lib/csharp/src/Thrift.WP7.csproj
@@ -73,6 +73,7 @@
     <Compile Include="Collections\TCollections.cs" />
     <Compile Include="Collections\THashSet.cs" />
     <Compile Include="Properties\AssemblyInfo.WP7.cs" />
+    <Compile Include="Protocol\TAbstractBase.cs" />
     <Compile Include="Protocol\TBase.cs" />
     <Compile Include="Protocol\TBase64Utils.cs" />
     <Compile Include="Protocol\TBinaryProtocol.cs" />
@@ -97,6 +98,7 @@
     <Compile Include="Transport\TTransport.cs" />
     <Compile Include="Transport\TTransportException.cs" />
     <Compile Include="Transport\TTransportFactory.cs" />
+    <Compile Include="Transport\TMemoryBuffer.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />