summaryrefslogtreecommitdiff
path: root/src/tools/heat/heat.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools/heat/heat.csproj (renamed from src/wix/heat/heat.csproj)11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/wix/heat/heat.csproj b/src/tools/heat/heat.csproj
index 88fd2eb0..b3d38098 100644
--- a/src/wix/heat/heat.csproj
+++ b/src/tools/heat/heat.csproj
@@ -6,10 +6,9 @@
6 <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks> 6 <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
7 <OutputType>Exe</OutputType> 7 <OutputType>Exe</OutputType>
8 <Description>Harvester</Description> 8 <Description>Harvester</Description>
9 <Title>WiX Harvester</Title> 9 <Title>WiX Toolset Harvester</Title>
10 <DebugType>embedded</DebugType> 10 <DebugType>embedded</DebugType>
11 <PublishRepositoryUrl>true</PublishRepositoryUrl> 11 <PublishRepositoryUrl>true</PublishRepositoryUrl>
12 <!-- <PackAsTool>true</PackAsTool> -->
13 <RuntimeIdentifiers Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp3.1' ">win-x86;win-x64</RuntimeIdentifiers> 12 <RuntimeIdentifiers Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp3.1' ">win-x86;win-x64</RuntimeIdentifiers>
14 <AppConfig>app.config</AppConfig> 13 <AppConfig>app.config</AppConfig>
15 <ApplicationManifest>heat.exe.manifest</ApplicationManifest> 14 <ApplicationManifest>heat.exe.manifest</ApplicationManifest>
@@ -17,10 +16,6 @@
17 </PropertyGroup> 16 </PropertyGroup>
18 17
19 <ItemGroup> 18 <ItemGroup>
20 <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" />
21 </ItemGroup>
22
23 <ItemGroup>
24 <Compile Update="Serialize\WixHarvesterStrings.Designer.cs"> 19 <Compile Update="Serialize\WixHarvesterStrings.Designer.cs">
25 <DesignTime>True</DesignTime> 20 <DesignTime>True</DesignTime>
26 <AutoGen>True</AutoGen> 21 <AutoGen>True</AutoGen>
@@ -36,8 +31,8 @@
36 </ItemGroup> 31 </ItemGroup>
37 32
38 <ItemGroup> 33 <ItemGroup>
39 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" /> 34 <PackageReference Include="WixToolset.Core" />
40 <ProjectReference Include="..\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" /> 35 <PackageReference Include="WixToolset.Core.Burn" />
41 </ItemGroup> 36 </ItemGroup>
42 37
43 <ItemGroup> 38 <ItemGroup>