Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Target Name="BeforeBuild" Condition=" $(SetVersion) == true ">
- <XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="<Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' />" Query="manifest/@android:versionCode" Value="$(BuildNumber)" />
- <XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="<Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' />" Query="manifest/@android:versionName" Value="$(VersionName)" />
- <XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="<Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' />" Query="manifest/application/@android:label" Value="$(AppName)" />
- </Target>
Advertisement
Add Comment
Please, Sign In to add comment