This template creates a full Winforms application, along with unit tests.
For detailed information on the architecture of this Winforms application, please refer to the ARCHITECTURE.md file.
To understand the supported screen resolutions and how to configure them, check the SCREEN_RES.md file.
Follow the naming conventions outlined in the NAMING_RULE.md file to maintain consistency across the project.
- Clone the repository:
> git clone https://github.com/yourusername/winforms-boilerplate.git
- Navigate to the project directory:
> cd winforms-boilerplate
- Create a new app using the template:
> dotnet new sekiro.winforms
Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for more details.