moar VS fun

pull/5354/head^2
David Garcia Quintas 9 years ago
parent 9f3955c953
commit 3711e83870
  1. 2
      templates/vsprojects/vcxproj_defs.include
  2. 4
      vsprojects/vcxproj/grpc++_codegen_lib/grpc++_codegen_lib.vcxproj
  3. 4
      vsprojects/vcxproj/grpc_codegen_lib/grpc_codegen_lib.vcxproj

@ -213,7 +213,7 @@ ${gen_package_props(packages, repo_root)}\
% endif
% endfor
</ItemGroup>
% elif configuration_type != 'StaticLibrary':
% else:
<ItemGroup>
<ClCompile Include="${repo_root}\${to_windows_path('vsprojects/dummy.c')}">
</ClCompile>

@ -192,6 +192,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>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_codegen_lib\grpc_codegen_lib.vcxproj">
<Project>{A828FD72-44CE-4EA5-8966-6E4624458D58}</Project>

@ -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>

Loading…
Cancel
Save