diff options
author | vjpai <vpai@google.com> | 2015-10-19 12:21:45 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-10-19 12:21:45 -0700 |
commit | 0cc1341199c73d775078e51ef77d00af8d935983 (patch) | |
tree | 8c7ba682695eb75ab3b484d1d15960b157f7656c /vsprojects | |
parent | 627f98454cf120d1b91205b381dcbc1c9c2cccfb (diff) |
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vcxproj/qps/qps.vcxproj | 8 | ||||
-rw-r--r-- | vsprojects/vcxproj/qps/qps.vcxproj.filters | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 89c7fb4a95..b361b1b601 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -147,13 +147,13 @@ <ClInclude Include="..\..\..\test\cpp\util\benchmark_config.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\test\cpp\qps\qpstest.pb.cc"> + <ClCompile Include="..\..\..\test\proto\qpstest.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\cpp\qps\qpstest.pb.h"> + <ClInclude Include="..\..\..\test\proto\qpstest.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\cpp\qps\qpstest.grpc.pb.cc"> + <ClCompile Include="..\..\..\test\proto\qpstest.grpc.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\cpp\qps\qpstest.grpc.pb.h"> + <ClInclude Include="..\..\..\test\proto\qpstest.grpc.pb.h"> </ClInclude> <ClCompile Include="..\..\..\test\cpp\qps\perf_db.pb.cc"> </ClCompile> diff --git a/vsprojects/vcxproj/qps/qps.vcxproj.filters b/vsprojects/vcxproj/qps/qps.vcxproj.filters index 386ffa65f9..cffb5ff118 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj.filters +++ b/vsprojects/vcxproj/qps/qps.vcxproj.filters @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> - <ClCompile Include="..\..\..\test\cpp\qps\qpstest.proto"> - <Filter>test\cpp\qps</Filter> + <ClCompile Include="..\..\..\test\proto\qpstest.proto"> + <Filter>test\proto</Filter> </ClCompile> <ClCompile Include="..\..\..\test\cpp\qps\perf_db.proto"> <Filter>test\cpp\qps</Filter> @@ -87,6 +87,9 @@ <Filter Include="test\cpp\util"> <UniqueIdentifier>{9042d134-6d5a-a907-799e-01768a475055}</UniqueIdentifier> </Filter> + <Filter Include="test\proto"> + <UniqueIdentifier>{44e63a33-67f4-0575-e87a-711a7c9111e2}</UniqueIdentifier> + </Filter> </ItemGroup> </Project> |