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/libs/libs.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/libs/libs.slnx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libs/libs.slnx b/src/libs/libs.slnx new file mode 100644 index 00000000..e0a1e0be --- /dev/null +++ b/src/libs/libs.slnx | |||
| @@ -0,0 +1,24 @@ | |||
| 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="dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj" Id="ab7ee608-e5fb-42a5-831f-0deeea141223"> | ||
| 9 | <Platform Project="Win32" /> | ||
| 10 | <Build Solution="*|Any CPU" Project="false" /> | ||
| 11 | <Build Solution="*|ARM64" Project="false" /> | ||
| 12 | <Build Solution="*|x64" Project="false" /> | ||
| 13 | </Project> | ||
| 14 | <Project Path="dutil/WixToolset.DUtil/dutil.vcxproj" Id="1244e671-f108-4334-ba52-8a7517f26ecd"> | ||
| 15 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 16 | <Build Solution="*|Any CPU" Project="false" /> | ||
| 17 | </Project> | ||
| 18 | <Project Path="test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj" /> | ||
| 19 | <Project Path="wcautil/WixToolset.WcaUtil/wcautil.vcxproj" Id="5b3714b6-3a76-463e-8595-d48da276c512"> | ||
| 20 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 21 | <Build Solution="*|Any CPU" Project="false" /> | ||
| 22 | </Project> | ||
| 23 | <Project Path="WixToolset.Versioning/WixToolset.Versioning.csproj" /> | ||
| 24 | </Solution> | ||
