|
|
|
@ -116,7 +116,7 @@ |
|
|
|
<Compile Include="RichTextBox\Formatters\RtfFormatter.cs" /> |
|
|
|
<Compile Include="RichTextBox\Formatters\XamlFormatter.cs" /> |
|
|
|
<Compile Include="RichTextBox\RichTextBox.cs" /> |
|
|
|
<Compile Include="UpDownBase\UpDownBase.cs" /> |
|
|
|
<Compile Include="Core\Primitives\UpDownBase.cs" /> |
|
|
|
<Compile Include="VisualStates.cs" /> |
|
|
|
<Compile Include="MessageBox\VisualStates.MessageBox.cs" /> |
|
|
|
<EmbeddedResource Include="Properties\Resources.resx"> |
|
|
|
@ -166,6 +166,9 @@ |
|
|
|
<Resource Include="RichTextBoxFormatBar\Images\Bullets16.png" /> |
|
|
|
<Resource Include="RichTextBoxFormatBar\Images\Numbering16.png" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="UpDownBase\" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|