summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/Directory.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-01-03 20:50:17 -0800
committerRob Mensching <rob@firegiant.com>2022-01-03 21:28:32 -0800
commit190c5244bf7f2f7827a661d2d2bfb85ae40279a3 (patch)
tree07a7c20cf4c5f3d9543ac13f1297423675a4470e /src/ext/Msmq/Directory.Build.props
parentd4b81140251e365a3241a15b16efc65a035c152a (diff)
downloadwix-190c5244bf7f2f7827a661d2d2bfb85ae40279a3.tar.gz
wix-190c5244bf7f2f7827a661d2d2bfb85ae40279a3.tar.bz2
wix-190c5244bf7f2f7827a661d2d2bfb85ae40279a3.zip
Properly place Iis.wixext in its own segment and simplify its build
Diffstat (limited to 'src/ext/Msmq/Directory.Build.props')
-rw-r--r--src/ext/Msmq/Directory.Build.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/Msmq/Directory.Build.props b/src/ext/Msmq/Directory.Build.props
new file mode 100644
index 00000000..3efb0afa
--- /dev/null
+++ b/src/ext/Msmq/Directory.Build.props
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
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
4<Project>
5 <PropertyGroup>
6 <SegmentName>Msmq.wixext</SegmentName>
7 </PropertyGroup>
8
9 <Import Project="..\..\Directory.Build.props" />
10</Project>