chore: Include copy to output items
This commit is contained in:
Родитель
039b0c0ea1
Коммит
d2e64793cf
|
@ -186,11 +186,17 @@
|
||||||
Condition="'%(Extension)' == '.dll'" />
|
Condition="'%(Extension)' == '.dll'" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<_UnoAssetsToProcess Include="@(Content)" />
|
||||||
|
<_UnoAssetsToProcess Include="@(_AllChildProjectItemsWithTargetPath)"
|
||||||
|
Condition=" '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)' != 'Never' " />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ShellTask_v0
|
<ShellTask_v0
|
||||||
AotProfile="$(WasmAotProfilePath)"
|
AotProfile="$(WasmAotProfilePath)"
|
||||||
Assembly="$(IntermediateOutputPath)$(TargetFileName)"
|
Assembly="$(IntermediateOutputPath)$(TargetFileName)"
|
||||||
AssemblyName="$(AssemblyName)"
|
AssemblyName="$(AssemblyName)"
|
||||||
Assets="@(Content)"
|
Assets="@(_UnoAssetsToProcess)"
|
||||||
ContentExtensionsToExclude="$(WasmShellContentExtensionsToExclude)"
|
ContentExtensionsToExclude="$(WasmShellContentExtensionsToExclude)"
|
||||||
CSPConfiguration="$(WasmShellCSPConfiguration)"
|
CSPConfiguration="$(WasmShellCSPConfiguration)"
|
||||||
CurrentProjectPath="$(MSBuildProjectDirectory)"
|
CurrentProjectPath="$(MSBuildProjectDirectory)"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче