[ 
https://issues.apache.org/jira/browse/CB-7083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055709#comment-14055709
 ] 

Jesse MacFadyen commented on CB-7083:
-------------------------------------

Technically, I believe this was already possible via:
{code}
<config-file target="MyProject.csproj" parent="/*">
    <ItemGroup><SDKReference Include="MSAdvertising, Version=6.1" /></ItemGroup>
</config-file>
{code}

anyway, this has been merged, and looks good! Thanks Sergey!

> Missing SDKReference support on Windows Phone
> ---------------------------------------------
>
>                 Key: CB-7083
>                 URL: https://issues.apache.org/jira/browse/CB-7083
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.5.0
>         Environment: Windows 8.1
>            Reporter: chris
>            Assignee: Jesse MacFadyen
>
> I'm reporting this as a bug because CB-6115/Tools Release Feb 26, 2014 
> mentions:
> [email protected]
>     Win8/WP: Added SDKReference support via 'lib-file' tags
> yet in cordova\node_modules\cordova-lib\src\plugman\platforms\wp8.js I see:
>     "lib-file": {
>         install:function(source_el, plugin_dir, project_dir, plugin_id) {
>             events.emit('verbose', 'lib-file.install is not supported for 
> wp8');
>         },
>         uninstall:function(source_el, project_dir, plugin_id) {
>             events.emit('verbose', 'lib-file.uninstall is not supported for 
> wp8');
>         }
> I need it to add a reference to the MS Advertising SDK which requires 
> SDKReference.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to