aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/Directory.wixproj.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/test/examples/Directory.wixproj.targets')
-rw-r--r--src/ext/Bal/test/examples/Directory.wixproj.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/Directory.wixproj.targets b/src/ext/Bal/test/examples/Directory.wixproj.targets
index 7e6fe9f2..f126c632 100644
--- a/src/ext/Bal/test/examples/Directory.wixproj.targets
+++ b/src/ext/Bal/test/examples/Directory.wixproj.targets
@@ -2,7 +2,7 @@
2<!-- 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<!-- 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. -->
3<Project> 3<Project>
4 <ItemGroup> 4 <ItemGroup>
5 <BindInputPaths Include="$(OutputPath)" /> 5 <BindPath Include="$(OutputPath)" />
6 <WixExtension Include="$(OutputPath)..\netstandard2.0\WixToolset.Bal.wixext.dll" /> 6 <WixExtension Include="$(OutputPath)..\netstandard2.0\WixToolset.Bal.wixext.dll" />
7 </ItemGroup> 7 </ItemGroup>
8</Project> 8</Project>