diff options
author | Dwight <dmerriman@gmail.com> | 2009-05-28 13:09:48 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-05-28 13:09:48 -0400 |
commit | 787dc49f9d9c7693c783a0976d2aa038820bbea2 (patch) | |
tree | c89ae2561f14c0ad164bfd1df891c7b56d174f70 /db/db.sln | |
parent | 6b8ff9cb7b02a7e182845cd43f2b870fe40a52d0 (diff) | |
download | mongo-787dc49f9d9c7693c783a0976d2aa038820bbea2.tar.gz |
fix mongos in vcproj to compile for release build - visual studio
Diffstat (limited to 'db/db.sln')
-rw-r--r-- | db/db.sln | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/db.sln b/db/db.sln index c8b0bb17ae1..9a7a0b24b43 100644 --- a/db/db.sln +++ b/db/db.sln @@ -15,7 +15,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dbtests", "dbtests", "{C72EBEDD-342D-4371-8B0D-D7505902FA69}"
ProjectSection(SolutionItems) = preProject
..\dbtests\btreetests.cpp = ..\dbtests\btreetests.cpp
- ..\dbtests\dbtests.cpp = ..\dbtests\dbtests.cpp
..\dbtests\jsontests.cpp = ..\dbtests\jsontests.cpp
..\dbtests\matchertests.cpp = ..\dbtests\matchertests.cpp
..\dbtests\pairingtests.cpp = ..\dbtests\pairingtests.cpp
@@ -32,7 +31,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{2B262D59 ..\tools\files.cpp = ..\tools\files.cpp
..\tools\importJSON.cpp = ..\tools\importJSON.cpp
..\tools\restore.cpp = ..\tools\restore.cpp
- ..\tools\Tool.cpp = ..\tools\Tool.cpp
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mongos", "..\s\dbgrid.vcproj", "{E03717ED-69B4-4D21-BC55-DF6690B585C6}"
|