Move MessageBoxView back out of Xaml, so it's in the same location as its VM

This commit is contained in:
Antony Male 2014-07-21 10:52:55 +01:00
parent 58d5a6e55e
commit 96fdcd3e3c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<Window x:Class="Stylet.Xaml.MessageBoxView"
<Window x:Class="Stylet.MessageBoxView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

View File

@ -98,7 +98,7 @@
<Compile Include="WindowManager.cs" />
</ItemGroup>
<ItemGroup>
<Page Include="Xaml\MessageBoxView.xaml">
<Page Include="MessageBoxView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>