SIGN IN SIGN UP
microsoft / terminal UNCLAIMED

The new Windows Terminal and the original Windows console host, all in the same place!

0 0 91 C++

Fix MSB4019 error in ConPTY nupkg (#20029)

This commit fixes the following error that occurs when attempting to use the
`Microsoft.Windows.Console.ConPTY` nupkg in a Visual C++ project:

    MSB4019: The imported project "C:\Microsoft.Windows.Console.ConPTY.props" was not found.

Based on the list of reserved and well-known properties, the property
`MSBuildThisProjectDirectory` does not appear to exist.  This PR
replaces it with the correct property, `MSBuildThisFileDirectory`.
G
gcrtnst committed
be5dcf8e7a8cd9cef21ed68f8cf4f51f02b6c319
Parent: 4ce79d7
Committed by GitHub <noreply@github.com> on 3/30/2026, 9:54:39 PM