main
wxl 11 lines 334 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 This file contains the declaration of all the localizable strings.
5 -->
6 <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
7
8 <String Id="BundleName" Value="~TestBundle" />
9 <String Id="BundleInProgressName" Value="~InProgressTestBundle" />
10
11 </WixLocalization>