diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-28 21:02:23 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-29 00:23:14 -0500 |
commit | 5b04bce6567855325810bc4e6bcd2f6e05b329c7 (patch) | |
tree | a36e140d36c83a2ef7e81a88d941dd792bef3f55 /src/test/burn/WixTestTools/WixTestTools.csproj | |
parent | 681da11cfc9a266304b47b88843cb8a365015c63 (diff) | |
download | wix-5b04bce6567855325810bc4e6bcd2f6e05b329c7.tar.gz wix-5b04bce6567855325810bc4e6bcd2f6e05b329c7.tar.bz2 wix-5b04bce6567855325810bc4e6bcd2f6e05b329c7.zip |
Port UtilExtension.UserTests from wix3.
Diffstat (limited to 'src/test/burn/WixTestTools/WixTestTools.csproj')
-rw-r--r-- | src/test/burn/WixTestTools/WixTestTools.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/burn/WixTestTools/WixTestTools.csproj b/src/test/burn/WixTestTools/WixTestTools.csproj index 7b726560..49e14f25 100644 --- a/src/test/burn/WixTestTools/WixTestTools.csproj +++ b/src/test/burn/WixTestTools/WixTestTools.csproj | |||
@@ -9,6 +9,8 @@ | |||
9 | 9 | ||
10 | <ItemGroup> | 10 | <ItemGroup> |
11 | <PackageReference Include="Microsoft.Win32.Registry" /> | 11 | <PackageReference Include="Microsoft.Win32.Registry" /> |
12 | <PackageReference Include="System.DirectoryServices" /> | ||
13 | <PackageReference Include="System.DirectoryServices.AccountManagement" /> | ||
12 | <PackageReference Include="System.Security.Principal.Windows" /> | 14 | <PackageReference Include="System.Security.Principal.Windows" /> |
13 | <PackageReference Include="WixBuildTools.TestSupport" /> | 15 | <PackageReference Include="WixBuildTools.TestSupport" /> |
14 | <PackageReference Include="WixToolset.Data" /> | 16 | <PackageReference Include="WixToolset.Data" /> |