Upsdate 20240729
This commit is contained in:
BIN
packages/NetOffice.Core.Net45.1.7.4.11/.signature.p7s
vendored
Normal file
BIN
packages/NetOffice.Core.Net45.1.7.4.11/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/NetOffice.Core.Net45.1.7.4.11/NetOffice.Core.Net45.1.7.4.11.nupkg
vendored
Normal file
BIN
packages/NetOffice.Core.Net45.1.7.4.11/NetOffice.Core.Net45.1.7.4.11.nupkg
vendored
Normal file
Binary file not shown.
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/NetOffice.dll
vendored
Normal file
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/NetOffice.dll
vendored
Normal file
Binary file not shown.
2825
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/NetOffice.xml
vendored
Normal file
2825
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/NetOffice.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/OfficeApi.dll
vendored
Normal file
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/OfficeApi.dll
vendored
Normal file
Binary file not shown.
51670
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/OfficeApi.xml
vendored
Normal file
51670
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/OfficeApi.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/VBIDEApi.dll
vendored
Normal file
BIN
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/VBIDEApi.dll
vendored
Normal file
Binary file not shown.
4150
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/VBIDEApi.xml
vendored
Normal file
4150
packages/NetOffice.Core.Net45.1.7.4.11/lib/net45/VBIDEApi.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
19
packages/NetOffice.Core.Net45.1.7.4.11/tools/install.ps1
vendored
Normal file
19
packages/NetOffice.Core.Net45.1.7.4.11/tools/install.ps1
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$ref = $project.Object.References.Item("NetOffice")
|
||||
if ($ref -and $ref.EmbedInteropTypes)
|
||||
{
|
||||
$ref.EmbedInteropTypes = $false
|
||||
}
|
||||
|
||||
$ref = $project.Object.References.Item("OfficeApi")
|
||||
if ($ref -and $ref.EmbedInteropTypes)
|
||||
{
|
||||
$ref.EmbedInteropTypes = $false
|
||||
}
|
||||
|
||||
$ref = $project.Object.References.Item("VBIDEApi")
|
||||
if ($ref -and $ref.EmbedInteropTypes)
|
||||
{
|
||||
$ref.EmbedInteropTypes = $false
|
||||
}
|
||||
BIN
packages/NetOffice.Word.Net45.1.7.4.11/.signature.p7s
vendored
Normal file
BIN
packages/NetOffice.Word.Net45.1.7.4.11/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/NetOffice.Word.Net45.1.7.4.11/NetOffice.Word.Net45.1.7.4.11.nupkg
vendored
Normal file
BIN
packages/NetOffice.Word.Net45.1.7.4.11/NetOffice.Word.Net45.1.7.4.11.nupkg
vendored
Normal file
Binary file not shown.
BIN
packages/NetOffice.Word.Net45.1.7.4.11/lib/net45/WordApi.dll
vendored
Normal file
BIN
packages/NetOffice.Word.Net45.1.7.4.11/lib/net45/WordApi.dll
vendored
Normal file
Binary file not shown.
104695
packages/NetOffice.Word.Net45.1.7.4.11/lib/net45/WordApi.xml
vendored
Normal file
104695
packages/NetOffice.Word.Net45.1.7.4.11/lib/net45/WordApi.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
packages/NetOffice.Word.Net45.1.7.4.11/tools/install.ps1
vendored
Normal file
7
packages/NetOffice.Word.Net45.1.7.4.11/tools/install.ps1
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$ref = $project.Object.References.Item("WordApi")
|
||||
if ($ref -and $ref.EmbedInteropTypes)
|
||||
{
|
||||
$ref.EmbedInteropTypes = $false
|
||||
}
|
||||
Reference in New Issue
Block a user