diff --git a/source/CustomMessageBoxDemo/App.xaml b/source/CustomMessageBoxDemo/App.xaml index bb1c7c0..6a30be5 100644 --- a/source/CustomMessageBoxDemo/App.xaml +++ b/source/CustomMessageBoxDemo/App.xaml @@ -1,8 +1,8 @@ - - - - - + + + + + diff --git a/source/CustomMessageBoxDemo/App.xaml.cs b/source/CustomMessageBoxDemo/App.xaml.cs index 877149a..7536b64 100644 --- a/source/CustomMessageBoxDemo/App.xaml.cs +++ b/source/CustomMessageBoxDemo/App.xaml.cs @@ -1,16 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Windows; - -namespace CustomMessageBoxDemo -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace CustomMessageBoxDemo +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/source/CustomMessageBoxDemo/CustomMessageBox Demo.csproj b/source/CustomMessageBoxDemo/CustomMessageBox Demo.csproj index a11e280..b763ba4 100644 --- a/source/CustomMessageBoxDemo/CustomMessageBox Demo.csproj +++ b/source/CustomMessageBoxDemo/CustomMessageBox Demo.csproj @@ -1,110 +1,110 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {BEB8F894-9C79-4D30-8061-C5570C1B159D} - WinExe - Properties - CustomMessageBoxDemo - CustomMessageBoxDemo - v4.0 - Client - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - 4.0 - - - - - - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - MainWindow.xaml - Code - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - {ED02D418-7C0E-4E6C-99A9-BE4357122AE7} - WPFCustomMessageBox - - - - + + + + Debug + x86 + 8.0.30703 + 2.0 + {BEB8F894-9C79-4D30-8061-C5570C1B159D} + WinExe + Properties + CustomMessageBoxDemo + CustomMessageBoxDemo + v4.0 + Client + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + {ED02D418-7C0E-4E6C-99A9-BE4357122AE7} + WPFCustomMessageBox + + + + \ No newline at end of file diff --git a/source/CustomMessageBoxDemo/MainWindow.xaml b/source/CustomMessageBoxDemo/MainWindow.xaml index 0043b31..6e87820 100644 --- a/source/CustomMessageBoxDemo/MainWindow.xaml +++ b/source/CustomMessageBoxDemo/MainWindow.xaml @@ -1,21 +1,21 @@ - - -