diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-06-25 16:40:41 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-06-25 16:44:41 -0400 |
| commit | 37440a2e80c30cdce283bc570d92afe94430a345 (patch) | |
| tree | 1b1fa1770ea595db5d016905d622842b76307d64 /src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |
| parent | 431ac2dcd9823fa0abbbcb16b833a83e3bd4faf9 (diff) | |
| download | wix-37440a2e80c30cdce283bc570d92afe94430a345.tar.gz wix-37440a2e80c30cdce283bc570d92afe94430a345.tar.bz2 wix-37440a2e80c30cdce283bc570d92afe94430a345.zip | |
Support SDK-style projects with MSBuild SDK assets.
Diffstat (limited to 'src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec')
| -rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec index be04d21b..591b63a6 100644 --- a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec +++ b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | <files> | 13 | <files> |
| 14 | <file src="build\**\*" target="build" /> | 14 | <file src="build\**\*" target="build" /> |
| 15 | <file src="Sdk\**\*" target="Sdk" /> | ||
| 15 | <file src="tools\**\*" target="tools" /> | 16 | <file src="tools\**\*" target="tools" /> |
| 16 | </files> | 17 | </files> |
| 17 | </package> | 18 | </package> |
