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/api/api.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/api/api.slnx')
| -rw-r--r-- | src/api/api.slnx | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/api/api.slnx b/src/api/api.slnx new file mode 100644 index 00000000..f0104cc0 --- /dev/null +++ b/src/api/api.slnx | |||
| @@ -0,0 +1,41 @@ | |||
| 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="/burn/"> | ||
| 9 | <Project Path="burn/balutil/balutil.vcxproj" Id="edcb8095-0e6a-43e0-bc33-c4f762fc5cdb"> | ||
| 10 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 11 | <Build Solution="Release|Any CPU" Project="false" /> | ||
| 12 | </Project> | ||
| 13 | <Project Path="burn/bextutil/bextutil.vcxproj" Id="06027492-1cb9-48bc-b31e-c1f9356ed07e"> | ||
| 14 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 15 | <Build Solution="Release|Any CPU" Project="false" /> | ||
| 16 | </Project> | ||
| 17 | <Project Path="burn/mbanative/mbanative.vcxproj" Id="665e0441-17f9-4105-b202-edf274657f6e"> | ||
| 18 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 19 | <Build Solution="Release|Any CPU" Project="false" /> | ||
| 20 | </Project> | ||
| 21 | <Project Path="burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj" Id="9b507af9-035e-4db6-8c0c-5dcc3fef2631"> | ||
| 22 | <Platform Project="Win32" /> | ||
| 23 | <Build Solution="*|ARM64" Project="false" /> | ||
| 24 | <Build Solution="*|x64" Project="false" /> | ||
| 25 | <Build Solution="Release|Any CPU" Project="false" /> | ||
| 26 | </Project> | ||
| 27 | <Project Path="burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj" Id="b69e6422-49b0-4e28-92f9-b8a7410a6ed9"> | ||
| 28 | <Platform Project="Win32" /> | ||
| 29 | <Build Solution="*|ARM64" Project="false" /> | ||
| 30 | <Build Solution="*|x64" Project="false" /> | ||
| 31 | <Build Solution="Release|Any CPU" Project="false" /> | ||
| 32 | </Project> | ||
| 33 | <Project Path="burn/test/WixToolsetTest.BootstrapperApplicationApi/WixToolsetTest.BootstrapperApplicationApi.csproj" /> | ||
| 34 | <Project Path="burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.csproj" /> | ||
| 35 | </Folder> | ||
| 36 | <Folder Name="/wix/"> | ||
| 37 | <Project Path="wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj" /> | ||
| 38 | <Project Path="wix/WixToolset.Data/WixToolset.Data.csproj" /> | ||
| 39 | <Project Path="wix/WixToolset.Extensibility/WixToolset.Extensibility.csproj" /> | ||
| 40 | </Folder> | ||
| 41 | </Solution> | ||
