diff options
author | dwight <dwight@10gen.com> | 2011-06-18 15:39:42 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-06-18 15:39:42 -0400 |
commit | aa6307640e83eae9ed9a74ef2edb49ec0e33ddea (patch) | |
tree | 93cdb1372e90a3a50cf378a33c216454ead6d402 /s | |
parent | d7c10675a2291af0bfcca387d2d2e47c8e092aed (diff) | |
download | mongo-aa6307640e83eae9ed9a74ef2edb49ec0e33ddea.tar.gz |
vcxproj
Diffstat (limited to 's')
-rw-r--r-- | s/dbgrid.vcxproj | 1 | ||||
-rwxr-xr-x | s/dbgrid.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/s/dbgrid.vcxproj b/s/dbgrid.vcxproj index a614117c069..9c114634100 100644 --- a/s/dbgrid.vcxproj +++ b/s/dbgrid.vcxproj @@ -191,6 +191,7 @@ <ClCompile Include="..\client\dbclientcursor.cpp" />
<ClCompile Include="..\client\dbclient_rs.cpp" />
<ClCompile Include="..\client\distlock.cpp" />
+ <ClCompile Include="..\db\common.cpp" />
<ClCompile Include="..\db\dbcommands_generic.cpp" />
<ClCompile Include="..\db\dbwebserver.cpp" />
<ClCompile Include="..\db\querypattern.cpp">
diff --git a/s/dbgrid.vcxproj.filters b/s/dbgrid.vcxproj.filters index be8532ed1f9..b7216eb25be 100755 --- a/s/dbgrid.vcxproj.filters +++ b/s/dbgrid.vcxproj.filters @@ -332,6 +332,9 @@ <ClCompile Include="mr_shard.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\db\common.cpp">
+ <Filter>Shared Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="gridconfig.h">
|