summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-03-04 16:43:23 -0500
committerTad Marshall <tad@10gen.com>2013-03-04 16:43:24 -0500
commitcc1fd583aa2280f993efa1741b0a0197dd580269 (patch)
tree60a7c76415d3975f1d4f7a13b091ceaa75b71907
parent3f2de68c7ee94db972ee4a631208c3c8b0ee6f8f (diff)
downloadmongo-cc1fd583aa2280f993efa1741b0a0197dd580269.tar.gz
Visual Studio -- add db\hashindex.cpp to test projects
-rw-r--r--src/mongo/dbtests/test.vcxproj1
-rwxr-xr-xsrc/mongo/dbtests/test.vcxproj.filters3
-rw-r--r--src/mongo/dbtests/test_sm.vcxproj1
-rw-r--r--src/mongo/dbtests/test_sm.vcxproj.filters3
4 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/dbtests/test.vcxproj b/src/mongo/dbtests/test.vcxproj
index 25912cf2ee6..4cb579fe784 100644
--- a/src/mongo/dbtests/test.vcxproj
+++ b/src/mongo/dbtests/test.vcxproj
@@ -2514,6 +2514,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
</ClCompile>
<ClCompile Include="..\db\geo\shapes.cpp" />
<ClCompile Include="..\db\hasher.cpp" />
+ <ClCompile Include="..\db\hashindex.cpp" />
<ClCompile Include="..\db\index_rebuilder.cpp" />
<ClCompile Include="..\db\index_set.cpp" />
<ClCompile Include="..\db\index_update.cpp" />
diff --git a/src/mongo/dbtests/test.vcxproj.filters b/src/mongo/dbtests/test.vcxproj.filters
index 865896f1f41..49ff9f467b2 100755
--- a/src/mongo/dbtests/test.vcxproj.filters
+++ b/src/mongo/dbtests/test.vcxproj.filters
@@ -4198,6 +4198,9 @@
<ClCompile Include="..\db\index_set.cpp">
<Filter>db\Source Files\e to n</Filter>
</ClCompile>
+ <ClCompile Include="..\db\hashindex.cpp">
+ <Filter>db\Source Files\e to n</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="btreetests.inl">
diff --git a/src/mongo/dbtests/test_sm.vcxproj b/src/mongo/dbtests/test_sm.vcxproj
index fe708e95789..a65ddfb3db1 100644
--- a/src/mongo/dbtests/test_sm.vcxproj
+++ b/src/mongo/dbtests/test_sm.vcxproj
@@ -2805,6 +2805,7 @@ cscript //Nologo "$(ProjectDir)..\shell\createCPPfromJavaScriptFiles.js" "$(Proj
</ClCompile>
<ClCompile Include="..\db\geo\shapes.cpp" />
<ClCompile Include="..\db\hasher.cpp" />
+ <ClCompile Include="..\db\hashindex.cpp" />
<ClCompile Include="..\db\index_rebuilder.cpp" />
<ClCompile Include="..\db\index_set.cpp" />
<ClCompile Include="..\db\index_update.cpp" />
diff --git a/src/mongo/dbtests/test_sm.vcxproj.filters b/src/mongo/dbtests/test_sm.vcxproj.filters
index 688021f7ae2..9855716ca4e 100644
--- a/src/mongo/dbtests/test_sm.vcxproj.filters
+++ b/src/mongo/dbtests/test_sm.vcxproj.filters
@@ -3370,6 +3370,9 @@
<ClCompile Include="..\db\index_set.cpp">
<Filter>db\Source Files\e to n</Filter>
</ClCompile>
+ <ClCompile Include="..\db\hashindex.cpp">
+ <Filter>db\Source Files\e to n</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="btreetests.inl">