diff --git a/Common/PixelLab.Common.csproj b/Common/PixelLab.Common.csproj index bc0bb21..47c7601 100644 --- a/Common/PixelLab.Common.csproj +++ b/Common/PixelLab.Common.csproj @@ -33,6 +33,9 @@ Properties\CommonAssemblyInfo.cs + + Properties\CommonAssemblyInfo.cs + diff --git a/Common/PixelLab.Common_SL4.csproj b/Common/PixelLab.Common_SL4.csproj index 1f15e33..557a1d0 100644 --- a/Common/PixelLab.Common_SL4.csproj +++ b/Common/PixelLab.Common_SL4.csproj @@ -36,6 +36,9 @@ Properties\CommonAssemblyInfo.cs + + Properties\CommonAssemblyInfo.cs + ActionOnDispose.cs diff --git a/Demo/Silverlight/EditableTextBlockPage.xaml b/Demo/Silverlight/EditableTextBlockPage.xaml index df2f00f..db0400a 100644 --- a/Demo/Silverlight/EditableTextBlockPage.xaml +++ b/Demo/Silverlight/EditableTextBlockPage.xaml @@ -2,8 +2,7 @@ x:Class="PixelLab.SL.Demo.EditableTextBlockPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:bot="clr-namespace:PixelLab.Common;assembly=PixelLab.Common_SL4" - xmlns:sl="clr-namespace:PixelLab.SL;assembly=PixelLab.SL" + xmlns:bot="http://schemas.thinkpixellab.com/2011/xaml/presentation" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -15,7 +14,7 @@ - + x:Class="PixelLab.SL.Demo.FlipControlPage" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + Background="Gray" + xmlns:lib="http://schemas.thinkpixellab.com/2011/xaml/presentation" + + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400" > - + - -