aboutsummaryrefslogtreecommitdiff
path: root/src/heat/heat.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-10 08:11:09 -0700
committerRob Mensching <rob@firegiant.com>2020-06-10 08:16:55 -0700
commit74e57bee9f6d9029cbbb2977c18f02d8ec18c50c (patch)
treef8cb65b4868e4a366d19053d173aa181512e9a4e /src/heat/heat.csproj
parent5edb291f102959e993123ee402d364df450206cf (diff)
downloadwix-74e57bee9f6d9029cbbb2977c18f02d8ec18c50c.tar.gz
wix-74e57bee9f6d9029cbbb2977c18f02d8ec18c50c.tar.bz2
wix-74e57bee9f6d9029cbbb2977c18f02d8ec18c50c.zip
Update MSBuild task to support async commands and push heat out of proc
Diffstat (limited to 'src/heat/heat.csproj')
-rw-r--r--src/heat/heat.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj
index 9d6eeaa7..bdcb4e3b 100644
--- a/src/heat/heat.csproj
+++ b/src/heat/heat.csproj
@@ -21,7 +21,7 @@
21 </PropertyGroup> 21 </PropertyGroup>
22 22
23 <ItemGroup> 23 <ItemGroup>
24 <Compile Include="..\WixToolset.Tools.Core\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" /> 24 <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" />
25 </ItemGroup> 25 </ItemGroup>
26 26
27 <ItemGroup> 27 <ItemGroup>