diff options
Diffstat (limited to 'src/api')
10 files changed, 15 insertions, 15 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp b/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp index 9920564e..2ae539ee 100644 --- a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp +++ b/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | using namespace System; | 5 | using namespace System; |
6 | using namespace Xunit; | 6 | using namespace Xunit; |
7 | using namespace WixBuildTools::TestSupport; | 7 | using namespace WixInternal::TestSupport; |
8 | using namespace WixBuildTools::TestSupport::XunitExtensions; | 8 | using namespace WixInternal::TestSupport::XunitExtensions; |
9 | 9 | ||
10 | namespace BalUtilTests | 10 | namespace BalUtilTests |
11 | { | 11 | { |
diff --git a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj index d6c03a43..94586fbd 100644 --- a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj +++ b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
6 | <Import Project="..\..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.props" /> | 6 | <Import Project="..\..\..\..\internal\WixInternal.TestSupport.Native\build\WixInternal.TestSupport.Native.props" /> |
7 | 7 | ||
8 | <ItemGroup Label="ProjectConfigurations"> | 8 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|Win32"> | 9 | <ProjectConfiguration Include="Debug|Win32"> |
@@ -61,5 +61,5 @@ | |||
61 | </ItemGroup> | 61 | </ItemGroup> |
62 | 62 | ||
63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
64 | <Import Project="..\..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.targets" /> | 64 | <Import Project="..\..\..\..\internal\WixInternal.TestSupport.Native\build\WixInternal.TestSupport.Native.targets" /> |
65 | </Project> | 65 | </Project> |
diff --git a/src/api/burn/test/BalUtilUnitTest/BootstrapperApplicationTests.cpp b/src/api/burn/test/BalUtilUnitTest/BootstrapperApplicationTests.cpp index 396682ee..70b01a42 100644 --- a/src/api/burn/test/BalUtilUnitTest/BootstrapperApplicationTests.cpp +++ b/src/api/burn/test/BalUtilUnitTest/BootstrapperApplicationTests.cpp | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | using namespace System; | 5 | using namespace System; |
6 | using namespace Xunit; | 6 | using namespace Xunit; |
7 | using namespace WixBuildTools::TestSupport; | 7 | using namespace WixInternal::TestSupport; |
8 | using namespace WixBuildTools::TestSupport::XunitExtensions; | 8 | using namespace WixInternal::TestSupport::XunitExtensions; |
9 | 9 | ||
10 | namespace BalUtilTests | 10 | namespace BalUtilTests |
11 | { | 11 | { |
diff --git a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj index c27fb442..d437dc36 100644 --- a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj +++ b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | |||
@@ -2,7 +2,7 @@ | |||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <Import Project="..\..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.props" /> | 5 | <Import Project="..\..\..\..\internal\WixInternal.TestSupport.Native\build\WixInternal.TestSupport.Native.props" /> |
6 | 6 | ||
7 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
8 | <ProjectConfiguration Include="Debug|Win32"> | 8 | <ProjectConfiguration Include="Debug|Win32"> |
@@ -57,5 +57,5 @@ | |||
57 | </ItemGroup> | 57 | </ItemGroup> |
58 | 58 | ||
59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
60 | <Import Project="..\..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.targets" /> | 60 | <Import Project="..\..\..\..\internal\WixInternal.TestSupport.Native\build\WixInternal.TestSupport.Native.targets" /> |
61 | </Project> | 61 | </Project> |
diff --git a/src/api/burn/test/BextUtilUnitTest/BundleExtensionTests.cpp b/src/api/burn/test/BextUtilUnitTest/BundleExtensionTests.cpp index fde9d2b6..5c5c5812 100644 --- a/src/api/burn/test/BextUtilUnitTest/BundleExtensionTests.cpp +++ b/src/api/burn/test/BextUtilUnitTest/BundleExtensionTests.cpp | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | using namespace System; | 5 | using namespace System; |
6 | using namespace Xunit; | 6 | using namespace Xunit; |
7 | using namespace WixBuildTools::TestSupport; | 7 | using namespace WixInternal::TestSupport; |
8 | using namespace WixBuildTools::TestSupport::XunitExtensions; | 8 | using namespace WixInternal::TestSupport::XunitExtensions; |
9 | 9 | ||
10 | namespace BextUtilTests | 10 | namespace BextUtilTests |
11 | { | 11 | { |
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/BaseBootstrapperApplicationFactoryFixture.cs b/src/api/burn/test/WixToolsetTest.Mba.Core/BaseBootstrapperApplicationFactoryFixture.cs index 39a92024..7074c166 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/BaseBootstrapperApplicationFactoryFixture.cs +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/BaseBootstrapperApplicationFactoryFixture.cs | |||
@@ -5,7 +5,7 @@ namespace WixToolsetTest.Mba.Core | |||
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Runtime.InteropServices; | 7 | using System.Runtime.InteropServices; |
8 | using WixBuildTools.TestSupport; | 8 | using WixInternal.TestSupport; |
9 | using WixToolset.Mba.Core; | 9 | using WixToolset.Mba.Core; |
10 | using Xunit; | 10 | using Xunit; |
11 | 11 | ||
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index 7aeb8aad..7c21734f 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
@@ -13,6 +13,6 @@ | |||
13 | </ItemGroup> | 13 | </ItemGroup> |
14 | 14 | ||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <PackageReference Include="WixBuildTools.TestSupport" /> | 16 | <PackageReference Include="WixInternal.TestSupport" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | </Project> | 18 | </Project> |
diff --git a/src/api/wix/test/WixToolsetTest.Data/SerializeFixture.cs b/src/api/wix/test/WixToolsetTest.Data/SerializeFixture.cs index 98317446..8c8a23b4 100644 --- a/src/api/wix/test/WixToolsetTest.Data/SerializeFixture.cs +++ b/src/api/wix/test/WixToolsetTest.Data/SerializeFixture.cs | |||
@@ -5,7 +5,7 @@ namespace WixToolsetTest.Data | |||
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.Data; | 9 | using WixToolset.Data; |
10 | using WixToolset.Data.Bind; | 10 | using WixToolset.Data.Bind; |
11 | using WixToolset.Data.Symbols; | 11 | using WixToolset.Data.Symbols; |
diff --git a/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs b/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs index efb777ee..71775fa2 100644 --- a/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs +++ b/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.Data | 3 | namespace WixToolsetTest.Data |
4 | { | 4 | { |
5 | using WixBuildTools.TestSupport; | 5 | using WixInternal.TestSupport; |
6 | using WixToolset.Data.WindowsInstaller; | 6 | using WixToolset.Data.WindowsInstaller; |
7 | using Xunit; | 7 | using Xunit; |
8 | 8 | ||
diff --git a/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj b/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj index 8198ac8f..ea26bea8 100644 --- a/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj +++ b/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj | |||
@@ -12,6 +12,6 @@ | |||
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <PackageReference Include="WixBuildTools.TestSupport" /> | 15 | <PackageReference Include="WixInternal.TestSupport" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | </Project> | 17 | </Project> |