summaryrefslogtreecommitdiff
path: root/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets
blob: 53c5e5ef30cb2ee48d4aae396f35bbf428a3fbe7 (plain)
1
2
3
4
5
6
7
8
9
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>