mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
vstudio compile
This commit is contained in:
parent
47b6945cf0
commit
5369650ebb
@ -220,6 +220,7 @@
|
||||
<ClCompile Include="grid.cpp" />
|
||||
<ClCompile Include="request.cpp" />
|
||||
<ClCompile Include="shardconnection.cpp" />
|
||||
<ClCompile Include="shard_version.cpp" />
|
||||
<ClCompile Include="s_only.cpp" />
|
||||
<ClCompile Include="server.cpp" />
|
||||
<ClCompile Include="shard.cpp" />
|
||||
@ -520,6 +521,7 @@
|
||||
<ClCompile Include="..\util\sock.cpp" />
|
||||
<ClCompile Include="..\client\syncclusterconnection.cpp" />
|
||||
<ClCompile Include="..\util\util.cpp" />
|
||||
<ClCompile Include="writeback_listener.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\util\processinfo.h" />
|
||||
|
@ -299,6 +299,12 @@
|
||||
<ClCompile Include="..\db\mongommf.cpp">
|
||||
<Filter>Shared Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="writeback_listener.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="shard_version.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="gridconfig.h">
|
||||
|
@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../pch.h"
|
||||
#include "pch.h"
|
||||
|
||||
#include "chunk.h"
|
||||
#include "config.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../pch.h"
|
||||
#include "pch.h"
|
||||
|
||||
#include "../util/timer.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user