diff options
| author | Bob Arnson <bob@firegiant.com> | 2022-01-30 17:02:13 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2022-01-30 17:50:26 -0500 |
| commit | bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (patch) | |
| tree | d05102b0868f2b375d7692c5a47cd0b541d31524 /src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs | |
| parent | 7ce477c6863c74ef0a50d117d8c28b2f19971b42 (diff) | |
| download | wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.gz wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.bz2 wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.zip | |
Add platform-specific CAs and compiler extension.
https://github.com/wixtoolset/issues/issues/5933
Diffstat (limited to 'src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs')
| -rw-r--r-- | src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs b/src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs index f3a2ae92..de1288b3 100644 --- a/src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs +++ b/src/ext/DirectX/test/WixToolsetTest.DirectX/TestData/UsingPixelShaderVersion/PackageComponents.wxs | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:directx="http://wixtoolset.org/schemas/v4/wxs/directx"> |
| 3 | <Fragment> | 3 | <Fragment> |
| 4 | <PropertyRef Id="WIX_DIRECTX_PIXELSHADERVERSION" /> | 4 | <directx:GetCapabilities /> |
| 5 | |||
| 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 6 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 6 | <Component> | 7 | <Component> |
| 7 | <File Source="example.txt" /> | 8 | <File Source="example.txt" /> |
