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/api/burn/test/BalUtilUnitTest | |
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/api/burn/test/BalUtilUnitTest')
3 files changed, 6 insertions, 6 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 | { |