mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 11:28:54 +00:00
11 lines
329 B
XML
11 lines
329 B
XML
<?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>
|