aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_test_util
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-23 02:23:49 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-23 03:30:15 +0200
commit010f1e7b62cbe6045f1211d59c5c492dc0c21507 (patch)
tree054b99bf50017d2cff66f2ac79e08bd95ac87163 /vsprojects/grpc_test_util
parentc43b34517f5410314a8f18ed48df60ea9ce9b17c (diff)
More work in not having to compile OpenSSL.
Diffstat (limited to 'vsprojects/grpc_test_util')
-rw-r--r--vsprojects/grpc_test_util/grpc_test_util.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
index afcfbd6e66..18ed2f25aa 100644
--- a/vsprojects/grpc_test_util/grpc_test_util.vcxproj
+++ b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
@@ -83,14 +83,14 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
- </ClCompile>
<ClCompile Include="..\..\test\core\end2end\data\server1_cert.c">
</ClCompile>
<ClCompile Include="..\..\test\core\end2end\data\server1_key.c">
</ClCompile>
<ClCompile Include="..\..\test\core\end2end\data\test_root_cert.c">
</ClCompile>
+ <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
+ </ClCompile>
<ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
</ClCompile>
<ClCompile Include="..\..\test\core\statistics\census_log_tests.c">