windows-terminal/samples/ConPTY/MiniTerm
Leonard Hecker b0396f1741
Make ToolsVersion more consistent in our project files (#13535)
While working on another PR related to this I noticed that my VS
generates `.vcxproj` files that are a bit different to the ones we have.
This commit is a quick search & replace of all our project files to make
(primarily) their `ToolsVersion` more in line with what VS does itself:
No `ToolsVersion` for `.vcxproj`, `ToolsVersion="15.0"`
for `.csproj` and `ToolsVersion="4.0"` for `.filters` files.
2022-07-26 22:31:42 +00:00
..
MiniTerm Make ToolsVersion more consistent in our project files (#13535) 2022-07-26 22:31:42 +00:00
MiniTerm.sln Remove UTF-8 BOM from all files (#11821) 2021-11-29 12:54:35 -06:00
README.md add project infrastructure (sln, csproj, readme, etc) 2018-09-20 22:11:24 +07:00

README.md

MiniTerm

Experimental terminal using the new PTY APIs from Microsoft. Written in C#, and heavily based on the native code examples.

Status

Demonstrates the basic API calls required, but not intended for "real-world" usage.

Resources

System Requirements

See the Introductory blog post from Microsoft for the full setup instructions. This project has been tested with:

  • OS: Windows 10 Pro Build 17744
  • SDK: Windows_InsiderPreview_SDK_en-us_17749