aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-07 14:41:01 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-07 14:41:01 -0700
commitc6bf5f79b27be43e9fd3ab82273b62303d593708 (patch)
treeacb598fcdfaf7adc025208e4fd2185f5662c4d36 /vsprojects
parent7ae31a88980cba5e7e0173cad91e62dbfe1b0374 (diff)
Use deps instead of uses in build.yaml
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/grpc.sln3
-rw-r--r--vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj5
2 files changed, 8 insertions, 0 deletions
diff --git a/vsprojects/grpc.sln b/vsprojects/grpc.sln
index dcb5e212fa..df6ffd8516 100644
--- a/vsprojects/grpc.sln
+++ b/vsprojects/grpc.sln
@@ -97,6 +97,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grpc++_reflection", "vcxpro
ProjectSection(myProperties) = preProject
lib = "True"
EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {C187A093-A0FE-489D-A40A-6E33DE0F9FEB} = {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grpc++_unsecure", "vcxproj\.\grpc++_unsecure\grpc++_unsecure.vcxproj", "{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}"
ProjectSection(myProperties) = preProject
diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
index 75c9e8e591..cbb7c7c76f 100644
--- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
+++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj
@@ -164,6 +164,11 @@
<ClCompile Include="$(SolutionDir)\..\src\cpp\ext\reflection.pb.cc">
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
+ <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>