Skip to content

Commit

Permalink
Update private winforms package
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Mar 13, 2023
1 parent dbb8913 commit 3ae88a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<!-- Facade for System.Drawing.Design -->
<ProjectReference Include="..\..\src\System.Drawing.Design\src\System.Drawing.Design.Facade.csproj" />

<!-- Reference and Source System.Drawing.Common -->
<ProjectReference Include="..\..\src\System.Drawing.Common\src\System.Drawing.Common.csproj" />

<!-- Reference and Source System.Windows.Forms -->
<ProjectReference Include="..\..\src\System.Windows.Forms\src\System.Windows.Forms.csproj" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ $assemblies = $xmlDoc.package.files.file | `
Select-Object -Unique @{Name="Path";Expression={Split-Path $_.target -Leaf}} | `
Select-Object -ExpandProperty Path;

# this isn't explicitly present in the list
$assemblies += 'System.Drawing.Common.dll';


$needGenerate = $null;
[bool]::TryParse($GenerateManifest, [ref]$needGenerate) | Out-Null;
$servicingRelease = $null;
Expand Down

0 comments on commit 3ae88a6

Please sign in to comment.