terminal/src/renderer/vt
Dustin L. Howett (MSFT) 9dc922fc37
Unify and clean up the common build properties (#3429)
This commit cleans up and deduplicates all of the common build
preamble/postamble across exe, dll, lib and c++/winrt projects.

The following specific changes have been made:
* All projects now define their ConfigurationType
* All projects now set all their properties *before* including a common
  build file (or any other build files)
* cppwinrt.pre and cppwinrt.post now delegate most of their
  configuration to common.pre and common.post
* (becuase of the above,) all build options are conserved between
  console and c++/winrt components, including specific warnings and
  preprocessor definitions.
* More properties that are configurable per-project are now
  conditioned so the common props don't override them.
* The exe, dll, exe.or.dll, and lib postincludes have been merged into
  pre or post and switched based on condition as required
* Shared items (-shared, -common) are now explicitly vcxitems instead of
  vcxproj files.
* The link line is now manipulated after Microsoft.Cpp sets it, so the
  libraries we specify "win". All console things link first against
  onecore_apiset.lib.
* Fix all compilation errors caused by build unification
* Move CascadiaPackage's resources into a separate item file

Fixes #922.
2019-11-05 14:29:11 -08:00
..
lib Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
ut_lib Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
invalidate.cpp Fix a crash on restore down (#2149) 2019-07-30 17:01:27 -05:00
math.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
paint.cpp Bugfix: TextBuffer Line Wrapping from VTRenderer (#2797) 2019-09-23 09:39:24 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
sources.inc inbox: reflect incoming changes from Windows 2019-05-14 16:16:43 -07:00
state.cpp Rework locking and eventing during startup and shutdown to alleviate some VT issues (#2525) 2019-09-20 15:43:11 -07:00
tracing.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
tracing.hpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
vt-renderer-common.vcxitems Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
vtrenderer.hpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
VtSequences.cpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
WinTelnetEngine.cpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
WinTelnetEngine.hpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
Xterm256Engine.cpp Manipulate Xterm256Engine's extended attr state properly (#3282) 2019-10-24 11:52:36 -07:00
Xterm256Engine.hpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
XtermEngine.cpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00
XtermEngine.hpp Add support for passing through extended text attributes, like… (#2917) 2019-10-04 15:53:54 -05:00