Add new posix network files to VS solution

This commit is contained in:
baldurk
2018-01-01 18:20:38 +00:00
parent e305029ddd
commit 1fe04d13ec
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -182,6 +182,9 @@
<ClInclude Include="os\posix\posix_hook.h">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="os\posix\posix_network.h">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="os\posix\posix_specific.h">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClInclude>
@@ -326,6 +329,9 @@
<ClCompile Include="os\posix\android\android_hook.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\android\android_network.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\android\android_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@@ -341,6 +347,9 @@
<ClCompile Include="os\posix\apple\apple_hook.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_network.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@@ -356,6 +365,9 @@
<ClCompile Include="os\posix\linux\linux_hook.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_network.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
+12
View File
@@ -372,6 +372,9 @@
<ClInclude Include="api\replay\common_pipestate.h">
<Filter>API\Replay</Filter>
</ClInclude>
<ClInclude Include="os\posix\posix_network.h">
<Filter>OS\Posix</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="maths\camera.cpp">
@@ -638,6 +641,15 @@
<ClCompile Include="serialise\codecs\chrome_json_codec.cpp">
<Filter>Common\Serialise\Codecs</Filter>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_network.cpp">
<Filter>OS\Posix\Linux</Filter>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_network.cpp">
<Filter>OS\Posix\Apple</Filter>
</ClCompile>
<ClCompile Include="os\posix\android\android_network.cpp">
<Filter>OS\Posix\Android</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="os\win32\comexport.def">