diff --git a/KeyGen/App.config b/KeyGen/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/KeyGen/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/KeyGen/App.xaml b/KeyGen/App.xaml new file mode 100644 index 0000000..5be5bd3 --- /dev/null +++ b/KeyGen/App.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + diff --git a/WebUITest/App.xaml.cs b/KeyGen/App.xaml.cs similarity index 93% rename from WebUITest/App.xaml.cs rename to KeyGen/App.xaml.cs index d94725d..0a3a654 100644 --- a/WebUITest/App.xaml.cs +++ b/KeyGen/App.xaml.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; -namespace WebUITest +namespace KeyGen { /// /// App.xaml 的交互逻辑 diff --git a/KeyGen/KeyGen.csproj b/KeyGen/KeyGen.csproj new file mode 100644 index 0000000..00ff778 --- /dev/null +++ b/KeyGen/KeyGen.csproj @@ -0,0 +1,22 @@ + + + net472 + WinExe + 12.0 + enable + false + true + true + authentication.ico + + + + + + + + + + + + \ No newline at end of file diff --git a/KeyGen/MainWindow.xaml b/KeyGen/MainWindow.xaml new file mode 100644 index 0000000..50ae2d1 --- /dev/null +++ b/KeyGen/MainWindow.xaml @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +