summaryrefslogtreecommitdiff
path: root/db/db.vcxproj
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-05-17 17:11:48 -0400
committerDwight <dwight@10gen.com>2010-05-17 17:11:48 -0400
commitce35c184a88e3011459c6ce06bd3d5c22a0d03dc (patch)
tree9024625e3617132dc0b100bd3f9037927b979c0d /db/db.vcxproj
parent002abac76787f5ff6cf1ca95b7f6116459be773c (diff)
downloadmongo-ce35c184a88e3011459c6ce06bd3d5c22a0d03dc.tar.gz
new files
Diffstat (limited to 'db/db.vcxproj')
-rw-r--r--db/db.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/db.vcxproj b/db/db.vcxproj
index 817fc23f59e..35ae8b4b5ff 100644
--- a/db/db.vcxproj
+++ b/db/db.vcxproj
@@ -436,6 +436,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="..\util\concurrency\task.cpp" />
<ClCompile Include="..\util\concurrency\vars.cpp" />
<ClCompile Include="oplog.cpp" />
<ClCompile Include="repl.cpp" />
@@ -564,6 +565,7 @@
<ClInclude Include="..\targetver.h" />
<ClInclude Include="..\pcre-7.4\config.h" />
<ClInclude Include="..\pcre-7.4\pcre.h" />
+ <ClInclude Include="..\util\concurrency\task.h" />
<ClInclude Include="..\util\mongoutils\html.h" />
<ClInclude Include="..\util\mongoutils\str.h" />
<ClInclude Include="..\util\ramlog.h" />