diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-06 14:48:10 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
commit | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (patch) | |
tree | ffdf7dce6c646f38b5e3ad8325c2ce78ca891a1a /src/test/burn/TestData/PrereqBaTests/BundleE | |
parent | a8504dc4eb1c2d09965b0858699ac737336ef3c1 (diff) | |
download | wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.gz wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.bz2 wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.zip |
Better .nupkg names
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/BundleE')
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wixproj | 4 | ||||
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wixproj b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wixproj index 5d271f55..6e3bbfa5 100644 --- a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wixproj +++ b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wixproj | |||
@@ -16,7 +16,7 @@ | |||
16 | <ProjectReference Include="..\ReplaceConfig\ReplaceConfig.vcxproj" /> | 16 | <ProjectReference Include="..\ReplaceConfig\ReplaceConfig.vcxproj" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Bal.wixext" /> | 19 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
20 | <PackageReference Include="WixToolset.Util.wixext" /> | 20 | <PackageReference Include="WixToolset.Util.wixext" /> |
21 | </ItemGroup> | 21 | </ItemGroup> |
22 | </Project> \ No newline at end of file | 22 | </Project> |
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs index 4855c66e..b6962b65 100644 --- a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs +++ b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs | |||
@@ -8,7 +8,7 @@ | |||
8 | <Payload SourceFile="!(bindpath.dncx86)\TestBA.dll" /> | 8 | <Payload SourceFile="!(bindpath.dncx86)\TestBA.dll" /> |
9 | <Payload SourceFile="!(bindpath.dncx86)\TestBA.runtimeconfig.json" /> | 9 | <Payload SourceFile="!(bindpath.dncx86)\TestBA.runtimeconfig.json" /> |
10 | <Payload SourceFile="!(bindpath.dncx86)\mbanative.dll" /> | 10 | <Payload SourceFile="!(bindpath.dncx86)\mbanative.dll" /> |
11 | <Payload SourceFile="!(bindpath.dncx86)\WixToolset.Mba.Core.dll" /> | 11 | <Payload SourceFile="!(bindpath.dncx86)\WixToolset.BootstrapperApplicationApi.dll" /> |
12 | <Payload SourceFile="$(var.PrereqBaf.TargetPath)" bal:BAFunctions="yes" /> | 12 | <Payload SourceFile="$(var.PrereqBaf.TargetPath)" bal:BAFunctions="yes" /> |
13 | </BootstrapperApplication> | 13 | </BootstrapperApplication> |
14 | </Fragment> | 14 | </Fragment> |