diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
| commit | 5524dd89431695bf9d710e694ec49401d3cecfde (patch) | |
| tree | f08a91dceac7e05fbb0aa9b360fc6ff72738f82c /src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props | |
| parent | 6e6771e80225c1697ea418ad99d95be8dac61102 (diff) | |
| download | wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.gz wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.bz2 wix-5524dd89431695bf9d710e694ec49401d3cecfde.zip | |
Store different framework target separately
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props')
| -rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props index 24aab72e..8d71aa66 100644 --- a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.props | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\wix.targets</WixTargetsPath> | 6 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\net461\wix.targets</WixTargetsPath> |
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | </Project> | 8 | </Project> |
