WinRT: made project file name include "WinRT", in order to make it distinct from a future WinPhone project

--HG--
rename : VisualC-WinRT/SDL/SDL_VS2012.vcxproj.filters => VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
rename : VisualC-WinRT/SDL_VS2012.sln => VisualC-WinRT/SDL_VS2012-WinRT.sln
This commit is contained in:
David Ludwig 2013-01-28 22:03:12 -05:00
parent 240e6d6b71
commit 62303fa63a
5 changed files with 6 additions and 497 deletions

View file

@ -144,12 +144,12 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
<Project>{aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}</Project>
</ProjectReference>
<Media Include="..\..\..\test\sample.wav" />
</ItemGroup>
<ItemGroup>
<Media Include="..\..\..\test\sample.wav" />
<ProjectReference Include="..\..\SDL\SDL_VS2012-WinRT.vcxproj">
<Project>{aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">