chore: Include copy to output items
This commit is contained in:
Родитель
039b0c0ea1
Коммит
d2e64793cf
|
@ -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)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче