File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Sets values as specified by an XPath query into an XML file.
42
42
43
43
Here is a sample.xml to modify:
44
44
45
- ```
45
+ ``` xml
46
46
<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
47
47
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
48
48
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" >
@@ -53,8 +53,8 @@ Here is a sample.xml to modify:
53
53
54
54
In this example, if you want to modify ` /Package/mp:PhoneIdentity/PhonePublisherId ` , then use
55
55
56
- ```
57
- <Project>
56
+ ``` xml
57
+ <Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
58
58
<PropertyGroup >
59
59
<Namespace >
60
60
<Namespace Prefix =" dn" Uri =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" />
You can’t perform that action at this time.
0 commit comments