Move Util.wixext into ext
Rob Mensching committed
May 3, 2021 at 09:55 UTC
ff659159e041bf6c083e6b7fcb9b726065a9dd73
169 files changed
+13
-13
src/.editorconfig
renamed
src/ext/Util/CustomizedNativeRecommendedRules.ruleset
renamed
src/ext/Util/Directory.Build.props
renamed
src/ext/Util/Directory.Build.targets
renamed
src/ext/Util/Directory.csproj.props
renamed
src/ext/Util/Directory.csproj.targets
renamed
src/ext/Util/Directory.vcxproj.props
renamed
src/ext/Util/README.md
renamed
src/ext/Util/Util.wixext.sln
renamed
src/ext/Util/Util.wixext.v3.ncrunchsolution
renamed
src/ext/Util/appveyor.cmd
renamed
src/ext/Util/appveyor.yml
renamed
src/ext/Util/be/UtilBundleExtension.cpp
renamed
src/ext/Util/be/UtilBundleExtension.h
renamed
src/ext/Util/be/beDecor.h
renamed
src/ext/Util/be/detectsha2support.cpp
renamed
src/ext/Util/be/detectsha2support.h
renamed
src/ext/Util/be/precomp.cpp
renamed
src/ext/Util/be/precomp.h
renamed
src/ext/Util/be/utilbe.cpp
renamed
src/ext/Util/be/utilbe.def
renamed
src/ext/Util/be/utilbe.vcxproj
renamed
src/ext/Util/be/utilsearch.cpp
renamed
src/ext/Util/be/utilsearch.h
renamed
src/ext/Util/ca/BroadcastSettingChange.cpp
renamed
src/ext/Util/ca/CheckReboot.cpp
renamed
src/ext/Util/ca/CloseApps.cpp
renamed
src/ext/Util/ca/CustomMsiErrors.h
renamed
src/ext/Util/ca/FormatFiles.cpp
renamed
src/ext/Util/ca/OsInfo.cpp
renamed
src/ext/Util/ca/RemoveFoldersEx.cpp
renamed
src/ext/Util/ca/RemoveRegistryKeysEx.cpp
renamed
src/ext/Util/ca/RestartManager.cpp
renamed
src/ext/Util/ca/TouchFile.cpp
renamed
src/ext/Util/ca/XmlConfig.cpp
renamed
src/ext/Util/ca/XmlFile.cpp
renamed
src/ext/Util/ca/caDecor.h
renamed
+13
-13
@@ -1,13 +1,13 @@
1
-#pragma once
2
-// 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.
3
-
4
-
5
-#if defined(_M_ARM64)
6
-#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_A64"
7
-#elif defined(_M_AMD64)
8
-#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X64"
9
-#elif defined(_M_ARM)
10
-#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_ARM"
11
-#else
12
-#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X86"
13
-#endif
1
+#pragma once
2
+// 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.
3
+
4
+
5
+#if defined(_M_ARM64)
6
+#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_A64"
7
+#elif defined(_M_AMD64)
8
+#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X64"
9
+#elif defined(_M_ARM)
10
+#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_ARM"
11
+#else
12
+#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X86"
13
+#endif