diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl | 4 | ||||
-rw-r--r-- | src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl index 6a53859c..70e1f39f 100644 --- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl +++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.en-us.wxl | |||
@@ -5,7 +5,7 @@ This file contains the declaration of all the localizable strings. | |||
5 | --> | 5 | --> |
6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
7 | 7 | ||
8 | <String Id="PackageName">WixprojPackageVcxprojWindowsApp</String> | 8 | <String Id="PackageName" Value="WixprojPackageVcxprojWindowsApp" /> |
9 | <String Id="FeatureTitle">The First Feature in my Product</String> | 9 | <String Id="FeatureTitle" Value="The First Feature in my Product" /> |
10 | 10 | ||
11 | </WixLocalization> | 11 | </WixLocalization> |
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl index 0f902c8d..16edf6d9 100644 --- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl +++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/Package.ja-jp.wxl | |||
@@ -5,7 +5,7 @@ This file contains the declaration of all the localizable strings. | |||
5 | --> | 5 | --> |
6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="ja-JP"> | 6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="ja-JP"> |
7 | 7 | ||
8 | <String Id="PackageName">WixprojPackageVcxprojWindowsApp-jp</String> | 8 | <String Id="PackageName" Value="WixprojPackageVcxprojWindowsApp-jp" /> |
9 | <String Id="FeatureTitle">The First Feature in my Prooooduct, eh?</String> | 9 | <String Id="FeatureTitle" Value="The First Feature in my Prooooduct, eh?" /> |
10 | 10 | ||
11 | </WixLocalization> | 11 | </WixLocalization> |