diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-08 14:58:05 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 16:20:25 -0800 |
commit | c843b47d6233153fa961c6d0e61edf7cedf255bb (patch) | |
tree | 9eae6badd42d3badb8665b7414b4d44ca48d6ae1 /src/ext | |
parent | 7e498d6348c26583972ea1cdf7d51dadc8f5b792 (diff) | |
download | wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.gz wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.bz2 wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.zip |
Separate WixInternal content from official WixToolset namespace
Diffstat (limited to 'src/ext')
36 files changed, 54 insertions, 54 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs b/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs index 63b9b4a8..329722a4 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs +++ b/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs | |||
@@ -6,9 +6,9 @@ namespace WixToolsetTest.Bal | |||
6 | using System.IO; | 6 | using System.IO; |
7 | using System.Linq; | 7 | using System.Linq; |
8 | using System.Xml; | 8 | using System.Xml; |
9 | using WixBuildTools.TestSupport; | ||
10 | using WixToolset.Bal; | 9 | using WixToolset.Bal; |
11 | using WixToolset.Core.TestPackage; | 10 | using WixInternal.Core.TestPackage; |
11 | using WixInternal.TestSupport; | ||
12 | using Xunit; | 12 | using Xunit; |
13 | 13 | ||
14 | public class BalExtensionFixture | 14 | public class BalExtensionFixture |
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/InternalUIBAFixture.cs b/src/ext/Bal/test/WixToolsetTest.Bal/InternalUIBAFixture.cs index dba78da4..b7609d19 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/InternalUIBAFixture.cs +++ b/src/ext/Bal/test/WixToolsetTest.Bal/InternalUIBAFixture.cs | |||
@@ -5,8 +5,8 @@ namespace WixToolsetTest.Bal | |||
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
7 | using System.Linq; | 7 | using System.Linq; |
8 | using WixBuildTools.TestSupport; | 8 | using WixInternal.TestSupport; |
9 | using WixToolset.Core.TestPackage; | 9 | using WixInternal.Core.TestPackage; |
10 | using Xunit; | 10 | using Xunit; |
11 | 11 | ||
12 | public class InternalUIBAFixture | 12 | public class InternalUIBAFixture |
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj index 0022fc7e..644fb625 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj +++ b/src/ext/Bal/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj | |||
@@ -20,6 +20,6 @@ | |||
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | 21 | ||
22 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 23 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
24 | </ItemGroup> | 24 | </ItemGroup> |
25 | </Project> | 25 | </Project> |
diff --git a/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj b/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj index 45c76232..1cbf702d 100644 --- a/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj +++ b/src/ext/Bal/test/WixToolsetTest.Dnc.HostGenerator/WixToolsetTest.Dnc.HostGenerator.csproj | |||
@@ -12,7 +12,7 @@ | |||
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <PackageReference Include="WixBuildTools.TestSupport" /> | 15 | <PackageReference Include="WixInternal.TestSupport" /> |
16 | <PackageReference Include="WixToolset.Mba.Core" /> | 16 | <PackageReference Include="WixToolset.Mba.Core" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | 18 | ||
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/DncHostFixture.cs b/src/ext/Bal/test/WixToolsetTest.ManagedHost/DncHostFixture.cs index 02059faa..fe644d2d 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/DncHostFixture.cs +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/DncHostFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.ManagedHost | 3 | namespace WixToolsetTest.ManagedHost |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixBuildTools.TestSupport.XunitExtensions; | 7 | using WixInternal.TestSupport.XunitExtensions; |
8 | using Xunit; | 8 | using Xunit; |
9 | 9 | ||
10 | public class DncHostFixture | 10 | public class DncHostFixture |
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/MbaHostFixture.cs b/src/ext/Bal/test/WixToolsetTest.ManagedHost/MbaHostFixture.cs index b4ebe1c6..6f7709b5 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/MbaHostFixture.cs +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/MbaHostFixture.cs | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.ManagedHost | 3 | namespace WixToolsetTest.ManagedHost |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using Xunit; | 6 | using Xunit; |
7 | 7 | ||
8 | public class MbaHostFixture | 8 | public class MbaHostFixture |
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs index 0ca2b40f..8be62e92 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs | |||
@@ -6,8 +6,8 @@ namespace WixToolsetTest.ManagedHost | |||
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Diagnostics; | 7 | using System.Diagnostics; |
8 | using System.IO; | 8 | using System.IO; |
9 | using WixBuildTools.TestSupport; | 9 | using WixInternal.TestSupport; |
10 | using WixToolset.Core.TestPackage; | 10 | using WixInternal.Core.TestPackage; |
11 | 11 | ||
12 | public class TestEngine | 12 | public class TestEngine |
13 | { | 13 | { |
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj b/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj index e06c0440..16a05fec 100644 --- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj +++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/WixToolsetTest.ManagedHost.csproj | |||
@@ -12,6 +12,6 @@ | |||
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 15 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | </Project> | 17 | </Project> |
diff --git a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/ComPlusExtensionFixture.cs b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/ComPlusExtensionFixture.cs index d0b8daba..17c5eb0f 100644 --- a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/ComPlusExtensionFixture.cs +++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/ComPlusExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.ComPlus | 3 | namespace WixToolsetTest.ComPlus |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.ComPlus; | 8 | using WixToolset.ComPlus; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj index 08008025..a9e9dbef 100644 --- a/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj +++ b/src/ext/ComPlus/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/Dependency/test/WixToolsetTest.Dependency/DependencyExtensionFixture.cs b/src/ext/Dependency/test/WixToolsetTest.Dependency/DependencyExtensionFixture.cs index 9e837cff..6190a4e0 100644 --- a/src/ext/Dependency/test/WixToolsetTest.Dependency/DependencyExtensionFixture.cs +++ b/src/ext/Dependency/test/WixToolsetTest.Dependency/DependencyExtensionFixture.cs | |||
@@ -4,8 +4,8 @@ namespace WixToolsetTest.Dependency | |||
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using System.Text.RegularExpressions; | 6 | using System.Text.RegularExpressions; |
7 | using WixBuildTools.TestSupport; | 7 | using WixInternal.TestSupport; |
8 | using WixToolset.Core.TestPackage; | 8 | using WixInternal.Core.TestPackage; |
9 | using WixToolset.Dependency; | 9 | using WixToolset.Dependency; |
10 | using Xunit; | 10 | using Xunit; |
11 | 11 | ||
diff --git a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj index ac4624b1..70b56f45 100644 --- a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj +++ b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs index d8f1c9ea..7bdd039b 100644 --- a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.DifxApp | 3 | namespace WixToolsetTest.DifxApp |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.DifxApp; | 8 | using WixToolset.DifxApp; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj index 47329768..d7176efa 100644 --- a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/WixToolsetTest.DifxApp.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> | 24 | </Project> |
diff --git a/src/ext/DirectX/test/WixToolsetTest.DirectX/DirectXExtensionFixture.cs b/src/ext/DirectX/test/WixToolsetTest.DirectX/DirectXExtensionFixture.cs index f936cdfe..64013ca6 100644 --- a/src/ext/DirectX/test/WixToolsetTest.DirectX/DirectXExtensionFixture.cs +++ b/src/ext/DirectX/test/WixToolsetTest.DirectX/DirectXExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.DirectX | 3 | namespace WixToolsetTest.DirectX |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.DirectX; | 8 | using WixToolset.DirectX; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj b/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj index dd8b9695..31a35320 100644 --- a/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj +++ b/src/ext/DirectX/test/WixToolsetTest.DirectX/WixToolsetTest.DirectX.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> | 24 | </Project> |
diff --git a/src/ext/Firewall/test/WixToolsetTest.Firewall/FirewallExtensionFixture.cs b/src/ext/Firewall/test/WixToolsetTest.Firewall/FirewallExtensionFixture.cs index f7df46e6..c2c2bbc3 100644 --- a/src/ext/Firewall/test/WixToolsetTest.Firewall/FirewallExtensionFixture.cs +++ b/src/ext/Firewall/test/WixToolsetTest.Firewall/FirewallExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.Firewall | 3 | namespace WixToolsetTest.Firewall |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.Firewall; | 8 | using WixToolset.Firewall; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj b/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj index 03270860..e46020a6 100644 --- a/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj +++ b/src/ext/Firewall/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs b/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs index 40b49327..14b40bc8 100644 --- a/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs +++ b/src/ext/Http/test/WixToolsetTest.Http/HttpExtensionFixture.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.Http | 3 | namespace WixToolsetTest.Http |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using WixToolset.Core.TestPackage; | 6 | using WixInternal.Core.TestPackage; |
7 | using WixToolset.Http; | 7 | using WixToolset.Http; |
8 | using Xunit; | 8 | using Xunit; |
9 | 9 | ||
diff --git a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj index df955ca3..b23ef481 100644 --- a/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj +++ b/src/ext/Http/test/WixToolsetTest.Http/WixToolsetTest.Http.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/Iis/test/WixToolsetTest.Iis/IisExtensionFixture.cs b/src/ext/Iis/test/WixToolsetTest.Iis/IisExtensionFixture.cs index 541426a8..4684a821 100644 --- a/src/ext/Iis/test/WixToolsetTest.Iis/IisExtensionFixture.cs +++ b/src/ext/Iis/test/WixToolsetTest.Iis/IisExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.Iis | 3 | namespace WixToolsetTest.Iis |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.Iis; | 8 | using WixToolset.Iis; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index d6a60a38..a39e5b0b 100644 --- a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> | 24 | </Project> |
diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/MsmqExtensionFixture.cs b/src/ext/Msmq/test/WixToolsetTest.Msmq/MsmqExtensionFixture.cs index c9d40d10..674d6a66 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/MsmqExtensionFixture.cs +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/MsmqExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.Msmq | 3 | namespace WixToolsetTest.Msmq |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.Msmq; | 8 | using WixToolset.Msmq; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index 5e4a5ca9..e7b6f21e 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> | 24 | </Project> |
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/NetfxExtensionFixture.cs b/src/ext/NetFx/test/WixToolsetTest.Netfx/NetfxExtensionFixture.cs index a03d47d6..dea42bd5 100644 --- a/src/ext/NetFx/test/WixToolsetTest.Netfx/NetfxExtensionFixture.cs +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/NetfxExtensionFixture.cs | |||
@@ -4,8 +4,8 @@ namespace WixToolsetTest.Netfx | |||
4 | { | 4 | { |
5 | using System.IO; | 5 | using System.IO; |
6 | using System.Linq; | 6 | using System.Linq; |
7 | using WixBuildTools.TestSupport; | 7 | using WixInternal.TestSupport; |
8 | using WixToolset.Core.TestPackage; | 8 | using WixInternal.Core.TestPackage; |
9 | using WixToolset.Netfx; | 9 | using WixToolset.Netfx; |
10 | using Xunit; | 10 | using Xunit; |
11 | 11 | ||
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 8b13d357..4e509cce 100644 --- a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/PowerShellExtensionFixture.cs b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/PowerShellExtensionFixture.cs index b2f27ecf..eafda99f 100644 --- a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/PowerShellExtensionFixture.cs +++ b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/PowerShellExtensionFixture.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.PowerShell | 3 | namespace WixToolsetTest.PowerShell |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using WixToolset.Core.TestPackage; | 6 | using WixInternal.Core.TestPackage; |
7 | using WixToolset.PowerShell; | 7 | using WixToolset.PowerShell; |
8 | using Xunit; | 8 | using Xunit; |
9 | 9 | ||
diff --git a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj index 84241a14..347ca1ed 100644 --- a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj +++ b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs b/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs index aa9d7a1f..5576576d 100644 --- a/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs +++ b/src/ext/Sql/test/WixToolsetTest.Sql/SqlExtensionFixture.cs | |||
@@ -3,8 +3,8 @@ | |||
3 | namespace WixToolsetTest.Sql | 3 | namespace WixToolsetTest.Sql |
4 | { | 4 | { |
5 | using System.Linq; | 5 | using System.Linq; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | using WixToolset.Core.TestPackage; | 7 | using WixInternal.Core.TestPackage; |
8 | using WixToolset.Sql; | 8 | using WixToolset.Sql; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
diff --git a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj index de502438..6c848683 100644 --- a/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj +++ b/src/ext/Sql/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/UI/test/WixToolsetTest.UI/UIExtensionFixture.cs b/src/ext/UI/test/WixToolsetTest.UI/UIExtensionFixture.cs index 9c0e2ed6..4fd203c5 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/UIExtensionFixture.cs +++ b/src/ext/UI/test/WixToolsetTest.UI/UIExtensionFixture.cs | |||
@@ -5,8 +5,8 @@ namespace WixToolsetTest.UI | |||
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
7 | using System.Linq; | 7 | using System.Linq; |
8 | using WixBuildTools.TestSupport; | 8 | using WixInternal.TestSupport; |
9 | using WixToolset.Core.TestPackage; | 9 | using WixInternal.Core.TestPackage; |
10 | using WixToolset.Data.WindowsInstaller; | 10 | using WixToolset.Data.WindowsInstaller; |
11 | using WixToolset.UI; | 11 | using WixToolset.UI; |
12 | using Xunit; | 12 | using Xunit; |
diff --git a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj index 22366c79..675f14f8 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj +++ b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/ext/Util/test/WixToolsetTest.Util/UtilExtensionFixture.cs index 3da5f671..18bb2c7d 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/UtilExtensionFixture.cs +++ b/src/ext/Util/test/WixToolsetTest.Util/UtilExtensionFixture.cs | |||
@@ -5,8 +5,8 @@ namespace WixToolsetTest.Util | |||
5 | using System.IO; | 5 | using System.IO; |
6 | using System.Linq; | 6 | using System.Linq; |
7 | using System.Xml; | 7 | using System.Xml; |
8 | using WixBuildTools.TestSupport; | 8 | using WixInternal.TestSupport; |
9 | using WixToolset.Core.TestPackage; | 9 | using WixInternal.Core.TestPackage; |
10 | using WixToolset.Util; | 10 | using WixToolset.Util; |
11 | using Xunit; | 11 | using Xunit; |
12 | 12 | ||
diff --git a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj index 2cf3c02a..16d0e138 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj +++ b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |
diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs index dc76e8fb..fdfd2e0e 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.VisualStudio | 3 | namespace WixToolsetTest.VisualStudio |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using WixToolset.Core.TestPackage; | 6 | using WixInternal.Core.TestPackage; |
7 | using WixToolset.VisualStudio; | 7 | using WixToolset.VisualStudio; |
8 | using Xunit; | 8 | using Xunit; |
9 | 9 | ||
diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj index dffbb462..2b0a7c1c 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj | |||
@@ -16,6 +16,6 @@ | |||
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |
19 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 19 | <PackageReference Include="WixInternal.Core.TestPackage" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> | 21 | </Project> |