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 2015/10/08 22:53:03 UTC

thrift git commit: THRIFT-3372 Add dart generator to Visual Studio project Client: Dart Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master 855cf7f08 -> f124b55e6


THRIFT-3372 Add dart generator to Visual Studio project
Client: Dart
Patch: Jens Geyer


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

Branch: refs/heads/master
Commit: f124b55e6d974b97a68b045d4dffc152e00040af
Parents: 855cf7f
Author: Jens Geyer <je...@apache.org>
Authored: Thu Oct 8 22:42:50 2015 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Thu Oct 8 22:42:50 2015 +0200

----------------------------------------------------------------------
 compiler/cpp/compiler.vcxproj         | 1 +
 compiler/cpp/compiler.vcxproj.filters | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f124b55e/compiler/cpp/compiler.vcxproj
----------------------------------------------------------------------
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index c08edf2..bc1215f 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -58,6 +58,7 @@
     <ClCompile Include="src\generate\t_csharp_generator.cc" />
     <ClCompile Include="src\generate\t_c_glib_generator.cc" />
     <ClCompile Include="src\generate\t_d_generator.cc" />
+    <ClCompile Include="src\generate\t_dart_generator.cc" />
     <ClCompile Include="src\generate\t_delphi_generator.cc" />
     <ClCompile Include="src\generate\t_erl_generator.cc" />
     <ClCompile Include="src\generate\t_generator.cc" />

http://git-wip-us.apache.org/repos/asf/thrift/blob/f124b55e/compiler/cpp/compiler.vcxproj.filters
----------------------------------------------------------------------
diff --git a/compiler/cpp/compiler.vcxproj.filters b/compiler/cpp/compiler.vcxproj.filters
index 7ff69b7..5126019 100644
--- a/compiler/cpp/compiler.vcxproj.filters
+++ b/compiler/cpp/compiler.vcxproj.filters
@@ -111,6 +111,9 @@
     <ClCompile Include="src\generate\t_d_generator.cc">
       <Filter>generate</Filter>
     </ClCompile>
+    <ClCompile Include="src\generate\t_dart_generator.cc">
+      <Filter>generate</Filter>
+    </ClCompile>
     <ClCompile Include="src\generate\t_delphi_generator.cc">
       <Filter>generate</Filter>
     </ClCompile>