blob: 74e1a1e3449a4d820ac928e6d25665a223138bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Company" Overridable="yes" Value=".NET Foundation" />
<String Id="Copyright" Overridable="yes" Value="Copyright (c) .NET Foundation and contributors. All rights reserved." />
<String Id="Name" Overridable="yes" Value="WiX Toolset Additional Tools" />
<String Id="Regid" Overridable="yes" Value="wixtoolset.org" />
<String Id="AboutUrl" Overridable="yes" Value="https://wixtoolset.org/" />
<String Id="LicenseUrl" Overridable="yes" Value="https://wixtoolset.org/about/license/" />
<String Id="SupportUrl" Overridable="yes" Value="https://wixtoolset.org/documentation/" />
<String Id="UpdateUrl" Overridable="yes" Value="https://wixtoolset.org/releases/feed/v$(SetupMajorMinorVersion)" />
</WixLocalization>
|