forked from apache/thrift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler,…
… allowing web service usage of Thrift generated code Patch: Kieran Benton changes by roger: - use ServiceModel, DataContract only when wcf is enabled - indent space vs tab - remove issue on lib/cpp/README_WINDOWS - add testStringMap on test/csharp/ThriftTest/TestServer.cs - add build to test/csharp/ThriftTest/maketest.sh git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1232578 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
1 parent
36f7a72
commit f0e517d
Showing
5 changed files
with
197 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,3 +231,9 @@ | |
/test/rb/Makefile.in | ||
/thrift.exe | ||
/ylwrap | ||
/compiler/cpp/Debug | ||
*.suo | ||
*.cache | ||
*.user | ||
*.ipch | ||
*.sdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters