diff --git a/src/Eto.CodeEditor.Wpf/Eto.CodeEditor.Wpf.csproj b/src/Eto.CodeEditor.Wpf/Eto.CodeEditor.Wpf.csproj index c51bd86..34314cb 100644 --- a/src/Eto.CodeEditor.Wpf/Eto.CodeEditor.Wpf.csproj +++ b/src/Eto.CodeEditor.Wpf/Eto.CodeEditor.Wpf.csproj @@ -13,6 +13,8 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 + Eto.CodeEditor adapter for Eto.Wpf + This is the Wpf implementation of Eto.CodeEditor. true diff --git a/src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj b/src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj index 50e20e8..b4abc2d 100644 --- a/src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj +++ b/src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj @@ -12,6 +12,8 @@ true 8.0.30703 2.0 + Eto.CodeEditor adapter for Eto.XamMac2 + This is the Xamarin.Mac implementation of Eto.CodeEditor. $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage diff --git a/src/Eto.CodeEditor/Eto.CodeEditor.csproj b/src/Eto.CodeEditor/Eto.CodeEditor.csproj index 0aa42c4..539ec94 100644 --- a/src/Eto.CodeEditor/Eto.CodeEditor.csproj +++ b/src/Eto.CodeEditor/Eto.CodeEditor.csproj @@ -2,6 +2,8 @@ netstandard1.0 + Code Editor control for Eto.Forms + This gives you a code editor control in Eto.Forms. Currently only supports Eto.Wpf and Eto.XamMac2, please add the platform-specific nuget package to your project.