Home | History | Annotate | Download | only in ImageManipulations
      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 //
     12 // pch.h
     13 // Header for standard system include files.
     14 //
     15 
     16 #pragma once
     17 
     18 #include <collection.h>
     19 #include <ppltasks.h>
     20 #include <agile.h>
     21 #include "Common\LayoutAwarePage.h"
     22 #include "Common\SuspensionManager.h"
     23 #include "App.xaml.h"
     24