mirror of https://github.com/AMT-Cheif/Stylet.git
Move MessageBoxView back out of Xaml, so it's in the same location as its VM
This commit is contained in:
parent
58d5a6e55e
commit
96fdcd3e3c
|
@ -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="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
@ -98,7 +98,7 @@
|
||||||
<Compile Include="WindowManager.cs" />
|
<Compile Include="WindowManager.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Page Include="Xaml\MessageBoxView.xaml">
|
<Page Include="MessageBoxView.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
Loading…
Reference in New Issue