You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/10/06 12:35:30 UTC

svn commit: r1394985 - in /thrift/trunk: compiler/cpp/ lib/cpp/ lib/csharp/ThriftMSBuildTask/ lib/csharp/src/ test/csharp/ThriftTest/ tutorial/csharp/CsharpClient/ tutorial/csharp/CsharpServer/ tutorial/csharp/tutorial.sln

Author: roger
Date: Sat Oct  6 10:35:29 2012
New Revision: 1394985

URL: http://svn.apache.org/viewvc?rev=1394985&view=rev
Log:
ignores

Modified:
    thrift/trunk/compiler/cpp/   (props changed)
    thrift/trunk/lib/cpp/   (props changed)
    thrift/trunk/lib/csharp/ThriftMSBuildTask/   (props changed)
    thrift/trunk/lib/csharp/src/   (props changed)
    thrift/trunk/test/csharp/ThriftTest/   (props changed)
    thrift/trunk/tutorial/csharp/CsharpClient/   (props changed)
    thrift/trunk/tutorial/csharp/CsharpServer/   (props changed)
    thrift/trunk/tutorial/csharp/tutorial.sln

Propchange: thrift/trunk/compiler/cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -7,4 +7,8 @@ thriftl.cc
 thrifty.cc
 thrifty.h
 *.o
+*.exe
 version.h
+compiler.vcxproj.user
+Debug
+Release

Propchange: thrift/trunk/lib/cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -10,6 +10,7 @@ thrift.pc
 *.o
 *.lo
 *.la
+*.suo
 libthrift.vcxproj.user
 libthriftnb.vcxproj.user
 Release

Propchange: thrift/trunk/lib/csharp/ThriftMSBuildTask/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -0,0 +1,2 @@
+bin
+obj

Propchange: thrift/trunk/lib/csharp/src/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -1,2 +1,3 @@
 bin
 obj
+*.suo

Propchange: thrift/trunk/test/csharp/ThriftTest/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -0,0 +1,4 @@
+gen-csharp
+bin
+obj
+*.dll

Propchange: thrift/trunk/tutorial/csharp/CsharpClient/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -0,0 +1,2 @@
+bin
+obj

Propchange: thrift/trunk/tutorial/csharp/CsharpServer/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct  6 10:35:29 2012
@@ -0,0 +1,2 @@
+bin
+obj

Modified: thrift/trunk/tutorial/csharp/tutorial.sln
URL: http://svn.apache.org/viewvc/thrift/trunk/tutorial/csharp/tutorial.sln?rev=1394985&r1=1394984&r2=1394985&view=diff
==============================================================================
--- thrift/trunk/tutorial/csharp/tutorial.sln (original)
+++ thrift/trunk/tutorial/csharp/tutorial.sln Sat Oct  6 10:35:29 2012
@@ -1,6 +1,6 @@
 
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual C# Express 2008
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thrift", "..\..\lib\csharp\src\Thrift.csproj", "{499EB63C-D74C-47E8-AE48-A2FC94538E9D}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsharpClient", "CsharpClient\CsharpClient.csproj", "{18F24087-4760-43DA-ACAB-7B9F0E096B11}"