summaryrefslogtreecommitdiff
path: root/compiler/cpp/compiler.vcxproj
diff options
context:
space:
mode:
authorVolodymyr Gotra <vgotra@gmail.com>2016-09-14 19:18:48 -0500
committerJens Geyer <jensg@apache.org>2017-01-04 19:40:30 +0100
commitb587a12a116cc394b62d9af2bbcecd50cfb18ce3 (patch)
tree33ab9b38c10c1d14eb5ffcc3167192de00e767e4 /compiler/cpp/compiler.vcxproj
parent3c55440230f3645816913d9c53b42dcc16b70f95 (diff)
downloadthrift-b587a12a116cc394b62d9af2bbcecd50cfb18ce3.tar.gz
THRIFT-3933 Microsoft .Net Core library port and generator for this library
Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
Diffstat (limited to 'compiler/cpp/compiler.vcxproj')
-rw-r--r--compiler/cpp/compiler.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index 878e2199a..1e8636061 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -57,6 +57,7 @@
<ClCompile Include="src\thrift\generate\t_cocoa_generator.cc" />
<ClCompile Include="src\thrift\generate\t_cpp_generator.cc" />
<ClCompile Include="src\thrift\generate\t_csharp_generator.cc" />
+ <ClCompile Include="src\thrift\generate\t_netcore_generator.cc" />
<ClCompile Include="src\thrift\generate\t_c_glib_generator.cc" />
<ClCompile Include="src\thrift\generate\t_d_generator.cc" />
<ClCompile Include="src\thrift\generate\t_dart_generator.cc" />