From 049a5c80b1af9612c8484db177323be4444e7c8a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 22 May 2020 20:10:06 +1000 Subject: Enable long path support for heat, wix, and wixcop. --- src/wixcop/WixCop.csproj | 2 ++ src/wixcop/app.config | 10 ++++++++++ src/wixcop/wixcop.exe.manifest | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 src/wixcop/app.config create mode 100644 src/wixcop/wixcop.exe.manifest (limited to 'src/wixcop') diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index 8b3acf44..63e1aa06 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj @@ -12,6 +12,8 @@ win-x86 AnyCPU + app.config + wixcop.exe.manifest diff --git a/src/wixcop/app.config b/src/wixcop/app.config new file mode 100644 index 00000000..65d3d6c3 --- /dev/null +++ b/src/wixcop/app.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/wixcop/wixcop.exe.manifest b/src/wixcop/wixcop.exe.manifest new file mode 100644 index 00000000..bf4a93b0 --- /dev/null +++ b/src/wixcop/wixcop.exe.manifest @@ -0,0 +1,20 @@ + + + + + + + WiX Toolset Correction Tool + + + + + + + + + + true + + + -- cgit v1.2.3-55-g6feb