diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-02 13:56:13 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-02 13:59:05 +1000 |
| commit | 98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2 (patch) | |
| tree | e15a1ab8ff6a3ed43d887e3998c1adc30d4c71f6 /src/Directory.Build.props | |
| parent | 6ef267bc108ea6dcfc958da281b51baf30a93078 (diff) | |
| download | wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.gz wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.bz2 wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.zip | |
Update dependencies.
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e853e22d..a22f4470 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | <PropertyGroup> | 8 | <PropertyGroup> |
| 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 10 | <EnableSourceLink Condition=" '$(NCrunch)' == '1' ">false</EnableSourceLink> | 10 | <EnableSourceLink Condition=" '$(NCrunch)' == '1' ">false</EnableSourceLink> |
| 11 | <MSBuildWarningsAsMessages>MSB3246</MSBuildWarningsAsMessages> | ||
| 11 | 12 | ||
| 12 | <ProjectName Condition=" '$(ProjectName)' == '' ">$(MSBuildProjectName)</ProjectName> | 13 | <ProjectName Condition=" '$(ProjectName)' == '' ">$(MSBuildProjectName)</ProjectName> |
| 13 | <BaseOutputPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\build\))</BaseOutputPath> | 14 | <BaseOutputPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\build\))</BaseOutputPath> |
| @@ -21,6 +22,7 @@ | |||
| 21 | <Product>WiX Toolset</Product> | 22 | <Product>WiX Toolset</Product> |
| 22 | </PropertyGroup> | 23 | </PropertyGroup> |
| 23 | 24 | ||
| 24 | <Import Project="Cpp.Build.props" Condition=" '$(MSBuildProjectExtension)'=='.vcxproj' " /> | 25 | <Import Project="Cpp.Build.props" Condition=" Exists('Cpp.Build.props') And '$(MSBuildProjectExtension)'=='.vcxproj' " /> |
| 26 | <Import Project="Wix.Build.props" Condition=" Exists('Wix.Build.props') And '$(MSBuildProjectExtension)'=='.wixproj' " /> | ||
| 25 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> | 27 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> |
| 26 | </Project> | 28 | </Project> |
