aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
committerRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
commitb387913d0e76aa7863f8766868cd2fb3b3fffcde (patch)
tree489c84a68c6a2932efe99def3ebc81e926d07a36 /src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
parent71c52d5af2293d3eb79882ce36b0411f81185c11 (diff)
downloadwix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.gz
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.bz2
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.zip
Remove "Fixture" from the test assembly name
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
new file mode 100644
index 00000000..c74e86a7
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4This 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="Manufacturer">Example Company</String>
9
10</WixLocalization>