aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/EarliestCoreBundleSCD/EarliestCoreBundleSCD.wixproj
blob: ebeebff25f8081e9e9c8f745b7038e0db5e42d9e (plain)
1
2
3
4
5
6
7
8
9
10
<!-- 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. -->
<Project Sdk="WixToolset.Sdk">
    <ItemGroup>
        <BindInputPaths Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd" />
        <HarvestDirectory Include="$(OutputPath)publish\Example.EarliestCoreMBA\scd">
            <DirectoryRefId>publish.Example.EarliestCoreMBA.scd</DirectoryRefId>
            <Transforms>ba.xslt</Transforms>
        </HarvestDirectory>
    </ItemGroup>
</Project>