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/setup/setup.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 '')
| -rw-r--r-- | src/setup/setup.slnx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/setup/setup.slnx b/src/setup/setup.slnx new file mode 100644 index 00000000..7f56128c --- /dev/null +++ b/src/setup/setup.slnx | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <Solution> | ||
| 2 | <Project Path="ThmViewerPackage/ThmViewerPackage.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0" /> | ||
| 3 | <Project Path="wix-cli/wix-cli.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0"> | ||
| 4 | <Platform Project="x64" /> | ||
| 5 | </Project> | ||
| 6 | <Project Path="WixAdditionalTools/WixAdditionalTools.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0" /> | ||
| 7 | </Solution> | ||
