Skip to content

Commit

Permalink
Merge branch 'pr/221' into multi_targets_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
prepare committed Feb 26, 2021
2 parents d4eed5b + 5c19fb0 commit 9f4dc1f
Show file tree
Hide file tree
Showing 52 changed files with 587 additions and 2,836 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net20;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -13,12 +13,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\x_autogen_netstandard2.0\PixelFarm.MiniAgg.One\PixelFarm.MiniAgg.One.csproj" />
<ProjectReference Include="..\..\x_autogen_netstandard2.0\PixelFarm.MiniAgg.One\PixelFarm.MiniAgg.One.csproj" />
<ProjectReference Include="..\Typography.GlyphLayout\Typography.GlyphLayout.csproj" />
<ProjectReference Include="..\Typography.OpenFont\Typography.OpenFont.csproj" />
</ItemGroup>

<Import Project="..\..\..\FontAtlas\FontAtlas.projitems" Label="Shared" />
<Import Project="..\..\FontAtlas\FontAtlas.projitems" Label="Shared" />



Expand Down
59 changes: 0 additions & 59 deletions Build/N20/FontAtlas/FontAtlas.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/FontAtlas/Properties/AssemblyInfo.cs

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.Contours/Properties/AssemblyInfo.cs

This file was deleted.

56 changes: 0 additions & 56 deletions Build/N20/Typography.Contours/Typography.Contours.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.GlyphLayout/Properties/AssemblyInfo.cs

This file was deleted.

55 changes: 0 additions & 55 deletions Build/N20/Typography.GlyphLayout/Typography.GlyphLayout.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.MsdfGen/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 9f4dc1f

Please sign in to comment.