| 1 | /*++ |
| 2 | |
| 3 | Copyright (c) Microsoft. All rights reserved. |
| 4 | |
| 5 | Module Name: |
| 6 | |
| 7 | precomp.h |
| 8 | |
| 9 | Abstract: |
| 10 | |
| 11 | The precompiled header for WslcSDK/winrt. |
| 12 | |
| 13 | --*/ |
| 14 | |
| 15 | #pragma once |
| 16 | |
| 17 | #include "wslcsdk.h" |
| 18 | |
| 19 | #include <wil/winrt.h> |
| 20 | #include <wil/resource.h> |
| 21 | |
| 22 | #include <winrt/Windows.Foundation.h> |
| 23 | #include <winrt/Windows.Foundation.Collections.h> |
| 24 | #include <winrt/Windows.Storage.Streams.h> |
| 25 | |
| 26 | // Windows' LoadImage macro conflicts with Session::LoadImage |
| 27 | #undef LoadImage |
| 28 | |
| 29 | #include "Container.h" |
| 30 | #include "ContainerNamedVolume.h" |
| 31 | #include "ContainerPortMapping.h" |
| 32 | #include "ContainerSettings.h" |
| 33 | #include "ContainerVolume.h" |
| 34 | #include "ImageInfo.h" |
| 35 | #include "ImageProgress.h" |
| 36 | #include "InstallProgress.h" |
| 37 | #include "Process.h" |
| 38 | #include "ProcessSettings.h" |
| 39 | #include "PullImageOptions.h" |
| 40 | #include "PushImageOptions.h" |
| 41 | #include "ServiceVersion.h" |
| 42 | #include "Session.h" |
| 43 | #include "SessionSettings.h" |
| 44 | #include "TagImageOptions.h" |
| 45 | #include "VhdOptions.h" |
| 46 | #include "WslcService.h" |