diff options
author | jiangtaoli2016 <jiangtao@google.com> | 2017-08-02 13:36:50 -0700 |
---|---|---|
committer | jiangtaoli2016 <jiangtao@google.com> | 2017-08-02 13:36:50 -0700 |
commit | 3aaa5ea028bed4e66aca701b4129fdc8ad3f86de (patch) | |
tree | 60c52ebdcac63809831dcc742ce2c2b00d0c3cd1 /vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj | |
parent | 79d9a8a7e05f132f12fa9b3202ce7f20591bc444 (diff) |
minor fix
Diffstat (limited to 'vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj b/vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj index 2c35a03a02..bfc9977441 100644 --- a/vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj +++ b/vsprojects/vcxproj/test/thread_manager_test/thread_manager_test.vcxproj @@ -164,11 +164,11 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj"> - <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++_unsecure\grpc++_unsecure.vcxproj"> + <Project>{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}</Project> </ProjectReference> - <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj"> - <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_unsecure\grpc_unsecure.vcxproj"> + <Project>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</Project> </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj"> <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> |