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/heat/app.config | 10 ++++++++++ src/heat/heat.csproj | 2 ++ src/heat/heat.exe.manifest | 20 ++++++++++++++++++++ src/wix/app.config | 10 ++++++++++ src/wix/wix.csproj | 2 ++ src/wix/wix.exe.manifest | 20 ++++++++++++++++++++ src/wixcop/WixCop.csproj | 2 ++ src/wixcop/app.config | 10 ++++++++++ src/wixcop/wixcop.exe.manifest | 20 ++++++++++++++++++++ 9 files changed, 96 insertions(+) create mode 100644 src/heat/app.config create mode 100644 src/heat/heat.exe.manifest create mode 100644 src/wix/app.config create mode 100644 src/wix/wix.exe.manifest create mode 100644 src/wixcop/app.config create mode 100644 src/wixcop/wixcop.exe.manifest (limited to 'src') diff --git a/src/heat/app.config b/src/heat/app.config new file mode 100644 index 00000000..65d3d6c3 --- /dev/null +++ b/src/heat/app.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index fd56c6c8..f6548e65 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj @@ -12,6 +12,8 @@ win-x86 AnyCPU + app.config + heat.exe.manifest diff --git a/src/heat/heat.exe.manifest b/src/heat/heat.exe.manifest new file mode 100644 index 00000000..b4adfbb7 --- /dev/null +++ b/src/heat/heat.exe.manifest @@ -0,0 +1,20 @@ + + + + + + + WiX Toolset Harvester + + + + + + + + + + true + + + diff --git a/src/wix/app.config b/src/wix/app.config new file mode 100644 index 00000000..65d3d6c3 --- /dev/null +++ b/src/wix/app.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/wix/wix.csproj b/src/wix/wix.csproj index ef007849..8fd45631 100644 --- a/src/wix/wix.csproj +++ b/src/wix/wix.csproj @@ -12,6 +12,8 @@ win-x86 AnyCPU + app.config + wix.exe.manifest diff --git a/src/wix/wix.exe.manifest b/src/wix/wix.exe.manifest new file mode 100644 index 00000000..49d90508 --- /dev/null +++ b/src/wix/wix.exe.manifest @@ -0,0 +1,20 @@ + + + + + + + WiX Toolset Compiler + + + + + + + + + + true + + + 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