pch.h 139 B

1234567891011
  1. //
  2. // pch.h
  3. // 标准系统包含文件的头。
  4. //
  5. #pragma once
  6. #include <collection.h>
  7. #include <ppltasks.h>
  8. #include "App.xaml.h"