summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod.vcxproj
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-08-06 11:14:51 -0400
committerTad Marshall <tad@10gen.com>2013-08-06 11:14:51 -0400
commitcee23aa7958874aca663d7de4c83804b9c80468d (patch)
treee992d43e9a883638e7d59b1db4d4ecf068a6df28 /src/mongo/db/mongod.vcxproj
parente0d9e65fd3c2dfaec1c82504c310288aacac9ce4 (diff)
downloadmongo-cee23aa7958874aca663d7de4c83804b9c80468d.tar.gz
SERVER-8598 Visual Studio -- add db/commands/cleanup_orphaned_cmd.cpp
Diffstat (limited to 'src/mongo/db/mongod.vcxproj')
-rw-r--r--src/mongo/db/mongod.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/mongod.vcxproj b/src/mongo/db/mongod.vcxproj
index fef80fa86d6..8460508c009 100644
--- a/src/mongo/db/mongod.vcxproj
+++ b/src/mongo/db/mongod.vcxproj
@@ -2409,6 +2409,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Win2008PlusRelease|x64'">$(IntDir)db_background.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="clientlistplugin.cpp" />
+ <ClCompile Include="commands\cleanup_orphaned_cmd.cpp" />
<ClCompile Include="commands\shutdown.cpp" />
<ClCompile Include="commands\user_management_commands.cpp" />
<ClCompile Include="commands\write_commands\batch.cpp" />