stdafx.h 478 B

12345678910111213141516171819
  1. // Copyright (c) .NET Foundation. All rights reserved.
  2. // Licensed under the MIT License. See License.txt in the project root for license information.
  3. #pragma once
  4. #include "targetver.h"
  5. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  6. #include <Windows.h>
  7. #include <httpserv.h>
  8. #include <cwchar>
  9. #include <vector>
  10. #include <shellapi.h>
  11. #include <sstream>
  12. #include <memory>
  13. #include <filesystem>
  14. #include <string>
  15. #include <fstream>