Added new shim for uwp console. Removed the constriction for the number of args....
authorSergei Ognerubov <seog@microsoft.com>
Thu, 14 Dec 2017 22:34:23 +0000 (14:34 -0800)
committerSergei Ognerubov <seog@microsoft.com>
Thu, 14 Dec 2017 22:34:23 +0000 (14:34 -0800)
commit31a585fe3b75b13acd7858fdc13e6014ad1f4d2d
treef1eb9ade1a1093f9ce84504b92de4e5b53311e06
parentfd0cbb64ae21924f80db2463900f4704c5ea92c5
Added new shim for uwp console. Removed the constriction for the number of args. Replaced all the returns in the main with TerminateProcess. Replaced using the first arg with GetModuleFileName.

Commit migrated from https://github.com/dotnet/core-setup/commit/e523a1a355fb8a88f39def321afb40dc6c954893
src/installer/uwp/Host/UWPShim/CMakeLists.txt
src/installer/uwp/Host/UWPShim/Console/CMakeLists.txt [new file with mode: 0644]
src/installer/uwp/Host/UWPShim/UWPShim.cpp
src/installer/uwp/Host/UWPShim/Windows/CMakeLists.txt [new file with mode: 0644]
src/installer/uwp/build.proj