pjproject-vs14-api-def.props 423 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. </ImportGroup>
  5. <PropertyGroup>
  6. <!--
  7. - Set the API Family here:
  8. * WinDesktop (Desktop)
  9. * UWP (UWP)
  10. * WinPhone8 (Windows Phone 8)
  11. -->
  12. <API_Family>WinDesktop</API_Family>
  13. </PropertyGroup>
  14. </Project>