aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/qps/qps.vcxproj
diff options
context:
space:
mode:
authorGravatar David Klempner <klempner@google.com>2016-05-19 13:50:16 -0700
committerGravatar David Klempner <klempner@google.com>2016-06-08 17:11:26 -0700
commite27d189f2165e904dbb3d61616edf3c643df71f0 (patch)
treed400400b9b1ecae740a3e352f2676fffca9744f7 /vsprojects/vcxproj/qps/qps.vcxproj
parentd861b13aff7481b4901ab012cfd51c5887b11a2e (diff)
Factor out json seriailzation code and move it into parse_json.
This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external.
Diffstat (limited to 'vsprojects/vcxproj/qps/qps.vcxproj')
-rw-r--r--vsprojects/vcxproj/qps/qps.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj
index 32413625ed..004cf7c9f0 100644
--- a/vsprojects/vcxproj/qps/qps.vcxproj
+++ b/vsprojects/vcxproj/qps/qps.vcxproj
@@ -152,6 +152,7 @@
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\histogram.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\interarrival.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\limit_cores.h" />
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\qps\parse_json.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\qps_worker.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\report.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\qps\server.h" />
@@ -208,6 +209,8 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\limit_cores.cc">
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\qps\parse_json.cc">
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\qps_worker.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\qps\report.cc">