diff options
Diffstat (limited to 'src/internal')
17 files changed, 73 insertions, 172 deletions
diff --git a/src/internal/SetBuildNumber/Directory.Packages.props.pp b/src/internal/SetBuildNumber/Directory.Packages.props.pp index c54bcdd6..6c01a4da 100644 --- a/src/internal/SetBuildNumber/Directory.Packages.props.pp +++ b/src/internal/SetBuildNumber/Directory.Packages.props.pp | |||
| @@ -40,8 +40,6 @@ | |||
| 40 | <PackageVersion Include="WixInternal.Core.TestPackage" Version="{packageversion}" /> | 40 | <PackageVersion Include="WixInternal.Core.TestPackage" Version="{packageversion}" /> |
| 41 | <PackageVersion Include="WixInternal.Core.MSTestPackage" Version="{packageversion}" /> | 41 | <PackageVersion Include="WixInternal.Core.MSTestPackage" Version="{packageversion}" /> |
| 42 | 42 | ||
| 43 | <PackageVersion Include="WixToolset.Heat" Version="{packageversion}" /> | ||
| 44 | |||
| 45 | <PackageVersion Include="WixToolset.Bal.wixext" Version="{packageversion}" /> | 43 | <PackageVersion Include="WixToolset.Bal.wixext" Version="{packageversion}" /> |
| 46 | <PackageVersion Include="WixToolset.BootstrapperApplications.wixext" Version="{packageversion}" /> | 44 | <PackageVersion Include="WixToolset.BootstrapperApplications.wixext" Version="{packageversion}" /> |
| 47 | <PackageVersion Include="WixToolset.ComPlus.wixext" Version="{packageversion}" /> | 45 | <PackageVersion Include="WixToolset.ComPlus.wixext" Version="{packageversion}" /> |
| @@ -54,58 +52,52 @@ | |||
| 54 | </ItemGroup> | 52 | </ItemGroup> |
| 55 | 53 | ||
| 56 | <ItemGroup> | 54 | <ItemGroup> |
| 57 | <PackageVersion Include="System.Configuration.ConfigurationManager" Version="6.0.2" /> | 55 | <PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" /> |
| 58 | <PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="6.0.2" /> | 56 | <PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="8.0.1" /> |
| 59 | <PackageVersion Include="System.DirectoryServices" Version="6.0.2" /> | 57 | <PackageVersion Include="System.DirectoryServices" Version="8.0.0" /> |
| 60 | <PackageVersion Include="System.DirectoryServices.AccountManagement" Version="6.0.1" /> | 58 | <PackageVersion Include="System.DirectoryServices.AccountManagement" Version="8.0.1" /> |
| 61 | <PackageVersion Include="System.Management" Version="6.0.2" /> | 59 | <PackageVersion Include="System.Management" Version="8.0.0" /> |
| 62 | <PackageVersion Include="System.IO.Compression" Version="4.3.0" /> | 60 | <PackageVersion Include="System.IO.Compression" Version="4.3.0" /> |
| 63 | <PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" /> | 61 | <PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" /> |
| 64 | <PackageVersion Include="System.Net.NetworkInformation" Version="4.3.0" /> | 62 | <PackageVersion Include="System.Net.NetworkInformation" Version="4.3.0" /> |
| 65 | <PackageVersion Include="System.Reflection.Metadata" Version="6.0.2" /> | 63 | <PackageVersion Include="System.Reflection.Metadata" Version="8.0.1" /> |
| 66 | <PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" /> | 64 | <PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" /> |
| 67 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="6.0.1" /> | 65 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" /> |
| 68 | <PackageVersion Include="System.Text.Json" Version="8.0.5" /> | 66 | <PackageVersion Include="System.Text.Json" Version="8.0.6" /> |
| 69 | <PackageVersion Include="System.Memory" Version="4.5.5" /> | 67 | <PackageVersion Include="System.Memory" Version="4.6.3" /> |
| 70 | 68 | ||
| 71 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> | 69 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="8.0.21" /> |
| 72 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="3.10.2154" /> | 70 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="3.14.2075" /> |
| 73 | <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> | 71 | <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> |
| 74 | </ItemGroup> | 72 | </ItemGroup> |
| 75 | 73 | ||
| 76 | <ItemGroup> | 74 | <ItemGroup> |
| 77 | <PackageVersion Include="NuGet.Credentials" Version="6.12.1" /> | 75 | <PackageVersion Include="NuGet.Credentials" Version="6.13.2" /> |
| 78 | <PackageVersion Include="NuGet.Protocol" Version="6.12.1" /> | 76 | <PackageVersion Include="NuGet.Protocol" Version="6.13.2" /> |
| 79 | <PackageVersion Include="NuGet.Versioning" Version="6.12.1" /> | 77 | <PackageVersion Include="NuGet.Versioning" Version="6.13.2" /> |
| 80 | </ItemGroup> | 78 | </ItemGroup> |
| 81 | 79 | ||
| 82 | <!-- | 80 | <ItemGroup> |
| 83 | These MSBuild versions are trapped in antiquity for heat.exe. | 81 | <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.13.26" /> |
| 84 | --> | ||
| 85 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'"> | ||
| 86 | <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="14.3.0" /> | ||
| 87 | </ItemGroup> | ||
| 88 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'"> | ||
| 89 | <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="15.7.179" /> | ||
| 90 | </ItemGroup> | 82 | </ItemGroup> |
| 91 | 83 | ||
| 92 | <!-- Keep the following versions in sync with internal\WixInternal.TestSupport.Native\packages.config --> | 84 | <!-- Keep the following versions in sync with internal\WixInternal.TestSupport.Native\packages.config --> |
| 93 | <ItemGroup> | 85 | <ItemGroup> |
| 94 | <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | 86 | <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> |
| 95 | 87 | ||
| 96 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | 88 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
| 97 | <PackageVersion Include="xunit" Version="2.8.1" /> | 89 | <PackageVersion Include="xunit" Version="2.9.3" /> |
| 98 | <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" /> | 90 | <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> |
| 99 | <PackageVersion Include="xunit.assert" Version="2.8.1" /> | 91 | <PackageVersion Include="xunit.assert" Version="2.9.3" /> |
| 100 | </ItemGroup> | 92 | </ItemGroup> |
| 101 | 93 | ||
| 102 | <ItemGroup> | 94 | <ItemGroup> |
| 103 | <PackageVersion Include="MSTest.TestFramework" Version="3.8.3" /> | 95 | <PackageVersion Include="MSTest.TestFramework" Version="4.0.1" /> |
| 104 | </ItemGroup> | 96 | </ItemGroup> |
| 105 | 97 | ||
| 106 | <ItemGroup> | 98 | <ItemGroup> |
| 107 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.x86" Version="6.0.0" /> | 99 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.x86" Version="7.0.0" /> |
| 108 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.x64" Version="6.0.0" /> | 100 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.x64" Version="7.0.0" /> |
| 109 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.arm64" Version="6.0.0" /> | 101 | <PackageVersion Include="Microsoft.NET.Tools.NETCoreCheck.arm64" Version="7.0.0" /> |
| 110 | </ItemGroup> | 102 | </ItemGroup> |
| 111 | </Project> | 103 | </Project> |
diff --git a/src/internal/SetBuildNumber/global.json.pp b/src/internal/SetBuildNumber/global.json.pp index 48f4ecb3..b99149d2 100644 --- a/src/internal/SetBuildNumber/global.json.pp +++ b/src/internal/SetBuildNumber/global.json.pp | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "msbuild-sdks": { | 2 | "msbuild-sdks": { |
| 3 | "MSTest.Sdk": "3.8.3", | 3 | "MSTest.Sdk": "4.0.1", |
| 4 | "Microsoft.Build.Traversal": "4.1.82", | 4 | "Microsoft.Build.Traversal": "4.1.82", |
| 5 | "Microsoft.Build.NoTargets": "3.5.6", | 5 | "Microsoft.Build.NoTargets": "3.7.134", |
| 6 | "WixToolset.Sdk": "{packageversion}" | 6 | "WixToolset.Sdk": "{packageversion}" |
| 7 | }, | 7 | }, |
| 8 | "sdk": { | 8 | "sdk": { |
| 9 | "allowPrerelease": false | 9 | "version": "10.0.100", |
| 10 | "rollForward": "latestFeature" | ||
| 10 | } | 11 | } |
| 11 | } | 12 | } |
diff --git a/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets b/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets index 024d7479..948e77c2 100644 --- a/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets +++ b/src/internal/WixBuildTools.MsgGen/build/WixBuildTools.MsgGen.targets | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <ItemGroup> | 5 | <ItemGroup> |
| 6 | <!--Provide support for setting type (BuildAction) from VS--> | 6 | <!--Provide support for setting type (BuildAction) from VS--> |
| 7 | <AvailableItemName Include="MsgGenSource" /> | 7 | <AvailableItemName Include="MsgGenSource" /> |
diff --git a/src/internal/WixBuildTools.MsgGen/buildCrossTargeting/WixBuildTools.MsgGen.targets b/src/internal/WixBuildTools.MsgGen/buildCrossTargeting/WixBuildTools.MsgGen.targets index a3985af5..9d20ad27 100644 --- a/src/internal/WixBuildTools.MsgGen/buildCrossTargeting/WixBuildTools.MsgGen.targets +++ b/src/internal/WixBuildTools.MsgGen/buildCrossTargeting/WixBuildTools.MsgGen.targets | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <Import Project="..\build\WixBuildTools.MsgGen.targets" /> | 5 | <Import Project="..\build\WixBuildTools.MsgGen.targets" /> |
| 6 | </Project> | 6 | </Project> |
diff --git a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets index 8420eaca..9643df07 100644 --- a/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets +++ b/src/internal/WixBuildTools.XsdGen/build/WixBuildTools.XsdGen.targets | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <ItemGroup> | 5 | <ItemGroup> |
| 6 | <!--Provide support for setting type (BuildAction) from VS--> | 6 | <!--Provide support for setting type (BuildAction) from VS--> |
| 7 | <AvailableItemName Include="XsdGenSource" /> | 7 | <AvailableItemName Include="XsdGenSource" /> |
diff --git a/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets b/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets index 58692095..968f33f3 100644 --- a/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets +++ b/src/internal/WixBuildTools.XsdGen/buildCrossTargeting/WixBuildTools.XsdGen.targets | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 4 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <Import Project="..\build\WixBuildTools.XsdGen.targets" /> | 5 | <Import Project="..\build\WixBuildTools.XsdGen.targets" /> |
| 6 | </Project> | 6 | </Project> |
diff --git a/src/internal/WixInternal.MSTestSupport/MsbuildRunnerResult.cs b/src/internal/WixInternal.MSTestSupport/MsbuildRunnerResult.cs index 02e25ebb..4dda6b23 100644 --- a/src/internal/WixInternal.MSTestSupport/MsbuildRunnerResult.cs +++ b/src/internal/WixInternal.MSTestSupport/MsbuildRunnerResult.cs | |||
| @@ -13,7 +13,7 @@ namespace WixInternal.MSTestSupport | |||
| 13 | 13 | ||
| 14 | public void AssertSuccess() | 14 | public void AssertSuccess() |
| 15 | { | 15 | { |
| 16 | Assert.IsTrue(0 == this.ExitCode, $"MSBuild failed unexpectedly. Output:{Environment.NewLine}{String.Join(Environment.NewLine, this.Output)}"); | 16 | Assert.AreEqual(0, this.ExitCode, $"MSBuild failed unexpectedly. Output:{Environment.NewLine}{String.Join(Environment.NewLine, this.Output)}"); |
| 17 | } | 17 | } |
| 18 | } | 18 | } |
| 19 | } | 19 | } |
diff --git a/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs b/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs index 8f3fecd9..516143dd 100644 --- a/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs +++ b/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs | |||
| @@ -30,7 +30,8 @@ namespace WixInternal.MSTestSupport | |||
| 30 | 30 | ||
| 31 | if (binlog) | 31 | if (binlog) |
| 32 | { | 32 | { |
| 33 | MsbuildUtilities.GetQuotedSwitch(buildSystem, "bl", Path.ChangeExtension(projectPath, ".binlog")); | 33 | var binlogSwitch = MsbuildUtilities.GetQuotedSwitch(buildSystem, "bl", Path.ChangeExtension(projectPath, ".binlog")); |
| 34 | allArgs.Add(binlogSwitch); | ||
| 34 | } | 35 | } |
| 35 | 36 | ||
| 36 | if (arguments != null) | 37 | if (arguments != null) |
diff --git a/src/internal/WixInternal.MSTestSupport/WixAssert.cs b/src/internal/WixInternal.MSTestSupport/WixAssert.cs index 9110309d..3da4f9e6 100644 --- a/src/internal/WixInternal.MSTestSupport/WixAssert.cs +++ b/src/internal/WixInternal.MSTestSupport/WixAssert.cs | |||
| @@ -99,7 +99,7 @@ namespace WixInternal.MSTestSupport | |||
| 99 | 99 | ||
| 100 | public static void NotEmpty<T>(IEnumerable<T> collection) | 100 | public static void NotEmpty<T>(IEnumerable<T> collection) |
| 101 | { | 101 | { |
| 102 | Assert.IsTrue(collection.Count() > 0); | 102 | Assert.IsGreaterThan(0, collection.Count()); |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | public static void Empty<T>(IEnumerable<T> collection) | 105 | public static void Empty<T>(IEnumerable<T> collection) |
diff --git a/src/internal/WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj b/src/internal/WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj index b48aacd4..6edc92c3 100644 --- a/src/internal/WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj +++ b/src/internal/WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | 5 | ||
| 6 | <PropertyGroup> | 6 | <PropertyGroup> |
| 7 | <TargetFrameworks>net6.0;net472</TargetFrameworks> | 7 | <TargetFramework>net8.0</TargetFramework> |
| 8 | <IsPackable>true</IsPackable> | 8 | <IsPackable>true</IsPackable> |
| 9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
| 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
diff --git a/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj b/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj index 554347b8..2665945b 100644 --- a/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj +++ b/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <Import Project="build\WixInternal.TestSupport.Native.props" /> | 5 | <Import Project="build\WixInternal.TestSupport.Native.props" /> |
| 6 | 6 | ||
| 7 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
diff --git a/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj.filters b/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj.filters index 34c1380f..cf218989 100644 --- a/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj.filters +++ b/src/internal/WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj.filters | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup> | 3 | <ItemGroup> |
| 4 | <Filter Include="Source Files"> | 4 | <Filter Include="Source Files"> |
| 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> |
| @@ -30,4 +30,4 @@ | |||
| 30 | <Filter>Source Files</Filter> | 30 | <Filter>Source Files</Filter> |
| 31 | </ClCompile> | 31 | </ClCompile> |
| 32 | </ItemGroup> | 32 | </ItemGroup> |
| 33 | </Project> \ No newline at end of file | 33 | </Project> |
diff --git a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props index 2362a8de..f0d37a71 100644 --- a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props +++ b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), .gitignore))</RepoRootDir> | 6 | <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), .gitignore))</RepoRootDir> |
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <Import Project="$(RepoRootDir)\packages\xunit.core.2.8.1\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.8.1\build\xunit.core.props')" /> | 8 | <Import Project="$(RepoRootDir)\packages\xunit.core.2.9.3\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.9.3\build\xunit.core.props')" /> |
| 9 | <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.1\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.1\build\net462\xunit.runner.visualstudio.props')" /> | 9 | <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.2\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.2\build\net462\xunit.runner.visualstudio.props')" /> |
| 10 | <PropertyGroup> | 10 | <PropertyGroup> |
| 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.targets b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.targets index a882ad8d..36875a6e 100644 --- a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.targets +++ b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.targets | |||
| @@ -22,28 +22,28 @@ | |||
| 22 | <HintPath>$(RootPackagesFolder)xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath> | 22 | <HintPath>$(RootPackagesFolder)xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath> |
| 23 | </Reference> | 23 | </Reference> |
| 24 | <Reference Include="xunit.assert"> | 24 | <Reference Include="xunit.assert"> |
| 25 | <HintPath>$(RootPackagesFolder)xunit.assert.2.8.1\lib\netstandard1.1\xunit.assert.dll</HintPath> | 25 | <HintPath>$(RootPackagesFolder)xunit.assert.2.9.3\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 26 | </Reference> | 26 | </Reference> |
| 27 | <Reference Include="xunit.core"> | 27 | <Reference Include="xunit.core"> |
| 28 | <HintPath>$(RootPackagesFolder)xunit.extensibility.core.2.8.1\lib\netstandard1.1\xunit.core.dll</HintPath> | 28 | <HintPath>$(RootPackagesFolder)xunit.extensibility.core.2.9.3\lib\netstandard1.1\xunit.core.dll</HintPath> |
| 29 | </Reference> | 29 | </Reference> |
| 30 | <Reference Include="xunit.execution.desktop"> | 30 | <Reference Include="xunit.execution.desktop"> |
| 31 | <HintPath>$(RootPackagesFolder)xunit.extensibility.execution.2.8.1\lib\net452\xunit.execution.desktop.dll</HintPath> | 31 | <HintPath>$(RootPackagesFolder)xunit.extensibility.execution.2.9.3\lib\net452\xunit.execution.desktop.dll</HintPath> |
| 32 | </Reference> | 32 | </Reference> |
| 33 | </ItemGroup> | 33 | </ItemGroup> |
| 34 | 34 | ||
| 35 | <Import Project="$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.targets" Condition="Exists('$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.targets')" /> | 35 | <Import Project="$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.targets" Condition="Exists('$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.targets')" /> |
| 36 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 36 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 37 | <PropertyGroup> | 37 | <PropertyGroup> |
| 38 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 38 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 39 | </PropertyGroup> | 39 | </PropertyGroup> |
| 40 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.props'))" /> | 40 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.props'))" /> |
| 41 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.8.1\build\xunit.core.targets'))" /> | 41 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.9.3\build\xunit.core.targets'))" /> |
| 42 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.runner.visualstudio.2.8.1\build\net462\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.runner.visualstudio.2.8.1\build\net462\xunit.runner.visualstudio.props'))" /> | 42 | <Error Condition="!Exists('$(RootPackagesFolder)xunit.runner.visualstudio.2.8.2\build\net462\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.runner.visualstudio.2.8.2\build\net462\xunit.runner.visualstudio.props'))" /> |
| 43 | </Target> | 43 | </Target> |
| 44 | 44 | ||
| 45 | <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.8.1\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x86" Condition=" '$(Platform)'!='x64' " /> | 45 | <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.9.3\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x86" Condition=" '$(Platform)'!='x64' " /> |
| 46 | <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.8.1\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x64" Condition=" '$(Platform)'=='x64' " /> | 46 | <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.9.3\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x64" Condition=" '$(Platform)'=='x64' " /> |
| 47 | <Target Name="Test"> | 47 | <Target Name="Test"> |
| 48 | <!-- https://xunit.net/docs/running-tests-in-msbuild --> | 48 | <!-- https://xunit.net/docs/running-tests-in-msbuild --> |
| 49 | <!-- https://github.com/xunit/xunit/issues/2188 --> | 49 | <!-- https://github.com/xunit/xunit/issues/2188 --> |
diff --git a/src/internal/WixInternal.TestSupport.Native/packages.config b/src/internal/WixInternal.TestSupport.Native/packages.config index 21567bf3..ea16d09d 100644 --- a/src/internal/WixInternal.TestSupport.Native/packages.config +++ b/src/internal/WixInternal.TestSupport.Native/packages.config | |||
| @@ -7,10 +7,10 @@ | |||
| 7 | when any of these versions are updated. | 7 | when any of these versions are updated. |
| 8 | --> | 8 | --> |
| 9 | <package id="xunit.abstractions" version="2.0.3" /> | 9 | <package id="xunit.abstractions" version="2.0.3" /> |
| 10 | <package id="xunit.assert" version="2.8.1" /> | 10 | <package id="xunit.assert" version="2.9.3" /> |
| 11 | <package id="xunit.core" version="2.8.1" /> | 11 | <package id="xunit.core" version="2.9.3" /> |
| 12 | <package id="xunit.extensibility.core" version="2.8.1" /> | 12 | <package id="xunit.extensibility.core" version="2.9.3" /> |
| 13 | <package id="xunit.extensibility.execution" version="2.8.1" /> | 13 | <package id="xunit.extensibility.execution" version="2.9.3" /> |
| 14 | <package id="xunit.runner.msbuild" version="2.8.1" /> | 14 | <package id="xunit.runner.msbuild" version="2.9.3" /> |
| 15 | <package id="xunit.runner.visualstudio" version="2.8.1" /> | 15 | <package id="xunit.runner.visualstudio" version="2.8.2" /> |
| 16 | </packages> | 16 | </packages> |
diff --git a/src/internal/internal.sln b/src/internal/internal.sln deleted file mode 100644 index 8a326615..00000000 --- a/src/internal/internal.sln +++ /dev/null | |||
| @@ -1,109 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio Version 17 | ||
| 4 | VisualStudioVersion = 17.3.32929.385 | ||
| 5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixInternal.TestSupport", "WixInternal.TestSupport\WixInternal.TestSupport.csproj", "{8E082709-7355-41D5-AF86-6BBF9C89BDD7}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WixInternal.TestSupport.Native", "WixInternal.TestSupport.Native\WixInternal.TestSupport.Native.vcxproj", "{95BABD97-FBDB-453A-AF8A-FA031A07B599}" | ||
| 9 | EndProject | ||
| 10 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixInternal.BaseBuildTasks.Sources", "WixInternal.BaseBuildTasks.Sources\WixInternal.BaseBuildTasks.Sources.csproj", "{6B654490-AB0D-4F94-B564-DAA80044D5A3}" | ||
| 11 | EndProject | ||
| 12 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WixInternal.MSTestSupport", "WixInternal.MSTestSupport\WixInternal.MSTestSupport.csproj", "{E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}" | ||
| 13 | EndProject | ||
| 14 | Global | ||
| 15 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 16 | Debug|Any CPU = Debug|Any CPU | ||
| 17 | Debug|ARM64 = Debug|ARM64 | ||
| 18 | Debug|x64 = Debug|x64 | ||
| 19 | Debug|x86 = Debug|x86 | ||
| 20 | Release|Any CPU = Release|Any CPU | ||
| 21 | Release|ARM64 = Release|ARM64 | ||
| 22 | Release|x64 = Release|x64 | ||
| 23 | Release|x86 = Release|x86 | ||
| 24 | EndGlobalSection | ||
| 25 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 26 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 27 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 28 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|ARM64.ActiveCfg = Debug|Any CPU | ||
| 29 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|ARM64.Build.0 = Debug|Any CPU | ||
| 30 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
| 31 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|x64.Build.0 = Debug|Any CPU | ||
| 32 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
| 33 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Debug|x86.Build.0 = Debug|Any CPU | ||
| 34 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 35 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 36 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|ARM64.ActiveCfg = Release|Any CPU | ||
| 37 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|ARM64.Build.0 = Release|Any CPU | ||
| 38 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|x64.ActiveCfg = Release|Any CPU | ||
| 39 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|x64.Build.0 = Release|Any CPU | ||
| 40 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|x86.ActiveCfg = Release|Any CPU | ||
| 41 | {8E082709-7355-41D5-AF86-6BBF9C89BDD7}.Release|x86.Build.0 = Release|Any CPU | ||
| 42 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||
| 43 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|Any CPU.Build.0 = Debug|Win32 | ||
| 44 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|ARM64.ActiveCfg = Debug|Win32 | ||
| 45 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|x64.ActiveCfg = Debug|Win32 | ||
| 46 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|x86.ActiveCfg = Debug|Win32 | ||
| 47 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Debug|x86.Build.0 = Debug|Win32 | ||
| 48 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|Any CPU.ActiveCfg = Release|Win32 | ||
| 49 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|Any CPU.Build.0 = Release|Win32 | ||
| 50 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|ARM64.ActiveCfg = Release|Win32 | ||
| 51 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|x64.ActiveCfg = Release|Win32 | ||
| 52 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|x86.ActiveCfg = Release|Win32 | ||
| 53 | {95BABD97-FBDB-453A-AF8A-FA031A07B599}.Release|x86.Build.0 = Release|Win32 | ||
| 54 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 55 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 56 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|ARM64.ActiveCfg = Debug|Any CPU | ||
| 57 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|ARM64.Build.0 = Debug|Any CPU | ||
| 58 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
| 59 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|x64.Build.0 = Debug|Any CPU | ||
| 60 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
| 61 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Debug|x86.Build.0 = Debug|Any CPU | ||
| 62 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 63 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 64 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|ARM64.ActiveCfg = Release|Any CPU | ||
| 65 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|ARM64.Build.0 = Release|Any CPU | ||
| 66 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|x64.ActiveCfg = Release|Any CPU | ||
| 67 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|x64.Build.0 = Release|Any CPU | ||
| 68 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|x86.ActiveCfg = Release|Any CPU | ||
| 69 | {6B654490-AB0D-4F94-B564-DAA80044D5A3}.Release|x86.Build.0 = Release|Any CPU | ||
| 70 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 71 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 72 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|ARM64.ActiveCfg = Debug|Any CPU | ||
| 73 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|ARM64.Build.0 = Debug|Any CPU | ||
| 74 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
| 75 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|x64.Build.0 = Debug|Any CPU | ||
| 76 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
| 77 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Debug|x86.Build.0 = Debug|Any CPU | ||
| 78 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 79 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 80 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|ARM64.ActiveCfg = Release|Any CPU | ||
| 81 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|ARM64.Build.0 = Release|Any CPU | ||
| 82 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|x64.ActiveCfg = Release|Any CPU | ||
| 83 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|x64.Build.0 = Release|Any CPU | ||
| 84 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|x86.ActiveCfg = Release|Any CPU | ||
| 85 | {AF7C4730-583B-46F8-9BB6-16D1F0330932}.Release|x86.Build.0 = Release|Any CPU | ||
| 86 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 87 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 88 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|ARM64.ActiveCfg = Debug|Any CPU | ||
| 89 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|ARM64.Build.0 = Debug|Any CPU | ||
| 90 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
| 91 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|x64.Build.0 = Debug|Any CPU | ||
| 92 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
| 93 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Debug|x86.Build.0 = Debug|Any CPU | ||
| 94 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 95 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 96 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|ARM64.ActiveCfg = Release|Any CPU | ||
| 97 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|ARM64.Build.0 = Release|Any CPU | ||
| 98 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|x64.ActiveCfg = Release|Any CPU | ||
| 99 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|x64.Build.0 = Release|Any CPU | ||
| 100 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|x86.ActiveCfg = Release|Any CPU | ||
| 101 | {E70898F2-8D08-4FCE-9CFF-EF1792FCA2E2}.Release|x86.Build.0 = Release|Any CPU | ||
| 102 | EndGlobalSection | ||
| 103 | GlobalSection(SolutionProperties) = preSolution | ||
| 104 | HideSolutionNode = FALSE | ||
| 105 | EndGlobalSection | ||
| 106 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
| 107 | SolutionGuid = {CCBE86BA-6E38-4A97-8AAD-AA2972350544} | ||
| 108 | EndGlobalSection | ||
| 109 | EndGlobal | ||
diff --git a/src/internal/internal.slnx b/src/internal/internal.slnx new file mode 100644 index 00000000..6b48850b --- /dev/null +++ b/src/internal/internal.slnx | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <Solution> | ||
| 2 | <Configurations> | ||
| 3 | <Platform Name="Any CPU" /> | ||
| 4 | <Platform Name="ARM64" /> | ||
| 5 | <Platform Name="x64" /> | ||
| 6 | <Platform Name="x86" /> | ||
| 7 | </Configurations> | ||
| 8 | <Project Path="WixInternal.BaseBuildTasks.Sources/WixInternal.BaseBuildTasks.Sources.csproj" /> | ||
| 9 | <Project Path="WixInternal.MSTestSupport/WixInternal.MSTestSupport.csproj" /> | ||
| 10 | <Project Path="WixInternal.TestSupport.Native/WixInternal.TestSupport.Native.vcxproj" Id="95babd97-fbdb-453a-af8a-fa031a07b599"> | ||
| 11 | <Platform Project="Win32" /> | ||
| 12 | <Build Solution="*|ARM64" Project="false" /> | ||
| 13 | <Build Solution="*|x64" Project="false" /> | ||
| 14 | </Project> | ||
| 15 | <Project Path="WixInternal.TestSupport/WixInternal.TestSupport.csproj" /> | ||
| 16 | </Solution> | ||
