diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-13 10:14:45 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-13 13:13:48 -0500 |
commit | 4c3640ad5ef05b5be44df2aee2a23baa40471422 (patch) | |
tree | b9aab6744e812298db3f4a98bc389ec5f212e80d /src/burn/Directory.Build.props | |
parent | 3704a5547766581b15690b6535d03568afcfc2a0 (diff) | |
download | wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.tar.gz wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.tar.bz2 wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.zip |
Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.
Diffstat (limited to 'src/burn/Directory.Build.props')
-rw-r--r-- | src/burn/Directory.Build.props | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/Directory.Build.props b/src/burn/Directory.Build.props index f929fa2b..6050781d 100644 --- a/src/burn/Directory.Build.props +++ b/src/burn/Directory.Build.props | |||
@@ -7,4 +7,8 @@ | |||
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | 8 | ||
9 | <Import Project="..\Directory.Build.props" /> | 9 | <Import Project="..\Directory.Build.props" /> |
10 | |||
11 | <PropertyGroup> | ||
12 | <BurnGeneratedHeaderDirectory>$(BaseIntermediateOutputPath)..\</BurnGeneratedHeaderDirectory> | ||
13 | </PropertyGroup> | ||
10 | </Project> | 14 | </Project> |