diff --git a/MatterControl.PartSheet/MatterControl.PartSheet.csproj b/Plugins/MatterControl.PartSheet/MatterControl.PartSheet.csproj similarity index 55% rename from MatterControl.PartSheet/MatterControl.PartSheet.csproj rename to Plugins/MatterControl.PartSheet/MatterControl.PartSheet.csproj index bf6004be7..ee8eb94a8 100644 --- a/MatterControl.PartSheet/MatterControl.PartSheet.csproj +++ b/Plugins/MatterControl.PartSheet/MatterControl.PartSheet.csproj @@ -11,15 +11,15 @@ - + {2af30557-fc50-4de3-ad1c-7eb57131a9c5} MatterControl.Common - - + + - - + + diff --git a/MatterControl.PartSheet/PartSheetPlugin.cs b/Plugins/MatterControl.PartSheet/PartSheetPlugin.cs similarity index 100% rename from MatterControl.PartSheet/PartSheetPlugin.cs rename to Plugins/MatterControl.PartSheet/PartSheetPlugin.cs diff --git a/MatterControl.PartSheet/PartsSheetCreator.cs b/Plugins/MatterControl.PartSheet/PartsSheetCreator.cs similarity index 100% rename from MatterControl.PartSheet/PartsSheetCreator.cs rename to Plugins/MatterControl.PartSheet/PartsSheetCreator.cs