Add necessary capability so the plugin works on its own

This commit is contained in:
Nadya Atanasova 2014-03-26 15:51:49 +02:00
parent e282cc9e38
commit bdf4ade2bb

View File

@ -102,6 +102,10 @@
</feature>
</config-file>
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
<Capability Name="ID_CAP_NETWORKING" />
</config-file>
<source-file src="src/wp/InAppBrowser.cs" />
</platform>
@ -116,6 +120,10 @@
</feature>
</config-file>
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
<Capability Name="ID_CAP_NETWORKING" />
</config-file>
<source-file src="src/wp/InAppBrowser.cs" />
</platform>