DSInternals/Src/DSInternals.Replication/package/install.ps1
2016-06-18 19:47:50 +02:00

9 lines
270 B
PowerShell

param($installPath, $toolsPath, $package, $project)
# Remove unnecessary references from the project
$project.Object.References |
where { ($_.Name -like 'NDceRpc.*' -and $_.Name -ne 'NDceRpc.Microsoft') -or $_.Name -eq 'protobuf-net' } |
foreach { $_.Remove() }