Edit

kc3-lang/SDL/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets

Branch :

  • Show log

    Commit

  • Author : David Ludwig
    Date : 2015-12-02 08:04:17
    Hash : 5790f59f
    Message : WinRT: minor tweak to NuGet package naming

  • VisualC-WinRT/SDL2main-WinRT-NonXAML.targets
  • <?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>