diff --git a/Fate.Wpf.Controls.Tester/App.config b/Fate.Wpf.Controls.Tester/App.config new file mode 100644 index 0000000..787dcbe --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Fate.Wpf.Controls.Tester/App.xaml b/Fate.Wpf.Controls.Tester/App.xaml new file mode 100644 index 0000000..80e9924 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Fate.Wpf.Controls.Tester/App.xaml.cs b/Fate.Wpf.Controls.Tester/App.xaml.cs new file mode 100644 index 0000000..324e816 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Fate.Wpf.Controls.Tester +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj b/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj new file mode 100644 index 0000000..18fa687 --- /dev/null +++ b/Fate.Wpf.Controls.Tester/Fate.Wpf.Controls.Tester.csproj @@ -0,0 +1,108 @@ + + + + + Debug + AnyCPU + {76895FDD-2975-47D3-B3B6-490C09C9A7ED} + WinExe + Fate.Wpf.Controls.Tester + Fate.Wpf.Controls.Tester + v4.7.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + lib\Fate.Wpf.MVVM.dll + + + + + + + + + + + 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 + + + + + + + + {7e9c7618-9941-4d31-8965-0e8b4d6b8004} + Fate.Wpf.Controls + + + + \ No newline at end of file diff --git a/Fate.Wpf.Controls.Tester/MainWindow.xaml b/Fate.Wpf.Controls.Tester/MainWindow.xaml new file mode 100644 index 0000000..88b4c9d --- /dev/null +++ b/Fate.Wpf.Controls.Tester/MainWindow.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + +