1 | // Licensed to the .NET Foundation under one or more agreements. |
2 | // The .NET Foundation licenses this file to you under the MIT license. |
3 | // See the LICENSE file in the project root for more information. |
4 | // ============================================================ |
5 | // |
6 | // AssemblySpecBase.h |
7 | // |
8 | |
9 | |
10 | // |
11 | // Chooses the appropriate implementation to base AssemblySpec on |
12 | // |
13 | // ============================================================ |
14 | |
15 | |
16 | #ifndef __ASSEMBLY_SPEC_BASE_H__ |
17 | #define __ASSEMBLY_SPEC_BASE_H__ |
18 | |
19 | #include "coreclr/corebindresult.h" |
20 | #include "coreclr/corebindresult.inl" |
21 | #include "../binder/inc/assembly.hpp" |
22 | |
23 | #include "baseassemblyspec.h" |
24 | #include "baseassemblyspec.inl" |
25 | |
26 | #endif // __ASSEMBLY_SPEC_BASE_H__ |
27 | |