Version 0.6
Pre-releaseIntroduction (介绍)
This is the output package of the project Sudoku.Windows
, which contains the program itself, required dll
files and elementary resource dictionary files.
这个是 Sudoku.Windows
项目的程序导出包,里面包含运行程序本体、必需的 dll
文件、基本的资源字典文件。
Please download the rar
file, which is the real program itself; others are the additional files (i.e. the codes).
请下载 rar
文件,这个才是真正的程序;而其它的则是补充的文件(比如代码)。
The program output is the portable version, which means you don't need to install it (The main executive file is Sudoku.Windows.exe
). If you see the warning about downloading .NET 6 at first when you attempt to open the program, please try to download .NET 6 and then open it.
程序导出后为绿色软件,不需要安装(程序名是 Sudoku.Windows.exe
,我懒得改名字了);如果你尝试打开程序时弹出警告提示需要安装 .NET 6 的时候,请尝试安装 .NET 6 后再打开程序。
Please visit this page to download .NET 6.
.NET 6 安装包请前往这里下载:
Sudoku.Windows
project is a project that calls the inner APIs to solve and analyze sudoku puzzles. In the future, I won't maintain this project because of the too-large complexity. I'll re-implement the projectSudoku.Windows
, and the newer one is namedSudoku.UI
.
Sudoku.Windows
项目是调用内部 API 而产生的解决方案项目。以后我可能不再维护这个项目,因为这个项目复杂度太大了。我会重新对Sudoku.Windows
实现一次,名字叫Sudoku.UI
。
File List (文件列表)
.editorconfig
: This file is used to control the analyzer for Visual Studio 2022 and the Roslyn compiler.DocumentationFiles.rar
: This file stores the documentation files of all projects in this solution.Sudoku Solution Guardian.vsix
: The Visual Studio extension plugin that is used to analyze the code of this current solution.
翻译
.editorconfig
:表示给 Visual Studio 2022 和 Roslyn 编译器提供分析控制用的文件;DocumentationFiles.rar
:这个压缩包里存储的是整个解决方案里所有项目的文档注释;Sudoku Solution Guardian.vsix
:这个文件是 VS 的一个插件扩展,用来分析整个解决方案的代码用的。