Ignore:
Timestamp:
Apr 7, 2017 4:22:48 AM (8 years ago)
Author:
riza
Message:

Re #1994 (misc): Fix build error on pjsua_cli_uwp_comp pjsua_cli_wp8 for Release Win32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/winrt/cli/wp8/pjsua_cli_wp8.csproj

    r5210 r5580  
    6565    <WarningLevel>4</WarningLevel> 
    6666  </PropertyGroup> 
    67   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 
     67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86'  Or '$(Configuration)|$(Platform)' == 'Release|Win32'  "> 
    6868    <DebugType>pdbonly</DebugType> 
    6969    <Optimize>true</Optimize> 
Note: See TracChangeset for help on using the changeset viewer.