calculator/src/Calculator
Daniel Belcher f210290ddc - Avoid referencing project headers from precompiled headers.
Before this change, the pchs for CalcViewModel and Calculator project referenced project headers.  If those project headers (or any of their dependencies) were to change, then the pch would be recompiled, slowing local build times.

  By removing references to project headers, the pch will be compiled once and is resilient to changes in the project.  Now that project headers are explicit about their dependencies, when there is a change to a project header only the translation units referencing the modified header will need to be rebuilt.

- Manually tested by ensuring Calculator project builds locally.

@Microsoft/calculator-team
2019-02-14 18:20:25 -08:00
..
Assets Hello GitHub 2019-01-28 16:24:37 -08:00
Common Don't send AppLifecycle telemetry unless SEND_TELEMETRY is defined (#10) 2019-02-04 12:06:02 -08:00
Controls - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
Converters - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
DesignData Hello GitHub 2019-01-28 16:24:37 -08:00
Resources Hello GitHub 2019-01-28 16:24:37 -08:00
Views - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
AboutFlyout.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
AboutFlyout.xaml.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
AboutFlyout.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
App.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
App.xaml.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
App.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Update WinUI to 2.0.181018004 (#18) 2019-02-13 09:44:02 -08:00
Calculator.vcxproj.filters Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
Package.appxmanifest Hello GitHub 2019-01-28 16:24:37 -08:00
packages.config Update WinUI to 2.0.181018004 (#18) 2019-02-13 09:44:02 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
WindowFrameService.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
WindowFrameService.h Hello GitHub 2019-01-28 16:24:37 -08:00