1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-03-07 20:19:44 +00:00
SDL/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets

11 lines
339 B
Plaintext
Raw Normal View History

<?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>