chore: Include copy to output items

This commit is contained in:
Jerome Laban 2024-09-05 13:58:35 -04:00
Родитель 039b0c0ea1
Коммит d2e64793cf
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -186,11 +186,17 @@
Condition="'%(Extension)' == '.dll'" />
</ItemGroup>
<ItemGroup>
<_UnoAssetsToProcess Include="@(Content)" />
<_UnoAssetsToProcess Include="@(_AllChildProjectItemsWithTargetPath)"
Condition=" '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' != 'Never' " />
</ItemGroup>
<ShellTask_v0
AotProfile="$(WasmAotProfilePath)"
Assembly="$(IntermediateOutputPath)$(TargetFileName)"
AssemblyName="$(AssemblyName)"
Assets="@(Content)"
Assets="@(_UnoAssetsToProcess)"
ContentExtensionsToExclude="$(WasmShellContentExtensionsToExclude)"
CSPConfiguration="$(WasmShellCSPConfiguration)"
CurrentProjectPath="$(MSBuildProjectDirectory)"