diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-09-24 15:49:15 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-09-24 15:49:15 -0700 |
| commit | 5d6c31d1f5e0b8a46f41d4f321e878adba156bb2 (patch) | |
| tree | 0efc8b01fee4254b616a492e3191a36c4fb6f62a /src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |
| parent | feea62d5bd1f90bb012cb7cf2c84c9703f6568b2 (diff) | |
| download | wix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.tar.gz wix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.tar.bz2 wix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.zip | |
Correctly name NuGet .props file
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec')
| -rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec index 5879b7a5..5b81d615 100644 --- a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | </metadata> | 11 | </metadata> |
| 12 | 12 | ||
| 13 | <files> | 13 | <files> |
| 14 | <file src="redirects\wix.props" target="build" /> | 14 | <file src="$projectFolder$$id$.props" target="build" /> |
| 15 | 15 | ||
| 16 | <file src="redirects\wix.targets" target="msbuild" /> | 16 | <file src="redirects\wix.targets" target="msbuild" /> |
| 17 | <file src="redirects\wix.ca.targets" target="msbuild" /> | 17 | <file src="redirects\wix.ca.targets" target="msbuild" /> |
