Ignore:
Timestamp:
Sep 25, 2017 2:58:42 AM (7 years ago)
Author:
riza
Message:

Re #1994(misc): Fix warning on VS2015 when enabling video, opus, webrtc ec.

File:
1 edited

Legend:

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

    r5580 r5659  
    7575    <WarningLevel>4</WarningLevel> 
    7676  </PropertyGroup> 
     77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 
     78    <DebugSymbols>true</DebugSymbols> 
     79    <DebugType>full</DebugType> 
     80    <Optimize>false</Optimize> 
     81    <OutputPath>Bin\x64\Debug</OutputPath> 
     82    <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 
     83    <NoStdLib>true</NoStdLib> 
     84    <NoConfig>true</NoConfig> 
     85    <ErrorReport>prompt</ErrorReport> 
     86    <WarningLevel>4</WarningLevel> 
     87  </PropertyGroup> 
     88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 
     89    <DebugType>pdbonly</DebugType> 
     90    <Optimize>true</Optimize> 
     91    <OutputPath>Bin\x64\Release</OutputPath> 
     92    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 
     93    <NoStdLib>true</NoStdLib> 
     94    <NoConfig>true</NoConfig> 
     95    <ErrorReport>prompt</ErrorReport> 
     96    <WarningLevel>4</WarningLevel> 
     97  </PropertyGroup>     
    7798  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' "> 
    7899    <DebugSymbols>true</DebugSymbols> 
     
    124145    <Content Include="Assets\teluu-logo.png" /> 
    125146  </ItemGroup> 
    126   <ItemGroup> 
    127     <ProjectReference Include="..\comp\pjsua_cli_wp8_comp.vcxproj"> 
    128       <Project>{e75efd41-c7f5-44c8-8ff1-a310d920989d}</Project> 
    129       <Name>pjsua_cli_wp8_comp</Name> 
    130     </ProjectReference> 
    131   </ItemGroup> 
     147  <Choose> 
     148    <When Condition="'$(API_Family)'=='WinPhone8'"> 
     149      <ItemGroup> 
     150        <ProjectReference Include="..\comp\pjsua_cli_wp8_comp.vcxproj"> 
     151          <Project>{e75efd41-c7f5-44c8-8ff1-a310d920989d}</Project> 
     152          <Name>pjsua_cli_wp8_comp</Name> 
     153        </ProjectReference> 
     154      </ItemGroup> 
     155    </When> 
     156  </Choose> 
    132157  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" /> 
    133158  <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" /> 
Note: See TracChangeset for help on using the changeset viewer.