aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-28 23:00:05 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-28 23:10:12 +1000
commitef0dbdc18c4335fef395fb954845031ea90503be (patch)
tree1d9bec91f1fbef5b24cdfdb45a05ef2ee5e6caee /src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
parent551f2a43de0465202e3a3aca24379481cc35733e (diff)
downloadwix-ef0dbdc18c4335fef395fb954845031ea90503be.tar.gz
wix-ef0dbdc18c4335fef395fb954845031ea90503be.tar.bz2
wix-ef0dbdc18c4335fef395fb954845031ea90503be.zip
Move the targets files into the top-level tools folder.
Diffstat (limited to 'src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj')
-rw-r--r--src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
index 8724f2fc..a8363e7b 100644
--- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
+++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
@@ -17,15 +17,6 @@
17 </PropertyGroup> 17 </PropertyGroup>
18 18
19 <ItemGroup> 19 <ItemGroup>
20 <Content Include="redirects\wix.targets" CopyToOutputDirectory="PreserveNewest" />
21 <Content Include="redirects\wix.ca.targets" CopyToOutputDirectory="PreserveNewest" />
22 <Content Include="wix.targets" CopyToOutputDirectory="PreserveNewest" />
23 <Content Include="wix.ca.targets" CopyToOutputDirectory="PreserveNewest" />
24 <Content Include="wix.harvest.targets" CopyToOutputDirectory="PreserveNewest" />
25 <Content Include="wix.signing.targets" CopyToOutputDirectory="PreserveNewest" />
26 </ItemGroup>
27
28 <ItemGroup>
29 <ProjectReference Include="..\WixToolset.Tools.Core\WixToolset.Tools.Core.csproj" /> 20 <ProjectReference Include="..\WixToolset.Tools.Core\WixToolset.Tools.Core.csproj" />
30 </ItemGroup> 21 </ItemGroup>
31 22