diff options
author | David Garcia Quintas <dgq@google.com> | 2016-02-19 16:58:16 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-02-19 16:58:16 -0800 |
commit | 3711e838709aeb74698b964ef1cd72afe84e0d2d (patch) | |
tree | 2cddbec148e5ca615a68bdfcbf7830530ac3c1f2 /vsprojects/vcxproj/grpc_codegen_lib | |
parent | 9f3955c9532dcf7f01cbee38f12c354110d46e73 (diff) |
moar VS fun
Diffstat (limited to 'vsprojects/vcxproj/grpc_codegen_lib')
-rw-r--r-- | vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj b/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj index e309b5e01d..be8a6f7266 100644 --- a/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj +++ b/vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj @@ -168,6 +168,10 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_win32.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\time.h" /> </ItemGroup> + <ItemGroup> + <ClCompile Include="$(SolutionDir)\..\vsprojects\dummy.c"> + </ClCompile> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |