aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/EarliestCoreBundleSCD
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-14 22:58:30 -0700
committerRob Mensching <rob@firegiant.com>2022-10-15 11:45:54 -0700
commite550b63845a90e1a9452060b50a00ca5d9ee8c67 (patch)
treee1ca7fef941d704c682c29eece292adc350a6f37 /src/ext/Bal/test/examples/EarliestCoreBundleSCD
parent9d631dd64891936738077e4b2e1153c3d84b5f86 (diff)
downloadwix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.tar.gz
wix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.tar.bz2
wix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.zip
Name the bind path item group "BindPath" in MSBuild
Closes 6959
Diffstat (limited to 'src/ext/Bal/test/examples/EarliestCoreBundleSCD')
-rw-r--r--src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj b/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj
index 3f81710e..1179bea7 100644
--- a/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj
+++ b/src/ext/Bal/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj
@@ -1,7 +1,7 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <ItemGroup> 3 <ItemGroup>
4 <BindInputPaths Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd" /> 4 <BindPath Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd" />
5 <HarvestDirectory Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd"> 5 <HarvestDirectory Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd">
6 <DirectoryRefId>publish.Example.EarliestCoreMBA.scd</DirectoryRefId> 6 <DirectoryRefId>publish.Example.EarliestCoreMBA.scd</DirectoryRefId>
7 <Transforms>ba.xslt</Transforms> 7 <Transforms>ba.xslt</Transforms>