summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/mongod.vcxproj1
-rw-r--r--src/mongo/db/mongod.vcxproj.filters3
-rw-r--r--src/mongo/dbtests/test.vcxproj1
-rwxr-xr-xsrc/mongo/dbtests/test.vcxproj.filters3
4 files changed, 8 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" />
diff --git a/src/mongo/db/mongod.vcxproj.filters b/src/mongo/db/mongod.vcxproj.filters
index 6e007352898..186fd680062 100644
--- a/src/mongo/db/mongod.vcxproj.filters
+++ b/src/mongo/db/mongod.vcxproj.filters
@@ -2471,6 +2471,9 @@
<ClCompile Include="query\stage_builder.cpp">
<Filter>db\query</Filter>
</ClCompile>
+ <ClCompile Include="commands\cleanup_orphaned_cmd.cpp">
+ <Filter>db\commands</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\third_party\snappy\config.h">
diff --git a/src/mongo/dbtests/test.vcxproj b/src/mongo/dbtests/test.vcxproj
index 09e2d37298d..c8eb589dbb6 100644
--- a/src/mongo/dbtests/test.vcxproj
+++ b/src/mongo/dbtests/test.vcxproj
@@ -2522,6 +2522,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
<ClCompile Include="..\db\client_basic.cpp" />
<ClCompile Include="..\db\commands\apply_ops.cpp" />
<ClCompile Include="..\db\commands\authentication_commands.cpp" />
+ <ClCompile Include="..\db\commands\cleanup_orphaned_cmd.cpp" />
<ClCompile Include="..\db\commands\connection_status.cpp" />
<ClCompile Include="..\db\commands\distinct.cpp" />
<ClCompile Include="..\db\commands\fail_point_cmd.cpp" />
diff --git a/src/mongo/dbtests/test.vcxproj.filters b/src/mongo/dbtests/test.vcxproj.filters
index 2fc9a9a8e20..e9bd3a53fef 100755
--- a/src/mongo/dbtests/test.vcxproj.filters
+++ b/src/mongo/dbtests/test.vcxproj.filters
@@ -5437,6 +5437,9 @@
<ClCompile Include="..\db\query\stage_builder.cpp">
<Filter>db\query</Filter>
</ClCompile>
+ <ClCompile Include="..\db\commands\cleanup_orphaned_cmd.cpp">
+ <Filter>db\commands</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="btreetests.inl">