summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-02-01 04:13:36 +0400
committerGravatar Vitaly Takmazov2013-02-01 04:14:01 +0400
commitedef9894af198da690c0381bf43d4dafddf16f0d (patch)
tree363a3ea781391a4aae26a92c7e8f124b0b01c78d /Juick/Juick.csproj
parent79317212ed6b3d26c3a2e765b6f58f9d43207f8d (diff)
replace RichTextBox and Attached Property with subclassed RichTextBox and plain Dependency Property. Somehow fixes #11
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 7bd452a..d161046 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -76,9 +76,8 @@
<Compile Include="Classes\BindingChangedEventArgs.cs" />
<Compile Include="Classes\DelegateCommand.cs" />
<Compile Include="Classes\DependencyPropertyListener.cs" />
- <Compile Include="Classes\ParagraphBindingBehavior.cs" />
- <Compile Include="Classes\RichTextConverter.cs" />
<Compile Include="Classes\ScrollViewerMonitor.cs" />
+ <Compile Include="Controls\HyperLinkRichTextBox.cs" />
<Compile Include="LoginView.xaml.cs">
<DependentUpon>LoginView.xaml</DependentUpon>
</Compile>