diff options
Diffstat (limited to 'builds/msvc/libxs/libxs.vcxproj')
-rw-r--r-- | builds/msvc/libxs/libxs.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj index a3f361e..45ccd1f 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -121,6 +121,7 @@ <ClCompile Include="..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\src\mailbox.cpp" /> + <ClCompile Include="..\..\..\src\monitor.cpp" /> <ClCompile Include="..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\src\object.cpp" /> @@ -191,6 +192,7 @@ <ClInclude Include="..\..\..\src\lb.hpp" /> <ClInclude Include="..\..\..\src\likely.hpp" /> <ClInclude Include="..\..\..\src\mailbox.hpp" /> + <ClInclude Include="..\..\..\src\monitor.hpp" /> <ClInclude Include="..\..\..\src\msg.hpp" /> <ClInclude Include="..\..\..\src\mtrie.hpp" /> <ClInclude Include="..\..\..\src\mutex.hpp" /> @@ -238,4 +240,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |