summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-10-31 10:00:59 -0400
committerdwight <dwight@10gen.com>2011-10-31 10:00:59 -0400
commit34ee7fc1184e559d72d10bcf83e9557240a430d6 (patch)
tree47b663da6491bec93e744f533828bb92a05d18e4 /shell
parent50b4d5173800b71962b094a09a1ad518a55417f4 (diff)
downloadmongo-34ee7fc1184e559d72d10bcf83e9557240a430d6.tar.gz
update vcxproj shell
Diffstat (limited to 'shell')
-rw-r--r--shell/msvc/mongo.vcxproj1
-rw-r--r--shell/msvc/mongo.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/shell/msvc/mongo.vcxproj b/shell/msvc/mongo.vcxproj
index c28280e020d..7e2dee7612d 100644
--- a/shell/msvc/mongo.vcxproj
+++ b/shell/msvc/mongo.vcxproj
@@ -243,6 +243,7 @@
<None Include="..\query.js" />
<None Include="..\servers.js" />
<None Include="..\utils.js" />
+ <None Include="..\utils_sh.js" />
</ItemGroup>
<ItemGroup>
<Library Include="..\..\..\js\js32d.lib">
diff --git a/shell/msvc/mongo.vcxproj.filters b/shell/msvc/mongo.vcxproj.filters
index b7dd13d73a7..c454fe87e2c 100644
--- a/shell/msvc/mongo.vcxproj.filters
+++ b/shell/msvc/mongo.vcxproj.filters
@@ -267,6 +267,9 @@
<None Include="..\utils.js">
<Filter>_js files</Filter>
</None>
+ <None Include="..\utils_sh.js">
+ <Filter>_js files</Filter>
+ </None>
</ItemGroup>
<ItemGroup>
<Library Include="..\..\..\js\js32d.lib" />