From 8a16449e9bec936c66b0b9b310f80a6f49e196c6 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sat, 14 Sep 2013 23:34:27 -0400 Subject: [PATCH] WinRT: project-naming cleanup. Projects that link to SDL will need updating. To update: 1. remove references to SDL's project files from the Visual Studio Solution. To note, these project files have been renamed, and will show up in Visual Studio with the text, "load failed". 2. add the SDL project files back into the Visual Studio Solution 3. for each project that should link to SDL, add a reference to it. This can be done by right-clicking on it in Visual Studio, selecting "References...", clicking "Add New Reference", checking the box next to the SDL project, then closing each dialog by clicking OK. SDL_mixer, SDL_ttf, and SDL_image for WinRT have been updated, and will be pushed to my Bitbucket repos with these changes having been made. If you do not pull in these changes, be sure to re-add to them the reference to the SDL project, as described above. --- ...{SDL_VS2012-WinPhone.vcxproj => SDL-WinPhone_VS2012.vcxproj} | 0 ...hone.vcxproj.filters => SDL-WinPhone_VS2012.vcxproj.filters} | 0 VisualC-WinRT/{SDL_VS2012-WinRT.sln => SDL-WinRT_VS2012.sln} | 0 .../SDL/{SDL_VS2012-WinRT.vcxproj => SDL-WinRT_VS2012.vcxproj} | 0 ...2-WinRT.vcxproj.filters => SDL-WinRT_VS2012.vcxproj.filters} | 0 VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj | 2 +- VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) rename VisualC-WinPhone/SDL/{SDL_VS2012-WinPhone.vcxproj => SDL-WinPhone_VS2012.vcxproj} (100%) rename VisualC-WinPhone/SDL/{SDL_VS2012-WinPhone.vcxproj.filters => SDL-WinPhone_VS2012.vcxproj.filters} (100%) rename VisualC-WinRT/{SDL_VS2012-WinRT.sln => SDL-WinRT_VS2012.sln} (100%) rename VisualC-WinRT/SDL/{SDL_VS2012-WinRT.vcxproj => SDL-WinRT_VS2012.vcxproj} (100%) rename VisualC-WinRT/SDL/{SDL_VS2012-WinRT.vcxproj.filters => SDL-WinRT_VS2012.vcxproj.filters} (100%) diff --git a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj b/VisualC-WinPhone/SDL/SDL-WinPhone_VS2012.vcxproj similarity index 100% rename from VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj rename to VisualC-WinPhone/SDL/SDL-WinPhone_VS2012.vcxproj diff --git a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters b/VisualC-WinPhone/SDL/SDL-WinPhone_VS2012.vcxproj.filters similarity index 100% rename from VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters rename to VisualC-WinPhone/SDL/SDL-WinPhone_VS2012.vcxproj.filters diff --git a/VisualC-WinRT/SDL_VS2012-WinRT.sln b/VisualC-WinRT/SDL-WinRT_VS2012.sln similarity index 100% rename from VisualC-WinRT/SDL_VS2012-WinRT.sln rename to VisualC-WinRT/SDL-WinRT_VS2012.sln diff --git a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj b/VisualC-WinRT/SDL/SDL-WinRT_VS2012.vcxproj similarity index 100% rename from VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj rename to VisualC-WinRT/SDL/SDL-WinRT_VS2012.vcxproj diff --git a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters b/VisualC-WinRT/SDL/SDL-WinRT_VS2012.vcxproj.filters similarity index 100% rename from VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters rename to VisualC-WinRT/SDL/SDL-WinRT_VS2012.vcxproj.filters diff --git a/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj b/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj index 9f778532f..a74bb13e8 100644 --- a/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj +++ b/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj @@ -147,7 +147,7 @@ - + {aeaea3a2-d4e6-45b1-8ec6-53d84287fc14} diff --git a/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj b/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj index f0ea0ff9e..f9b5ef0aa 100644 --- a/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj +++ b/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj @@ -150,7 +150,7 @@ - + {aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}