Skip to content

Commit

Permalink
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 coun…
Browse files Browse the repository at this point in the history
…terparts

This change removes the "Shared" component from the Windows 8.1 and Windows
Phone 8.1 project files, then renames the projects to use a file structure
that's the same as  used for the Windows 8.0 and Windows Phone 8.0 projects.

This change now places WinRT projects in the following directories:

VisualC-WinRT\WinRT81_VS2013\ -- Windows 8.1 project files
VisualC-WinRT\WinPhone81_VS2013\ -- Windows Phone 8.1 project files (NEW, as of this change)
VisualC-WinRT\WinRT80_VS2012\ -- Windows 8.0 project files
VisualC-WinRT\WinPhone80_VS2012\ -- Windows Phone 8.0 project files

Windows 8.0 and Windows Phone 8.0 projects, as well as apps or libs that
reference these, should be unaffected by this change.

Windows 8.1 and Windows Phone 8.1 based apps or libs that reference SDL's
projects directly will need to have their old references removed, then
replaced with new ones that point to the updated structure.
  • Loading branch information
DavidLudwig committed May 7, 2014
1 parent b614809 commit 33f81a0
Show file tree
Hide file tree
Showing 10 changed files with 2,355 additions and 1,341 deletions.
445 changes: 445 additions & 0 deletions VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj

Large diffs are not rendered by default.

687 changes: 687 additions & 0 deletions VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj.filters

Large diffs are not rendered by default.

273 changes: 0 additions & 273 deletions VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.Shared.vcxitems

This file was deleted.

687 changes: 0 additions & 687 deletions VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.Shared.vcxitems.filters

This file was deleted.

218 changes: 0 additions & 218 deletions VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.Windows.vcxproj

This file was deleted.

This file was deleted.

0 comments on commit 33f81a0

Please sign in to comment.