pch.h 203 B

12345678910111213
  1. //
  2. // pch.h
  3. // Header for standard system include files.
  4. //
  5. #pragma once
  6. #include <collection.h>
  7. #include <ppltasks.h>
  8. #include <experimental\resumable>
  9. #include <pplawait.h>
  10. #include "App.xaml.h"