0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

adjust vcxproj for new file locations

This commit is contained in:
Dwight 2010-10-01 09:09:50 -04:00
parent 4132498301
commit 356f4cc5a2
2 changed files with 15 additions and 4 deletions

View File

@ -466,6 +466,9 @@
<ClCompile Include="..\util\text.cpp" />
<ClCompile Include="..\util\version.cpp" />
<ClCompile Include="cap.cpp" />
<ClCompile Include="commands\distinct.cpp" />
<ClCompile Include="commands\group.cpp" />
<ClCompile Include="commands\mr.cpp" />
<ClCompile Include="dbcommands_generic.cpp" />
<ClCompile Include="geo\2d.cpp" />
<ClCompile Include="geo\haystack.cpp" />
@ -516,7 +519,6 @@
<ClCompile Include="..\util\mmap_win.cpp" />
<ClCompile Include="modules\mms.cpp" />
<ClCompile Include="module.cpp" />
<ClCompile Include="mr.cpp" />
<ClCompile Include="namespace.cpp" />
<ClCompile Include="nonce.cpp" />
<ClCompile Include="..\client\parallel.cpp" />

View File

@ -241,9 +241,6 @@
<ClCompile Include="module.cpp">
<Filter>db\core</Filter>
</ClCompile>
<ClCompile Include="mr.cpp">
<Filter>db\core</Filter>
</ClCompile>
<ClCompile Include="namespace.cpp">
<Filter>db\core</Filter>
</ClCompile>
@ -399,6 +396,15 @@
<ClCompile Include="..\scripting\bench.cpp">
<Filter>scripting</Filter>
</ClCompile>
<ClCompile Include="commands\distinct.cpp">
<Filter>db\commands</Filter>
</ClCompile>
<ClCompile Include="commands\group.cpp">
<Filter>db\commands</Filter>
</ClCompile>
<ClCompile Include="commands\mr.cpp">
<Filter>db\commands</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="repl\rs_config.h">
@ -835,6 +841,9 @@
<Filter Include="db\core\h">
<UniqueIdentifier>{de119f0e-3d04-429f-b88b-69e28b1e02fd}</UniqueIdentifier>
</Filter>
<Filter Include="db\commands">
<UniqueIdentifier>{80ffe9bf-371a-44bb-9e2e-30543e97a656}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="repl\notes.txt">