diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-03-19 16:26:36 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-03-19 17:55:00 -0700 |
| commit | 4d3f7c8cf16db06932596beb27d8d025be501b95 (patch) | |
| tree | ca9306b13294190a85de1fbd13ff0eac8da34602 /src/setup/wix-cli/wix-cli.wixproj | |
| parent | 669057f49c207de597604f847fb6ec55f17df121 (diff) | |
| download | wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.gz wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.bz2 wix-4d3f7c8cf16db06932596beb27d8d025be501b95.zip | |
Introduce the Open Source Maintenance Fee EULA
This adds the EULA to all the binary releases
Closes 8974
Diffstat (limited to 'src/setup/wix-cli/wix-cli.wixproj')
| -rw-r--r-- | src/setup/wix-cli/wix-cli.wixproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup/wix-cli/wix-cli.wixproj b/src/setup/wix-cli/wix-cli.wixproj index 35457460..5a5e2a93 100644 --- a/src/setup/wix-cli/wix-cli.wixproj +++ b/src/setup/wix-cli/wix-cli.wixproj | |||
| @@ -28,6 +28,10 @@ | |||
| 28 | <BindPath Include="$(RootBuildFolder)VisualStudio.wixext\$(Configuration)\netstandard2.0\" /> | 28 | <BindPath Include="$(RootBuildFolder)VisualStudio.wixext\$(Configuration)\netstandard2.0\" /> |
| 29 | </ItemGroup> | 29 | </ItemGroup> |
| 30 | 30 | ||
| 31 | <ItemGroup> | ||
| 32 | <PackageReference Include="WixToolset.UI.wixext" /> | ||
| 33 | </ItemGroup> | ||
| 34 | |||
| 31 | <UsingTask TaskName="GenerateMetadata" AssemblyFile="$(BaseOutputPath)$(Configuration)\net472\MetadataTask.dll" /> | 35 | <UsingTask TaskName="GenerateMetadata" AssemblyFile="$(BaseOutputPath)$(Configuration)\net472\MetadataTask.dll" /> |
| 32 | 36 | ||
| 33 | <Target Name="GenerateMetadata" AfterTargets="AfterBuild"> | 37 | <Target Name="GenerateMetadata" AfterTargets="AfterBuild"> |
