From 21a0685ef69e9d634600622b19ea970c6f58ef03 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 6 Oct 2022 16:37:14 -0500 Subject: Add Netfx bundle extension and netfx:DotNetCoreSearch. Remove built-in .NET Core packages since they update too quickly. Fixes 6257 --- src/ext/NetFx/be/NetfxBundleExtension.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/ext/NetFx/be/NetfxBundleExtension.h (limited to 'src/ext/NetFx/be/NetfxBundleExtension.h') diff --git a/src/ext/NetFx/be/NetfxBundleExtension.h b/src/ext/NetFx/be/NetfxBundleExtension.h new file mode 100644 index 00000000..0746dbed --- /dev/null +++ b/src/ext/NetFx/be/NetfxBundleExtension.h @@ -0,0 +1,17 @@ +#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. + + +// constants + +#define NETFX_BUNDLE_EXTENSION_ID BUNDLE_EXTENSION_DECORATION(L"NetfxBundleExtension") + + +// function declarations + +HRESULT NetfxBundleExtensionCreate( + __in HINSTANCE hInstance, + __in IBundleExtensionEngine* pEngine, + __in const BUNDLE_EXTENSION_CREATE_ARGS* pArgs, + __out IBundleExtension** ppBundleExtension + ); -- cgit v1.2.3-55-g6feb