aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-11-08 14:58:05 -0800
committerRob Mensching <rob@firegiant.com>2022-11-08 16:20:25 -0800
commitc843b47d6233153fa961c6d0e61edf7cedf255bb (patch)
tree9eae6badd42d3badb8665b7414b4d44ca48d6ae1 /src/test/msi
parent7e498d6348c26583972ea1cdf7d51dadc8f5b792 (diff)
downloadwix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.gz
wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.bz2
wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.zip
Separate WixInternal content from official WixToolset namespace
Diffstat (limited to 'src/test/msi')
-rw-r--r--src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
index 7e479327..d64c942a 100644
--- a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
+++ b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
@@ -19,7 +19,7 @@
19 <ItemGroup> 19 <ItemGroup>
20 <PackageReference Include="Microsoft.Win32.Registry" /> 20 <PackageReference Include="Microsoft.Win32.Registry" />
21 <PackageReference Include="System.Security.Principal.Windows" /> 21 <PackageReference Include="System.Security.Principal.Windows" />
22 <PackageReference Include="WixBuildTools.TestSupport" /> 22 <PackageReference Include="WixInternal.TestSupport" />
23 <PackageReference Include="WixToolset.Data" /> 23 <PackageReference Include="WixToolset.Data" />
24 </ItemGroup> 24 </ItemGroup>
25</Project> 25</Project>