diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-03-17 00:25:39 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-03-17 00:32:09 +0100 |
commit | 4268318f7747a82a254ba61c57a9dab7c002bc67 (patch) | |
tree | 8a9679ed9ffd315aacba6eb3d0f72109a7a747fd /vsprojects/vcxproj/grpc++/grpc++.vcxproj | |
parent | 1faa036a490a6a541047d3440b8a5e084157bbb9 (diff) |
Moving core_codegen.cc to the proper filegroup.
Diffstat (limited to 'vsprojects/vcxproj/grpc++/grpc++.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc++/grpc++.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj b/vsprojects/vcxproj/grpc++/grpc++.vcxproj index e71464e2a8..d29e68902f 100644 --- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj +++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj @@ -350,8 +350,6 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\auth_property_iterator.cc"> </ClCompile> - <ClCompile Include="$(SolutionDir)\..\src\cpp\common\core_codegen.cc"> - </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\secure_auth_context.cc"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\secure_channel_arguments.cc"> @@ -378,6 +376,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\completion_queue.cc"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\src\cpp\common\core_codegen.cc"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\rpc_method.cc"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\server\async_generic_service.cc"> |