diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-28 23:00:05 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-28 23:10:12 +1000 |
| commit | ef0dbdc18c4335fef395fb954845031ea90503be (patch) | |
| tree | 1d9bec91f1fbef5b24cdfdb45a05ef2ee5e6caee /src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |
| parent | 551f2a43de0465202e3a3aca24379481cc35733e (diff) | |
| download | wix-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.MSBuild/WixToolset.MSBuild.nuspec')
| -rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec index c9e5cdf2..00cf440b 100644 --- a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec +++ b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |||
| @@ -12,6 +12,10 @@ | |||
| 12 | 12 | ||
| 13 | <files> | 13 | <files> |
| 14 | <file src="$projectFolder$$id$.props" target="build" /> | 14 | <file src="$projectFolder$$id$.props" target="build" /> |
| 15 | <file src="$projectFolder$wix.ca.targets" target="tools" /> | ||
| 16 | <file src="$projectFolder$wix.harvest.targets" target="tools" /> | ||
| 17 | <file src="$projectFolder$wix.signing.targets" target="tools" /> | ||
| 18 | <file src="$projectFolder$wix.targets" target="tools" /> | ||
| 15 | <file src="net461\*" target="tools\net461" /> | 19 | <file src="net461\*" target="tools\net461" /> |
| 16 | <file src="netcoreapp2.1\*" target="tools\netcoreapp2.1" /> | 20 | <file src="netcoreapp2.1\*" target="tools\netcoreapp2.1" /> |
| 17 | </files> | 21 | </files> |
