@@ -2118,8 +2118,8 @@ because xbuild doesn't support framework reference assemblies.
2118
2118
ZipAlignmentPages =" $(AndroidZipAlignment)"
2119
2119
UseAssemblyStore =" $(AndroidUseAssemblyStore)"
2120
2120
AndroidBinUtilsDirectory =" $(AndroidBinUtilsDirectory)"
2121
- IntermediateOutputPath =" $(IntermediateOutputPath)" >
2122
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2121
+ IntermediateOutputPath =" $(IntermediateOutputPath)"
2122
+ CompressedAssembliesDir =" $(_AndroidCompressedAssembliesDir)"
2123
2123
AssemblyStoreEmbeddedInRuntime =" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2124
2124
<Output TaskParameter =" OutputFiles" ItemName =" ApkFiles" />
2125
2125
</BuildApk >
@@ -2160,8 +2160,8 @@ because xbuild doesn't support framework reference assemblies.
2160
2160
ZipAlignmentPages =" $(AndroidZipAlignment)"
2161
2161
UseAssemblyStore =" $(AndroidUseAssemblyStore)"
2162
2162
AndroidBinUtilsDirectory =" $(AndroidBinUtilsDirectory)"
2163
- IntermediateOutputPath =" $(IntermediateOutputPath)" >
2164
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2163
+ IntermediateOutputPath =" $(IntermediateOutputPath)"
2164
+ CompressedAssembliesDir =" $(_AndroidCompressedAssembliesDir)"
2165
2165
AssemblyStoreEmbeddedInRuntime =" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2166
2166
<Output TaskParameter =" OutputFiles" ItemName =" BaseZipFile" />
2167
2167
</BuildBaseAppBundle >
@@ -2235,8 +2235,8 @@ because xbuild doesn't support framework reference assemblies.
2235
2235
ZipFlushSizeLimit=" $(_ZipFlushSizeLimit)"
2236
2236
ExcludeFiles=" @(AndroidPackagingOptionsExclude)"
2237
2237
AndroidBinUtilsDirectory=" $(AndroidBinUtilsDirectory)"
2238
- IntermediateOutputPath=" $(IntermediateOutputPath)" >
2239
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2238
+ IntermediateOutputPath=" $(IntermediateOutputPath)"
2239
+ CompressedAssembliesDir=" $(_AndroidCompressedAssembliesDir)"
2240
2240
AssemblyStoreEmbeddedInRuntime=" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2241
2241
<Output TaskParameter =" OutputFiles" ItemName =" ApkFiles" />
2242
2242
</BuildApk >
@@ -2276,8 +2276,8 @@ because xbuild doesn't support framework reference assemblies.
2276
2276
ZipFlushSizeLimit=" $(_ZipFlushSizeLimit)"
2277
2277
ExcludeFiles=" @(AndroidPackagingOptionsExclude)"
2278
2278
AndroidBinUtilsDirectory=" $(AndroidBinUtilsDirectory)"
2279
- IntermediateOutputPath=" $(IntermediateOutputPath)" >
2280
- CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2279
+ IntermediateOutputPath=" $(IntermediateOutputPath)"
2280
+ CompressedAssembliesDir=" $(_AndroidCompressedAssembliesDir)"
2281
2281
AssemblyStoreEmbeddedInRuntime=" $(_AndroidEmbedAssemblyStoreInRuntime)" >
2282
2282
<Output TaskParameter =" OutputFiles" ItemName =" BaseZipFile" />
2283
2283
</BuildBaseAppBundle >
0 commit comments