chore: Adjust _AllChildProjectItemsWithTargetPath support

This commit is contained in:
Jerome Laban 2024-09-05 16:11:14 -04:00
Родитель 388b0a3dac
Коммит 7caf879c6d
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -187,16 +187,16 @@
</ItemGroup>
<ItemGroup>
<_UnoAssetsToProcess Include="@(Content)" />
<_UnoAssetsToProcess Include="@(_AllChildProjectItemsWithTargetPath)"
Condition=" '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' == 'PreserveNewest' OR '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' == 'Always' " />
<_UnoWasmCopyToOutputAssets
Include="@(_AllChildProjectItemsWithTargetPath)"
Condition=" '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' == 'PreserveNewest' OR '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' == 'Always' " />
</ItemGroup>
<ShellTask_v0
AotProfile="$(WasmAotProfilePath)"
Assembly="$(IntermediateOutputPath)$(TargetFileName)"
AssemblyName="$(AssemblyName)"
Assets="@(_UnoAssetsToProcess)"
Assets="@(Content);@(_UnoWasmCopyToOutputAssets)"
ContentExtensionsToExclude="$(WasmShellContentExtensionsToExclude)"
CSPConfiguration="$(WasmShellCSPConfiguration)"
CurrentProjectPath="$(MSBuildProjectDirectory)"