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/ext/NetFx/NetFx.wixext.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/ext/NetFx/NetFx.wixext.slnx')
| -rw-r--r-- | src/ext/NetFx/NetFx.wixext.slnx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ext/NetFx/NetFx.wixext.slnx b/src/ext/NetFx/NetFx.wixext.slnx new file mode 100644 index 00000000..9c01b2ec --- /dev/null +++ b/src/ext/NetFx/NetFx.wixext.slnx | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | <Solution> | ||
| 2 | <Configurations> | ||
| 3 | <Platform Name="Any CPU" /> | ||
| 4 | <Platform Name="x64" /> | ||
| 5 | <Platform Name="x86" /> | ||
| 6 | </Configurations> | ||
| 7 | <Project Path="be/netfxbe.vcxproj" Id="b65719c0-b2cc-45f9-af33-6f147f741adb"> | ||
| 8 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 9 | </Project> | ||
| 10 | <Project Path="ca/netfxca.vcxproj" Id="f72d34ca-48da-4dfd-91a9-a0c78bef6981"> | ||
| 11 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 12 | </Project> | ||
| 13 | <Project Path="netcoresearch/netcoresearch.vcxproj" Id="a7fd9ef2-68cf-4c8e-ad81-3e8a6c7e1937"> | ||
| 14 | <Platform Solution="*|Any CPU" Project="Win32" /> | ||
| 15 | </Project> | ||
| 16 | <Project Path="test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj" /> | ||
| 17 | <Project Path="wixext/WixToolset.Netfx.wixext.csproj" /> | ||
| 18 | <Project Path="wixlib/netfx.wixproj"> | ||
| 19 | <Platform Project="x86" /> | ||
| 20 | <Build Solution="*|Any CPU" /> | ||
| 21 | <Build Solution="*|x86" /> | ||
| 22 | </Project> | ||
| 23 | </Solution> | ||
