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.props | |
| 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.props')
| -rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props new file mode 100644 index 00000000..7448d192 --- /dev/null +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
| 5 | <PropertyGroup> | ||
| 6 | <WixTargetsPath>$(MSBuildThisFileDirectory)..\tools\wix.targets</WixTargetsPath> | ||
| 7 | </PropertyGroup> | ||
| 8 | </Project> | ||
