aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2011-07-20 20:30:45 -0400
committerJim Carroll <thecarrolls@jiminger.com>2011-07-20 20:52:37 -0400
commita4dd6d96dca83d503ef6c1d88f5b132754fbd17a (patch)
tree9aceca6a60cc50d0c751ce9250db98693c2c2caf /project
parent58a4276e76cded11e489e86dda6ef1edf38a5a8b (diff)
[cosmetic] renamed platform.select to platform.select.h so that it would be more obvious what it is.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj11
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 6 insertions, 11 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 12b275c075..5c453c42b8 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug (DirectX)|Win32">
@@ -1574,6 +1574,7 @@
<ClInclude Include="..\..\xbmc\threads\LockFree.h" />
<ClInclude Include="..\..\xbmc\threads\platform\Condition.h" />
<ClInclude Include="..\..\xbmc\threads\platform\CriticalSection.h" />
+ <ClInclude Include="..\..\xbmc\threads\platform\platform.select.h" />
<ClInclude Include="..\..\xbmc\threads\platform\ThreadLocal.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\Condition.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\CriticalSection.h" />
@@ -2016,12 +2017,6 @@
<ClInclude Include="..\..\xbmc\XBApplicationEx.h" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\..\xbmc\threads\platform\platform.select">
- <FileType>Document</FileType>
- </ClInclude>
- <None Include="..\..\xbmc\win32\XBMC.ico" />
- </ItemGroup>
- <ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc" />
</ItemGroup>
<ItemGroup>
@@ -2075,4 +2070,4 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index a6b57da569..a2e481bb8e 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="win32">
@@ -4981,7 +4981,7 @@
<ClInclude Include="..\..\xbmc\threads\platform\win\ThreadLocal.h">
<Filter>threads\platform\win</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\threads\platform\platform.select">
+ <ClInclude Include="..\..\xbmc\threads\platform\platform.select.h">
<Filter>threads\platform</Filter>
</ClInclude>
</ItemGroup>
@@ -5000,4 +5000,4 @@
<Filter>win32</Filter>
</CustomBuild>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>