diff options
Diffstat (limited to 'builds/msvc/libxs/libxs.vcxproj')
-rw-r--r-- | builds/msvc/libxs/libxs.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj index 97dc0ee..24eb9ae 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -121,7 +121,6 @@ <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,7 +190,6 @@ <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 +236,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |