Files
2024-07-29 15:00:22 +02:00

8 lines
181 B
PowerShell

param($installPath, $toolsPath, $package, $project)
$ref = $project.Object.References.Item("WordApi")
if ($ref -and $ref.EmbedInteropTypes)
{
$ref.EmbedInteropTypes = $false
}