Skip to content

Commit

Permalink
SERVER-6591 Visual Studio -- adapt to renamed and added files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tad Marshall committed Mar 23, 2013
1 parent 15291f3 commit 8e252ca
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 18 deletions.
5 changes: 3 additions & 2 deletions src/mongo/db/mongod.vcxproj
Expand Up @@ -1014,7 +1014,8 @@ cscript //Nologo ..\shell\createCPPfromJavaScriptFiles.js "$(ProjectDir).."
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Win2008PlusRelease|x64'">4355;4800;4267;4244;4141</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="..\bson\oid.cpp" />
<ClCompile Include="..\client\authentication_table.cpp" />
<ClCompile Include="..\client\authentication_table_common.cpp" />
<ClCompile Include="..\client\authentication_table_server.cpp" />
<ClCompile Include="..\client\dbclientcursor.cpp" />
<ClCompile Include="..\client\dbclient_rs.cpp" />
<ClCompile Include="..\client\distlock.cpp" />
Expand Down Expand Up @@ -1539,4 +1540,4 @@ cscript //Nologo ..\shell\createCPPfromJavaScriptFiles.js "$(ProjectDir).."
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions src/mongo/db/mongod.vcxproj.filters
Expand Up @@ -875,9 +875,6 @@
<ClCompile Include="..\util\touch_pages.cpp">
<Filter>util\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table.cpp">
<Filter>client\Source Files</Filter>
</ClCompile>
<ClCompile Include="hashindex.cpp">
<Filter>db\Source Files\e to n</Filter>
</ClCompile>
Expand Down Expand Up @@ -914,6 +911,12 @@
<ClCompile Include="pipeline\pipeline_d.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_common.cpp">
<Filter>client\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_server.cpp">
<Filter>client\Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\targetver.h" />
Expand Down Expand Up @@ -1818,4 +1821,4 @@
<Filter>db\Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>
3 changes: 2 additions & 1 deletion src/mongo/dbtests/test.vcxproj
Expand Up @@ -1186,7 +1186,8 @@ cscript //Nologo ..\shell\createCPPfromJavaScriptFiles.js "$(ProjectDir).."
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Win2008PlusRelease|x64'">4355;4800;4267;4244;4141</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="..\bson\oid.cpp" />
<ClCompile Include="..\client\authentication_table.cpp" />
<ClCompile Include="..\client\authentication_table_common.cpp" />
<ClCompile Include="..\client\authentication_table_server.cpp" />
<ClCompile Include="..\client\connection_factory.cpp" />
<ClCompile Include="..\client\dbclientcursor.cpp" />
<ClCompile Include="..\client\dbclient_rs.cpp" />
Expand Down
9 changes: 6 additions & 3 deletions src/mongo/dbtests/test.vcxproj.filters
Expand Up @@ -1486,9 +1486,6 @@
<ClCompile Include="..\util\touch_pages.cpp">
<Filter>util\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table.cpp">
<Filter>client</Filter>
</ClCompile>
<ClCompile Include="histogram_test.cpp">
<Filter>dbtests</Filter>
</ClCompile>
Expand Down Expand Up @@ -1519,6 +1516,12 @@
<ClCompile Include="..\..\third_party\murmurhash3\MurmurHash3.cpp">
<Filter>third_party\MurmurHash3</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_common.cpp">
<Filter>client</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_server.cpp">
<Filter>client</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="btreetests.inl">
Expand Down
5 changes: 3 additions & 2 deletions src/mongo/s/mongos.vcxproj
Expand Up @@ -975,7 +975,8 @@ cscript //Nologo ..\shell\createCPPfromJavaScriptFiles.js "$(ProjectDir).."
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Win2008PlusRelease|x64'">4355;4800;4267;4244;4334</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="..\bson\oid.cpp" />
<ClCompile Include="..\client\authentication_table.cpp" />
<ClCompile Include="..\client\authentication_table_common.cpp" />
<ClCompile Include="..\client\authentication_table_server.cpp" />
<ClCompile Include="..\client\connection_factory.cpp" />
<ClCompile Include="..\client\dbclientcursor.cpp" />
<ClCompile Include="..\client\dbclient_rs.cpp" />
Expand Down Expand Up @@ -1269,4 +1270,4 @@ cscript //Nologo ..\shell\createCPPfromJavaScriptFiles.js "$(ProjectDir).."
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions src/mongo/s/mongos.vcxproj.filters
Expand Up @@ -717,9 +717,6 @@
<ClCompile Include="..\util\time_support.cpp">
<Filter>util\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table.cpp">
<Filter>client</Filter>
</ClCompile>
<ClCompile Include="..\client\connection_factory.cpp">
<Filter>client</Filter>
</ClCompile>
Expand All @@ -732,6 +729,12 @@
<ClCompile Include="..\db\pipeline\pipeline.cpp">
<Filter>db\pipeline\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_common.cpp">
<Filter>client</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_server.cpp">
<Filter>client</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\pch.h" />
Expand Down Expand Up @@ -1074,4 +1077,4 @@
<Filter>third_party\SpiderMonkey\Header Files</Filter>
</None>
</ItemGroup>
</Project>
</Project>
3 changes: 2 additions & 1 deletion src/mongo/shell/mongo.vcxproj
Expand Up @@ -863,7 +863,8 @@ cscript //Nologo createCPPfromJavaScriptFiles.js "$(ProjectDir).."</Command>
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Win2008PlusDebug|x64'">4355;4800;4267;4244;4334</DisableSpecificWarnings>
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Win2008PlusRelease|x64'">4355;4800;4267;4244;4334</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="..\client\authentication_table.cpp" />
<ClCompile Include="..\client\authentication_table_client.cpp" />
<ClCompile Include="..\client\authentication_table_common.cpp" />
<ClCompile Include="..\client\connection_factory.cpp" />
<ClCompile Include="..\db\dbmessage.cpp" />
<ClCompile Include="..\util\concurrency\mutexdebugger.cpp" />
Expand Down
5 changes: 4 additions & 1 deletion src/mongo/shell/mongo.vcxproj.filters
Expand Up @@ -509,7 +509,10 @@
<ClCompile Include="..\util\concurrency\mutexdebugger.cpp">
<Filter>util\concurrency</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table.cpp">
<ClCompile Include="..\client\authentication_table_common.cpp">
<Filter>client</Filter>
</ClCompile>
<ClCompile Include="..\client\authentication_table_client.cpp">
<Filter>client</Filter>
</ClCompile>
</ItemGroup>
Expand Down

0 comments on commit 8e252ca

Please sign in to comment.