main
wxl 11 lines 357 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="PackageName" Value="WixprojPackageVcxprojWindowsApp" />
9 <String Id="FeatureTitle" Value="The First Feature in my Product" />
10
11 </WixLocalization>