Skip to content

Commit

Permalink
CodeEditor descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Oct 17, 2019
1 parent e5b5560 commit 5eb18f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Eto.CodeEditor.Wpf/Eto.CodeEditor.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile />
<Title>Eto.CodeEditor adapter for Eto.Wpf</Title>
<Description>This is the Wpf implementation of Eto.CodeEditor.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 2 additions & 0 deletions src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<UseXamMacFullFramework>true</UseXamMacFullFramework>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<Title>Eto.CodeEditor adapter for Eto.XamMac2</Title>
<Description>This is the Xamarin.Mac implementation of Eto.CodeEditor.</Description>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 2 additions & 0 deletions src/Eto.CodeEditor/Eto.CodeEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<Title>Code Editor control for Eto.Forms</Title>
<Description>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.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.4.1" />
Expand Down

0 comments on commit 5eb18f3

Please sign in to comment.