pch.h 622 B

1234567891011121314151617181920212223
  1. //*********************************************************
  2. //
  3. // Copyright (c) Microsoft. All rights reserved.
  4. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
  5. // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
  6. // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
  7. // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
  8. //
  9. //*********************************************************
  10. //
  11. // pch.h
  12. // Header for standard system include files.
  13. //
  14. #pragma once
  15. #include <collection.h>
  16. #include <ppltasks.h>
  17. #include <agile.h>
  18. #include "Common\LayoutAwarePage.h"
  19. #include "Common\SuspensionManager.h"
  20. #include "App.xaml.h"