blob: 2166a23d168d3dded02f8708d9fec4baeb9cf90f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
#include <windows.h>
#include <msiquery.h>
#include <corerror.h>
#include <Shlwapi.h>
#include <dutil.h>
#include <memutil.h>
#include <pathutil.h>
#include <strutil.h>
#include <xmlutil.h>
#include <BootstrapperEngine.h>
#include <BootstrapperApplication.h>
#include <IBootstrapperEngine.h>
#include <IBootstrapperApplication.h>
#include <IBootstrapperApplicationFactory.h>
#include <balutil.h>
#define NETHOST_USE_AS_STATIC
#include <nethost.h>
#include <hostfxr.h>
#include <coreclr_delegates.h>
#include <preqba.h>
#include "dncutil.h"
#include "dnchost.h"
|