summaryrefslogtreecommitdiff
path: root/s/dbgrid.vcxproj
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-07-04 09:36:58 -0400
committerdwight <dwight@10gen.com>2010-07-04 09:36:58 -0400
commit0325518495ff84eadd4ef0fef78071a292e48756 (patch)
treebacfa3d007d83aa90dbae72d12aeedd990ebec8d /s/dbgrid.vcxproj
parent654f20403673c84e6e30aed8777890f5aad2132d (diff)
downloadmongo-0325518495ff84eadd4ef0fef78071a292e48756.tar.gz
add stringutils.cpp to vcxproj files
Diffstat (limited to 's/dbgrid.vcxproj')
-rw-r--r--s/dbgrid.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/s/dbgrid.vcxproj b/s/dbgrid.vcxproj
index 31753960c1c..0469d9ad8f8 100644
--- a/s/dbgrid.vcxproj
+++ b/s/dbgrid.vcxproj
@@ -186,6 +186,7 @@
<ClCompile Include="..\client\dbclientcursor.cpp" />
<ClCompile Include="..\util\concurrency\thread_pool.cpp" />
<ClCompile Include="..\util\concurrency\vars.cpp" />
+ <ClCompile Include="..\util\stringutils.cpp" />
<ClCompile Include="..\util\text.cpp" />
<ClCompile Include="..\util\version.cpp" />
<ClCompile Include="balance.cpp" />