Fix MSVC link

This commit is contained in:
Vinnie Falco
2015-06-14 07:19:21 -07:00
committed by Nik Bougalis
parent abd05a6378
commit 17020ffc54
3 changed files with 7 additions and 0 deletions

View File

@@ -710,6 +710,9 @@
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_Threads.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClInclude Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
</ClInclude>
<ClCompile Include="..\..\src\beast\beast\module\core\streams\InputStream.cpp">

View File

@@ -1248,6 +1248,9 @@
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_SystemStats.cpp">
<Filter>beast\module\core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\src\beast\beast\module\core\native\win32_Threads.cpp">
<Filter>beast\module\core\native</Filter>
</ClCompile>
<ClInclude Include="..\..\src\beast\beast\module\core\streams\InputSource.h">
<Filter>beast\module\core\streams</Filter>
</ClInclude>