diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index e8defda96eae9034f30a08bedb3904a555abae26..01dedaccce9dea4ff22887115c064014d4d8c4d8 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git "a/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo" "b/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo" new file mode 100644 index 0000000000000000000000000000000000000000..d27d96669c4c5b17e73c2fa7c879bff24b94cc51 Binary files /dev/null and "b/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo" differ diff --git a/FourOperations/App.config b/FourOperations/App.config new file mode 100644 index 0000000000000000000000000000000000000000..56efbc7b5f15b5166cc89dae0406895b57de0b67 --- /dev/null +++ b/FourOperations/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FourOperations/App.xaml b/FourOperations/App.xaml new file mode 100644 index 0000000000000000000000000000000000000000..85cf7270f54bcfd90c1f92a010bdcf8f82f0ecf1 --- /dev/null +++ b/FourOperations/App.xaml @@ -0,0 +1,103 @@ + + + + + + + + diff --git a/FourOperations/App.xaml.cs b/FourOperations/App.xaml.cs new file mode 100644 index 0000000000000000000000000000000000000000..4b69a36c4853ef7a1d4494cece9f10756c468b5c --- /dev/null +++ b/FourOperations/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 FourOperations +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/FourOperations/FourOperations.csproj b/FourOperations/FourOperations.csproj new file mode 100644 index 0000000000000000000000000000000000000000..ba7528360e60617732d09fcb6b14ac71f3210ac1 --- /dev/null +++ b/FourOperations/FourOperations.csproj @@ -0,0 +1,105 @@ + + + + + Debug + AnyCPU + {049528D5-0629-4053-BAC7-9DFD797F74AE} + WinExe + FourOperations + FourOperations + v4.7.2 + 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 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + FunctionalInterface.xaml + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + \ No newline at end of file diff --git a/FourOperations/FunctionalInterface.xaml b/FourOperations/FunctionalInterface.xaml new file mode 100644 index 0000000000000000000000000000000000000000..0d84165ae5d103c8b9b0afe87105fecd28ed2faa --- /dev/null +++ b/FourOperations/FunctionalInterface.xaml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +