f866bb6830
There is now less code and it is more consistent with the other code in the project.
9 lines
431 B
XML
9 lines
431 B
XML
<?xml version="1.0"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
|
|
<?include "Variables.wxi" ?>
|
|
<Fragment>
|
|
<Component Id="Dotnet_CLI_$(var.Dotnet_DisplayVersion)" Directory="TARGETDIR" Win64="no" Guid="3B7DF8C8-9BB9-3F4C-8CBF-E393E4D7FF43">
|
|
<dep:Provides Key="Dotnet.CLI_$(var.Dotnet_DisplayVersion)" />
|
|
</Component>
|
|
</Fragment>
|
|
</Wix>
|