diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-03 20:50:10 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-03 21:28:32 -0800 |
commit | d4b81140251e365a3241a15b16efc65a035c152a (patch) | |
tree | 9d251d41fbf3ba2172d970b4bbc56b6946fecc2d /src/ext/Iis/Directory.Build.props | |
parent | e172f757d7fc97e55198b07605b45aa8ab786490 (diff) | |
download | wix-d4b81140251e365a3241a15b16efc65a035c152a.tar.gz wix-d4b81140251e365a3241a15b16efc65a035c152a.tar.bz2 wix-d4b81140251e365a3241a15b16efc65a035c152a.zip |
Properly place Iis.wixext in its own segment and simplify its build
Diffstat (limited to 'src/ext/Iis/Directory.Build.props')
-rw-r--r-- | src/ext/Iis/Directory.Build.props | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/Iis/Directory.Build.props b/src/ext/Iis/Directory.Build.props new file mode 100644 index 00000000..48e69fe3 --- /dev/null +++ b/src/ext/Iis/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>Iis.wixext</SegmentName> | ||
7 | </PropertyGroup> | ||
8 | |||
9 | <Import Project="..\..\Directory.Build.props" /> | ||
10 | </Project> | ||