@@ -2379,8 +2379,8 @@ because xbuild doesn't support framework reference assemblies.
2379
2379
ZipAlignmentPages =" $(AndroidZipAlignment)"
2380
2380
UseAssemblyStore =" $(AndroidUseAssemblyStore)"
2381
2381
AndroidBinUtilsDirectory =" $(AndroidBinUtilsDirectory)"
2382
- IntermediateOutputPath =" $(IntermediateOutputPath)" >
2383
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2382
+ IntermediateOutputPath =" $(IntermediateOutputPath)"
2383
+ CompressedAssembliesDir =" $(_AndroidCompressedAssembliesDir)"
2384
2384
AssemblyStoreEmbeddedInRuntime =" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2385
2385
<Output TaskParameter =" OutputFiles" ItemName =" ApkFiles" />
2386
2386
</BuildApk >
@@ -2450,8 +2450,8 @@ because xbuild doesn't support framework reference assemblies.
2450
2450
CheckedBuild =" $(_AndroidCheckedBuild)"
2451
2451
ZipAlignmentPages =" $(AndroidZipAlignment)"
2452
2452
AndroidBinUtilsDirectory =" $(AndroidBinUtilsDirectory)"
2453
- IntermediateOutputPath =" $(IntermediateOutputPath)" >
2454
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2453
+ IntermediateOutputPath =" $(IntermediateOutputPath)"
2454
+ CompressedAssembliesDir =" $(_AndroidCompressedAssembliesDir)"
2455
2455
AssemblyStoreEmbeddedInRuntime =" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2456
2456
<Output TaskParameter =" OutputFiles" ItemName =" BaseZipFile" />
2457
2457
</BuildBaseAppBundle >
@@ -2525,8 +2525,8 @@ because xbuild doesn't support framework reference assemblies.
2525
2525
ZipFlushSizeLimit=" $(_ZipFlushSizeLimit)"
2526
2526
ExcludeFiles=" @(AndroidPackagingOptionsExclude)"
2527
2527
AndroidBinUtilsDirectory=" $(AndroidBinUtilsDirectory)"
2528
- IntermediateOutputPath=" $(IntermediateOutputPath)" >
2529
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2528
+ IntermediateOutputPath=" $(IntermediateOutputPath)"
2529
+ CompressedAssembliesDir=" $(_AndroidCompressedAssembliesDir)"
2530
2530
AssemblyStoreEmbeddedInRuntime=" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2531
2531
<Output TaskParameter =" OutputFiles" ItemName =" ApkFiles" />
2532
2532
</BuildApk >
@@ -2566,8 +2566,8 @@ because xbuild doesn't support framework reference assemblies.
2566
2566
ZipFlushSizeLimit=" $(_ZipFlushSizeLimit)"
2567
2567
ExcludeFiles=" @(AndroidPackagingOptionsExclude)"
2568
2568
AndroidBinUtilsDirectory=" $(AndroidBinUtilsDirectory)"
2569
- IntermediateOutputPath=" $(IntermediateOutputPath)" >
2570
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2569
+ IntermediateOutputPath=" $(IntermediateOutputPath)"
2570
+ CompressedAssembliesDir=" $(_AndroidCompressedAssembliesDir)"
2571
2571
AssemblyStoreEmbeddedInRuntime=" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2572
2572
<Output TaskParameter =" OutputFiles" ItemName =" BaseZipFile" />
2573
2573
</BuildBaseAppBundle >
0 commit comments