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