aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
diff options
context:
space:
mode:
authorMartijn Kaijser <machine.sanctum@gmail.com>2013-09-07 06:07:45 -0700
committerMartijn Kaijser <machine.sanctum@gmail.com>2013-09-07 06:07:45 -0700
commit19392930084ad29026d336e5e71c6f88a5357439 (patch)
tree9f50c48aea4ca1c351b62b01d78a2bfba24e0e51 /project/VS2010Express/XBMC.vcxproj
parent17596005e61eac32db5b101824f3a2f9dd1a4f8b (diff)
parent86bb472bb98ccbe4fad0f36f60f7a3624922c34f (diff)
Merge pull request #3191 from wsoltys/remove_emu_socket
removed the emu_socket directory and files as its not in use for windows
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r--project/VS2010Express/XBMC.vcxproj22
1 files changed, 0 insertions, 22 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 98bc3656b7..41ec065d45 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1886,27 +1886,6 @@
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_dummy.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.cpp" />
- <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\inet_aton.c">
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- </ClCompile>
- <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\inet_ntop.c">
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- </ClCompile>
- <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\inet_pton.c">
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">CompileAsCpp</CompileAs>
- <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">CompileAsCpp</CompileAs>
- </ClCompile>
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\util\EmuFileWrapper.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\BaseRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\LinuxRendererGL.cpp">
@@ -2722,7 +2701,6 @@
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_dummy.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.h" />
- <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\emu_socket.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\util\EmuFileWrapper.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\BaseRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\LinuxRendererGL.h">