Moved the primitives contain into MatterControlLib

moved part sheet creator into MatterControlLib
moved some other experimental parts to MatterControlLib
This commit is contained in:
Lars Brubaker 2019-04-02 17:13:07 -07:00
parent f982a60ce6
commit ef17f38bb7
20 changed files with 3547 additions and 2 deletions

View file

@ -90,6 +90,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="PDFsharp" Version="1.50.5147" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
<PackageReference Include="Zeroconf" Version="3.0.30" />
</ItemGroup>