commit 0ebdf5287c529b6f85e9f410038f1a0c480a569c Author: iorebuild Date: Sat Sep 21 23:50:44 2024 +0800 first commit diff --git a/.idea/.idea.VoiletKmsTool/.idea/.gitignore b/.idea/.idea.VoiletKmsTool/.idea/.gitignore new file mode 100644 index 0000000..dc40ea0 --- /dev/null +++ b/.idea/.idea.VoiletKmsTool/.idea/.gitignore @@ -0,0 +1,13 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# Rider 忽略的文件 +/projectSettingsUpdater.xml +/.idea.VoiletKmsTool.iml +/contentModel.xml +/modules.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.VoiletKmsTool/.idea/encodings.xml b/.idea/.idea.VoiletKmsTool/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.VoiletKmsTool/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.VoiletKmsTool/.idea/indexLayout.xml b/.idea/.idea.VoiletKmsTool/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.VoiletKmsTool/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.VoiletKmsTool/.idea/vcs.xml b/.idea/.idea.VoiletKmsTool/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.VoiletKmsTool/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/VoiletKmsTool.sln b/VoiletKmsTool.sln new file mode 100644 index 0000000..e535fee --- /dev/null +++ b/VoiletKmsTool.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiletKmsTool", "VoiletKmsTool\VoiletKmsTool.csproj", "{1F980D9E-50CE-411E-8A6A-5A11869DC19B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1F980D9E-50CE-411E-8A6A-5A11869DC19B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1F980D9E-50CE-411E-8A6A-5A11869DC19B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1F980D9E-50CE-411E-8A6A-5A11869DC19B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1F980D9E-50CE-411E-8A6A-5A11869DC19B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/VoiletKmsTool/App.xaml b/VoiletKmsTool/App.xaml new file mode 100644 index 0000000..d30cf86 --- /dev/null +++ b/VoiletKmsTool/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/VoiletKmsTool/App.xaml.cs b/VoiletKmsTool/App.xaml.cs new file mode 100644 index 0000000..89481b7 --- /dev/null +++ b/VoiletKmsTool/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 VoiletKmsTool +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} \ No newline at end of file diff --git a/VoiletKmsTool/AssemblyInfo.cs b/VoiletKmsTool/AssemblyInfo.cs new file mode 100644 index 0000000..4a05c7d --- /dev/null +++ b/VoiletKmsTool/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] \ No newline at end of file diff --git a/VoiletKmsTool/MainWindow.xaml b/VoiletKmsTool/MainWindow.xaml new file mode 100644 index 0000000..30e30d5 --- /dev/null +++ b/VoiletKmsTool/MainWindow.xaml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + kms.03k.org + + +