aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/qps
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-14 00:33:55 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-14 00:34:44 +0100
commit69dcff526101a5cbd7d6af57fdf856fb83c2f25a (patch)
tree51d1e88da87c42a902c5b8cfe6992e8ea9bbdbf6 /vsprojects/vcxproj/qps
parent2f0474075962e5cc43dd16882e2e7f272c6e6156 (diff)
Re-ordering interdependent proto files.
Diffstat (limited to 'vsprojects/vcxproj/qps')
-rw-r--r--vsprojects/vcxproj/qps/qps.vcxproj32
-rw-r--r--vsprojects/vcxproj/qps/qps.vcxproj.filters8
2 files changed, 20 insertions, 20 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj
index 549a303292..2c04f16ef0 100644
--- a/vsprojects/vcxproj/qps/qps.vcxproj
+++ b/vsprojects/vcxproj/qps/qps.vcxproj
@@ -158,14 +158,6 @@
</ClCompile>
<ClInclude Include="..\..\..\test\proto\messages.grpc.pb.h">
</ClInclude>
- <ClCompile Include="..\..\..\test\proto\benchmarks\control.pb.cc">
- </ClCompile>
- <ClInclude Include="..\..\..\test\proto\benchmarks\control.pb.h">
- </ClInclude>
- <ClCompile Include="..\..\..\test\proto\benchmarks\control.grpc.pb.cc">
- </ClCompile>
- <ClInclude Include="..\..\..\test\proto\benchmarks\control.grpc.pb.h">
- </ClInclude>
<ClCompile Include="..\..\..\test\proto\benchmarks\payloads.pb.cc">
</ClCompile>
<ClInclude Include="..\..\..\test\proto\benchmarks\payloads.pb.h">
@@ -174,14 +166,6 @@
</ClCompile>
<ClInclude Include="..\..\..\test\proto\benchmarks\payloads.grpc.pb.h">
</ClInclude>
- <ClCompile Include="..\..\..\test\proto\benchmarks\services.pb.cc">
- </ClCompile>
- <ClInclude Include="..\..\..\test\proto\benchmarks\services.pb.h">
- </ClInclude>
- <ClCompile Include="..\..\..\test\proto\benchmarks\services.grpc.pb.cc">
- </ClCompile>
- <ClInclude Include="..\..\..\test\proto\benchmarks\services.grpc.pb.h">
- </ClInclude>
<ClCompile Include="..\..\..\test\proto\benchmarks\stats.pb.cc">
</ClCompile>
<ClInclude Include="..\..\..\test\proto\benchmarks\stats.pb.h">
@@ -190,6 +174,22 @@
</ClCompile>
<ClInclude Include="..\..\..\test\proto\benchmarks\stats.grpc.pb.h">
</ClInclude>
+ <ClCompile Include="..\..\..\test\proto\benchmarks\control.pb.cc">
+ </ClCompile>
+ <ClInclude Include="..\..\..\test\proto\benchmarks\control.pb.h">
+ </ClInclude>
+ <ClCompile Include="..\..\..\test\proto\benchmarks\control.grpc.pb.cc">
+ </ClCompile>
+ <ClInclude Include="..\..\..\test\proto\benchmarks\control.grpc.pb.h">
+ </ClInclude>
+ <ClCompile Include="..\..\..\test\proto\benchmarks\services.pb.cc">
+ </ClCompile>
+ <ClInclude Include="..\..\..\test\proto\benchmarks\services.pb.h">
+ </ClInclude>
+ <ClCompile Include="..\..\..\test\proto\benchmarks\services.grpc.pb.cc">
+ </ClCompile>
+ <ClInclude Include="..\..\..\test\proto\benchmarks\services.grpc.pb.h">
+ </ClInclude>
<ClCompile Include="..\..\..\test\cpp\qps\perf_db.pb.cc">
</ClCompile>
<ClInclude Include="..\..\..\test\cpp\qps\perf_db.pb.h">
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj.filters b/vsprojects/vcxproj/qps/qps.vcxproj.filters
index afa7195316..c7e18a8978 100644
--- a/vsprojects/vcxproj/qps/qps.vcxproj.filters
+++ b/vsprojects/vcxproj/qps/qps.vcxproj.filters
@@ -4,16 +4,16 @@
<ClCompile Include="..\..\..\test\proto\messages.proto">
<Filter>test\proto</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\test\proto\benchmarks\control.proto">
+ <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.proto">
<Filter>test\proto\benchmarks</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.proto">
+ <ClCompile Include="..\..\..\test\proto\benchmarks\stats.proto">
<Filter>test\proto\benchmarks</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\test\proto\benchmarks\services.proto">
+ <ClCompile Include="..\..\..\test\proto\benchmarks\control.proto">
<Filter>test\proto\benchmarks</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\test\proto\benchmarks\stats.proto">
+ <ClCompile Include="..\..\..\test\proto\benchmarks\services.proto">
<Filter>test\proto\benchmarks</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\cpp\qps\perf_db.proto">