summaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/WixTestTools.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-28 21:02:23 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-29 00:23:14 -0500
commit5b04bce6567855325810bc4e6bcd2f6e05b329c7 (patch)
treea36e140d36c83a2ef7e81a88d941dd792bef3f55 /src/test/burn/WixTestTools/WixTestTools.csproj
parent681da11cfc9a266304b47b88843cb8a365015c63 (diff)
downloadwix-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.csproj2
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" />