Skip to content

Commit

Permalink
Revert "some missed VS2010 project file cleanup"
Browse files Browse the repository at this point in the history
This reverts commit 43bb6e1.

Note: this commit was causing a start-up crash on win32 platforms. Moved the files currently needed to run into filter "threads". Ping/msg/email me for crashdumps etc. This is just a temp fix to get nightlies stable again.
  • Loading branch information
DDDamian committed May 12, 2012
1 parent c99d6f0 commit 7cdf18c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
9 changes: 8 additions & 1 deletion project/VS2010Express/XBMC.vcxproj
Expand Up @@ -1047,6 +1047,13 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="..\..\xbmc\filesystem\FileUPnP.h" />
<ClCompile Include="..\..\xbmc\threads\Atomics.cpp" />
<ClCompile Include="..\..\xbmc\threads\Event.cpp" />
<ClCompile Include="..\..\xbmc\threads\LockFree.cpp" />
<ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp" />
<ClCompile Include="..\..\xbmc\threads\platform\win\Implementation.cpp" />
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp" />
<ClCompile Include="..\..\xbmc\threads\Thread.cpp" />
<ClCompile Include="..\..\xbmc\ThumbLoader.cpp" />
<ClCompile Include="..\..\xbmc\ThumbnailCache.cpp" />
<ClCompile Include="..\..\xbmc\URL.cpp" />
Expand Down Expand Up @@ -2278,4 +2285,4 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" />
</Project>
</Project>
27 changes: 26 additions & 1 deletion project/VS2010Express/XBMC.vcxproj.filters
Expand Up @@ -238,6 +238,12 @@
<Filter Include="dbwrappers">
<UniqueIdentifier>{5c7ad2df-b46d-4a29-ae17-3406fe73edde}</UniqueIdentifier>
</Filter>
<Filter Include="threads">
<UniqueIdentifier>{1724016f-ea7b-4122-938a-62d7281a44f8}</UniqueIdentifier>
</Filter>
<Filter Include="threads\Platform">
<UniqueIdentifier>{0c508768-d37c-491d-b38d-bd833093686d}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\xbmc\win32\pch.cpp">
Expand Down Expand Up @@ -2578,6 +2584,25 @@
<ClCompile Include="..\..\xbmc\utils\RecentlyAddedJob.cpp">
<Filter>utils</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\Atomics.cpp">
<Filter>threads</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\Event.cpp">
<Filter>threads</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\LockFree.cpp">
<Filter>threads</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp">
<Filter>threads</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp">
<Filter>threads</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\threads\Thread.cpp" />
<ClCompile Include="..\..\xbmc\threads\platform\win\Implementation.cpp">
<Filter>threads\Platform</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
Expand Down Expand Up @@ -5204,4 +5229,4 @@
<Filter>win32</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>

0 comments on commit 7cdf18c

Please sign in to comment.