changeset 9940 | f2d5ed0d9686 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VisualC-WinRT/SDL2main-WinRT-CoreWindow.targets Tue Dec 01 22:07:24 2015 -0500 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + + <ItemGroup Label="LibSDL2"> + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\src\main\winrt\SDL_winrt_main_NonXAML.cpp"> + <CompileAsWinRT>true</CompileAsWinRT> + </ClCompile> + </ItemGroup> + +</Project>