mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Update to v142 build tools for Visual Studio 2019 (#548)
* Update to build tools v142 * Update official build pipelines to use VS2019 * Update instructions to suggest updating to VS2019
This commit is contained in:
parent
02a3532442
commit
33b885ac17
12 changed files with 54 additions and 53 deletions
|
@ -165,6 +165,7 @@ task<void> App::HandleViewReleaseAndRemoveWindowFromMap(_In_ WindowFrameService
|
|||
task_continuation_context::use_arbitrary());
|
||||
}
|
||||
|
||||
#pragma optimize("", off) // Turn off optimizations to work around coroutine optimization bug
|
||||
task<void> App::SetupJumpList()
|
||||
{
|
||||
try
|
||||
|
@ -190,7 +191,8 @@ task<void> App::SetupJumpList()
|
|||
catch (...)
|
||||
{
|
||||
}
|
||||
}
|
||||
};
|
||||
#pragma optimize("", on)
|
||||
|
||||
void App::RemoveSecondaryWindow(_In_ WindowFrameService ^ frameService)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue