diff --git a/MatterControl.PartSheet/MatterControl.PartSheet.csproj b/MatterControl.PartSheet/MatterControl.PartSheet.csproj new file mode 100644 index 000000000..bf6004be7 --- /dev/null +++ b/MatterControl.PartSheet/MatterControl.PartSheet.csproj @@ -0,0 +1,26 @@ + + + + netstandard2.0 + MatterHackers Inc. + true + + + + + + + + + {2af30557-fc50-4de3-ad1c-7eb57131a9c5} + MatterControl.Common + + + + + + + + + + diff --git a/MatterControlLib/Library/PartSheets/PartSheetPlugin.cs b/MatterControl.PartSheet/PartSheetPlugin.cs similarity index 100% rename from MatterControlLib/Library/PartSheets/PartSheetPlugin.cs rename to MatterControl.PartSheet/PartSheetPlugin.cs diff --git a/MatterControlLib/Library/PartSheets/PartsSheetCreator.cs b/MatterControl.PartSheet/PartsSheetCreator.cs similarity index 100% rename from MatterControlLib/Library/PartSheets/PartsSheetCreator.cs rename to MatterControl.PartSheet/PartsSheetCreator.cs diff --git a/MatterControl.csproj b/MatterControl.csproj index 11246d7ba..49fa0ab66 100644 --- a/MatterControl.csproj +++ b/MatterControl.csproj @@ -74,6 +74,10 @@ {f1653f20-d47d-4f29-8c55-3c835542af5f} Community.CsharpSqlite + + {1d60b0fc-69d8-4f7a-a633-cb9dbce75412} + MatterControl.PartSheet + {97d5ade3-c1b4-4b46-8a3e-718a4f7f079f} MatterControl.Printing diff --git a/MatterControlLib/MatterControlLib.csproj b/MatterControlLib/MatterControlLib.csproj index 6fcebc6d8..5b5c01ac3 100644 --- a/MatterControlLib/MatterControlLib.csproj +++ b/MatterControlLib/MatterControlLib.csproj @@ -90,7 +90,6 @@ - diff --git a/MatterControlLib/PdfSharp.dll b/MatterControlLib/PdfSharp.dll deleted file mode 100644 index 5a0a09f99..000000000 Binary files a/MatterControlLib/PdfSharp.dll and /dev/null differ