Skip to content

Commit

Permalink
Move System.Drawing files from Common to System.Drawing.Primitives (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Jul 9, 2022
1 parent 246f2c8 commit d5f084e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,14 @@
<Compile Include="System\Drawing\Size.cs" />
<Compile Include="System\Drawing\SizeF.cs" />
<Compile Include="System\Drawing\Color.cs" />
<Compile Include="System\Drawing\ColorTranslator.cs" />
<Compile Include="System\Drawing\KnownColor.cs" />
<Compile Include="System\Drawing\KnownColorTable.cs" />
<Compile Include="System\Drawing\SystemColors.cs" />
<Compile Include="$(CommonPath)System\Drawing\ColorConverterCommon.cs"
Link="System\Drawing\ColorConverterCommon.cs" />
<Compile Include="$(CommonPath)System\Drawing\ColorTable.cs"
Link="System\Drawing\ColorTable.cs" />
<Compile Include="$(CommonPath)System\Drawing\ColorTranslator.cs"
Link="System\Drawing\ColorTranslator.cs" />
<Compile Include="$(CommonPath)System\Drawing\KnownColor.cs"
Link="System\Drawing\KnownColor.cs" />
<Compile Include="$(CommonPath)System\Drawing\KnownColorTable.cs"
Link="System\Drawing\KnownColorTable.cs" />
<Compile Include="$(CommonPath)System\Drawing\SystemColors.cs"
Link="System\Drawing\SystemColors.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'windows'">
<Compile Include="$(CommonPath)Interop\Windows\Interop.Libraries.cs"
Expand Down

0 comments on commit d5f084e

Please sign in to comment.