diff options
author | Vijay Pai <vpai@google.com> | 2017-03-17 20:00:55 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-03-17 20:00:55 -0700 |
commit | c0e6701c57de49e3134ca2a940399f39380ba1d0 (patch) | |
tree | 58ea7e48cb3d89fd362b0dd797161904e604f75e /vsprojects/vcxproj/test/codegen_test_minimal | |
parent | 58450914326278bd7b6fe3cb61cc47b33d89c2c8 (diff) |
Added dependencies in build.yaml to allow building
Diffstat (limited to 'vsprojects/vcxproj/test/codegen_test_minimal')
-rw-r--r-- | vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj b/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj index fd014fdc09..d176a36f20 100644 --- a/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj +++ b/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj @@ -257,6 +257,14 @@ </ClCompile> </ItemGroup> <ItemGroup> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj"> + <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project> + </ProjectReference> + <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj"> + <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> + </ProjectReference> + </ItemGroup> + <ItemGroup> <None Include="packages.config" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |