You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/11/03 16:36:55 UTC

docs commit: CB-11825 Document VS quirk causing DEP2100 error on Windows Phone/Windows Mobile

Repository: cordova-docs
Updated Branches:
  refs/heads/master f79aef4cb -> a1342aa5e


CB-11825 Document VS quirk causing DEP2100 error on Windows Phone/Windows Mobile


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a1342aa5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a1342aa5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a1342aa5

Branch: refs/heads/master
Commit: a1342aa5e1b62e0e71d4595db15517b41878aae4
Parents: f79aef4
Author: daserge <v-...@microsoft.com>
Authored: Tue Nov 1 09:57:06 2016 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Tue Nov 1 09:57:06 2016 +0300

----------------------------------------------------------------------
 www/docs/en/dev/plugin_ref/spec.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a1342aa5/www/docs/en/dev/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md
index 5db7094..57703db 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -312,8 +312,9 @@ For Android:
 
 For Windows:
 ```xml
-<resource-file src="src/windows/win81/MobServices.pri" target="win81/MobServices.pri" device-target="windows" versions="8.1" arch="x64"/>
+<resource-file src="src/windows/win81/MobServices.pri" target="win81\MobServices.pri" device-target="windows" versions="8.1" arch="x64"/>
 ```
+__NOTE__: `target` should use backslashes to avoid DEP2100 deploy error in Visual Studio.
 
 ## config-file
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org