diff options
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj.filters | 3 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr_shared.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr_shared.vcxproj.filters | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/vsprojects/vs2013/gpr.vcxproj b/vsprojects/vs2013/gpr.vcxproj index f6516b8953..3d970079a4 100644 --- a/vsprojects/vs2013/gpr.vcxproj +++ b/vsprojects/vs2013/gpr.vcxproj @@ -101,7 +101,6 @@ <ClInclude Include="..\..\include\grpc\support\useful.h" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\support\cpu.h" /> <ClInclude Include="..\..\src\core\support\env.h" /> <ClInclude Include="..\..\src\core\support\file.h" /> <ClInclude Include="..\..\src\core\support\murmur_hash.h" /> diff --git a/vsprojects/vs2013/gpr.vcxproj.filters b/vsprojects/vs2013/gpr.vcxproj.filters index 1e908a5ba5..9b78c3a390 100644 --- a/vsprojects/vs2013/gpr.vcxproj.filters +++ b/vsprojects/vs2013/gpr.vcxproj.filters @@ -167,9 +167,6 @@ </ClInclude> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\support\cpu.h"> - <Filter>src\core\support</Filter> - </ClInclude> <ClInclude Include="..\..\src\core\support\env.h"> <Filter>src\core\support</Filter> </ClInclude> diff --git a/vsprojects/vs2013/gpr_shared.vcxproj b/vsprojects/vs2013/gpr_shared.vcxproj index b9131e381c..892490e324 100644 --- a/vsprojects/vs2013/gpr_shared.vcxproj +++ b/vsprojects/vs2013/gpr_shared.vcxproj @@ -101,7 +101,6 @@ <ClInclude Include="..\..\include\grpc\support\useful.h" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\support\cpu.h" /> <ClInclude Include="..\..\src\core\support\env.h" /> <ClInclude Include="..\..\src\core\support\file.h" /> <ClInclude Include="..\..\src\core\support\murmur_hash.h" /> diff --git a/vsprojects/vs2013/gpr_shared.vcxproj.filters b/vsprojects/vs2013/gpr_shared.vcxproj.filters index 1e908a5ba5..9b78c3a390 100644 --- a/vsprojects/vs2013/gpr_shared.vcxproj.filters +++ b/vsprojects/vs2013/gpr_shared.vcxproj.filters @@ -167,9 +167,6 @@ </ClInclude> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\support\cpu.h"> - <Filter>src\core\support</Filter> - </ClInclude> <ClInclude Include="..\..\src\core\support\env.h"> <Filter>src\core\support</Filter> </ClInclude> |