aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/grpc_test_util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-02 11:03:19 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-02 11:03:19 -0800
commit917c29e2763fa7bca60f33a38d66ddc1b4347550 (patch)
tree60b9846df4e6379c2464ef3f415eae2354283f3f /vsprojects/vcxproj/grpc_test_util
parent6a27514207100bc4b93277d21db3fd14e8bdaddf (diff)
Correctly tag dependencies: generated files
Diffstat (limited to 'vsprojects/vcxproj/grpc_test_util')
-rw-r--r--vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj6
-rw-r--r--vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters12
2 files changed, 9 insertions, 9 deletions
diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj
index b962af4eb9..30b9fa49cd 100644
--- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj
+++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj
@@ -135,10 +135,10 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\core\end2end\data\ssl_test_data.h" />
+ <ClInclude Include="..\..\..\test\core\security\oauth2_utils.h" />
<ClInclude Include="..\..\..\test\core\end2end\cq_verifier.h" />
<ClInclude Include="..\..\..\test\core\end2end\fixtures\proxy.h" />
<ClInclude Include="..\..\..\test\core\iomgr\endpoint_tests.h" />
- <ClInclude Include="..\..\..\test\core\security\oauth2_utils.h" />
<ClInclude Include="..\..\..\test\core\util\grpc_profiler.h" />
<ClInclude Include="..\..\..\test\core\util\parse_hexstring.h" />
<ClInclude Include="..\..\..\test\core\util\port.h" />
@@ -151,14 +151,14 @@
</ClCompile>
<ClCompile Include="..\..\..\test\core\end2end\data\test_root_cert.c">
</ClCompile>
+ <ClCompile Include="..\..\..\test\core\security\oauth2_utils.c">
+ </ClCompile>
<ClCompile Include="..\..\..\test\core\end2end\cq_verifier.c">
</ClCompile>
<ClCompile Include="..\..\..\test\core\end2end\fixtures\proxy.c">
</ClCompile>
<ClCompile Include="..\..\..\test\core\iomgr\endpoint_tests.c">
</ClCompile>
- <ClCompile Include="..\..\..\test\core\security\oauth2_utils.c">
- </ClCompile>
<ClCompile Include="..\..\..\test\core\util\grpc_profiler.c">
</ClCompile>
<ClCompile Include="..\..\..\test\core\util\parse_hexstring.c">
diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters
index 7d340773eb..26ceaa607c 100644
--- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters
+++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters
@@ -10,6 +10,9 @@
<ClCompile Include="..\..\..\test\core\end2end\data\test_root_cert.c">
<Filter>test\core\end2end\data</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\test\core\security\oauth2_utils.c">
+ <Filter>test\core\security</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\test\core\end2end\cq_verifier.c">
<Filter>test\core\end2end</Filter>
</ClCompile>
@@ -19,9 +22,6 @@
<ClCompile Include="..\..\..\test\core\iomgr\endpoint_tests.c">
<Filter>test\core\iomgr</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\test\core\security\oauth2_utils.c">
- <Filter>test\core\security</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\test\core\util\grpc_profiler.c">
<Filter>test\core\util</Filter>
</ClCompile>
@@ -42,6 +42,9 @@
<ClInclude Include="..\..\..\test\core\end2end\data\ssl_test_data.h">
<Filter>test\core\end2end\data</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\test\core\security\oauth2_utils.h">
+ <Filter>test\core\security</Filter>
+ </ClInclude>
<ClInclude Include="..\..\..\test\core\end2end\cq_verifier.h">
<Filter>test\core\end2end</Filter>
</ClInclude>
@@ -51,9 +54,6 @@
<ClInclude Include="..\..\..\test\core\iomgr\endpoint_tests.h">
<Filter>test\core\iomgr</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\test\core\security\oauth2_utils.h">
- <Filter>test\core\security</Filter>
- </ClInclude>
<ClInclude Include="..\..\..\test\core\util\grpc_profiler.h">
<Filter>test\core\util</Filter>
</ClInclude>