diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-14 14:27:03 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-15 11:45:54 -0700 |
commit | a3af25607b56f5ecf21d6712a8367217e5c43eb0 (patch) | |
tree | 213634eab88ea51ab6775ea49df85a73a0f54287 /src/ext/Util/wixext/WixToolset.Util.wixext.csproj | |
parent | 08f53f409020b12dffaa2aeefa943b667a4b9328 (diff) | |
download | wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.tar.gz wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.tar.bz2 wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.zip |
Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s
Fixes 6944
Diffstat (limited to 'src/ext/Util/wixext/WixToolset.Util.wixext.csproj')
-rw-r--r-- | src/ext/Util/wixext/WixToolset.Util.wixext.csproj | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj index 82e1886b..a4fcaf14 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj +++ b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj | |||
@@ -10,16 +10,13 @@ | |||
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <Import Project="..\..\WixExt.props" /> | ||
14 | |||
13 | <ItemGroup> | 15 | <ItemGroup> |
14 | <ProjectReference Include="..\wixlib\util.wixproj" | 16 | <EmbeddedResource Include="$(OutputPath)..\util.wixlib" /> |
15 | OutputItemType="EmbeddedResource" | ||
16 | ReferenceOutputAssembly="false" | ||
17 | SkipGetTargetFrameworkProperties="true" | ||
18 | /> | ||
19 | <EmbeddedResource Include="$(OutputPath)..\util.wixlib" Condition=" '$(NCrunch)'=='1' " /> | ||
20 | </ItemGroup> | 17 | </ItemGroup> |
21 | 18 | ||
22 | <ItemGroup> | 19 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
23 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> | 20 | <ProjectReference Include="..\wixlib\util.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> |
24 | </ItemGroup> | 21 | </ItemGroup> |
25 | </Project> | 22 | </Project> |