aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-01-01 16:49:10 -0800
committerRob Mensching <rob@firegiant.com>2018-01-01 16:49:10 -0800
commita5b99dfd10f8c429af08c7b33de97ffbbf8502c9 (patch)
treee4897967188e156edefd6b6df2d6bda1d073c517 /src/FindLocalWix.props
parentc8f39be3f8b70b36a8b89b6ccdd4ebb94290b6b3 (diff)
downloadwix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.tar.gz
wix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.tar.bz2
wix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.zip
Set default culture and update to latest dependencies
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
index 016dac77..1301b0e5 100644
--- a/src/FindLocalWix.props
+++ b/src/FindLocalWix.props
@@ -3,6 +3,6 @@
3 3
4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup> 5 <PropertyGroup>
6 <WixTargetsPath Condition=" '$(Configuration)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\net461\wix.targets') ">$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\net461\wix.targets</WixTargetsPath> 6 <WixTargetsPath Condition=" '$(Configuration)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Core\README.md') ">$(MSBuildThisFileDirectory)..\..\Core\build\Debug\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup> 7 </PropertyGroup>
8</Project> 8</Project>