diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-02-03 04:52:54 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-02-03 05:41:33 -0800 |
| commit | 56521d6d938915bc27c86e99f56724fecc1ae1de (patch) | |
| tree | c5020c8d7bfd967bcb302e6ec4ec0235039872b3 /src | |
| parent | dad29a9c5986fe30ae6992668019e5bbca446ed0 (diff) | |
| download | wix-56521d6d938915bc27c86e99f56724fecc1ae1de.tar.gz wix-56521d6d938915bc27c86e99f56724fecc1ae1de.tar.bz2 wix-56521d6d938915bc27c86e99f56724fecc1ae1de.zip | |
Ensure CreateManifestResourceNams is always run when compiling
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index a04c1ec9..487c5cb3 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets | |||
| @@ -555,6 +555,7 @@ | |||
| 555 | <PropertyGroup> | 555 | <PropertyGroup> |
| 556 | <CoreCompileDependsOn> | 556 | <CoreCompileDependsOn> |
| 557 | AssignTargetPaths; | 557 | AssignTargetPaths; |
| 558 | CreateManifestResourceNames; | ||
| 558 | ReadPreviousBindInputsAndBuiltOutputs; | 559 | ReadPreviousBindInputsAndBuiltOutputs; |
| 559 | _CreateProjectDefineConstants; | 560 | _CreateProjectDefineConstants; |
| 560 | $(CoreCompileDependsOn) | 561 | $(CoreCompileDependsOn) |
