diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-11-15 17:53:46 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-16 14:57:53 -0800 |
| commit | 39ff17ea54c119c3aa926ee5c3d4628204b93d31 (patch) | |
| tree | 422ed11f91cf55b08864154faad0a2e296b8e488 /src/wix/wix.slnx | |
| parent | fcd24ed09ddd3275220481c676f7f0c64d3c4a33 (diff) | |
| download | wix-robmen/dev10.tar.gz wix-robmen/dev10.tar.bz2 wix-robmen/dev10.zip | |
Migrate all .sln files to .slnxrobmen/dev10
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/wix/wix.slnx')
| -rw-r--r-- | src/wix/wix.slnx | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/wix/wix.slnx b/src/wix/wix.slnx new file mode 100644 index 00000000..7ebb41e6 --- /dev/null +++ b/src/wix/wix.slnx | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | <Solution> | ||
| 2 | <Configurations> | ||
| 3 | <Platform Name="Any CPU" /> | ||
| 4 | <Platform Name="ARM64" /> | ||
| 5 | <Platform Name="x64" /> | ||
| 6 | <Platform Name="x86" /> | ||
| 7 | </Configurations> | ||
| 8 | <Folder Name="/test/"> | ||
| 9 | <Project Path="test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj" /> | ||
| 10 | <Project Path="test/Example.Extension/Example.Extension.csproj" /> | ||
| 11 | <Project Path="test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj" /> | ||
| 12 | <Project Path="test/WixToolsetTest.Converters.Symbolizer/WixToolsetTest.Converters.Symbolizer.csproj" /> | ||
| 13 | <Project Path="test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj" /> | ||
| 14 | <Project Path="test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj" /> | ||
| 15 | <Project Path="test/WixToolsetTest.Core/WixToolsetTest.Core.csproj" /> | ||
| 16 | <Project Path="test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj" /> | ||
| 17 | <Project Path="test/WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj" /> | ||
| 18 | </Folder> | ||
| 19 | <Project Path="pack-wix/pack-wix.csproj" /> | ||
| 20 | <Project Path="wix/wix.csproj" /> | ||
| 21 | <Project Path="WixInternal.Core.MSTestPackage/WixInternal.Core.MSTestPackage.csproj" /> | ||
| 22 | <Project Path="WixInternal.Core.TestPackage/WixInternal.Core.TestPackage.csproj" /> | ||
| 23 | <Project Path="wixnative/wixnative.vcxproj" Id="8497ec72-b8d0-4272-a9d0-7e9d871cefbf"> | ||
| 24 | <Platform Solution="Release|Any CPU" Project="Win32" /> | ||
| 25 | </Project> | ||
| 26 | <Project Path="WixToolset.BuildTasks/WixToolset.BuildTasks.csproj" /> | ||
| 27 | <Project Path="WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj" /> | ||
| 28 | <Project Path="WixToolset.Converters/WixToolset.Converters.csproj" /> | ||
| 29 | <Project Path="WixToolset.Core.Burn/WixToolset.Core.Burn.csproj" /> | ||
| 30 | <Project Path="WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj" /> | ||
| 31 | <Project Path="WixToolset.Core.Native/WixToolset.Core.Native.csproj" /> | ||
| 32 | <Project Path="WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj" /> | ||
| 33 | <Project Path="WixToolset.Core/WixToolset.Core.csproj" /> | ||
| 34 | <Project Path="WixToolset.Sdk/WixToolset.Sdk.csproj" /> | ||
| 35 | </Solution> | ||
