aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/PowerShell.wixext.slnx
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-15 17:53:46 -0800
committerRob Mensching <rob@firegiant.com>2025-12-14 08:00:56 -0800
commit4f966b47a3b24e77794a3366ca591548a3cc42c7 (patch)
tree7ad06f54af21a386046c36a8054100cb75a48f39 /src/ext/PowerShell/PowerShell.wixext.slnx
parenta52036eda6958f4671c9ecb04373bf7bc2e4bd36 (diff)
downloadwix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.gz
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.bz2
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.zip
Migrate all .sln files to .slnx
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/ext/PowerShell/PowerShell.wixext.slnx')
-rw-r--r--src/ext/PowerShell/PowerShell.wixext.slnx14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ext/PowerShell/PowerShell.wixext.slnx b/src/ext/PowerShell/PowerShell.wixext.slnx
new file mode 100644
index 00000000..76dd22df
--- /dev/null
+++ b/src/ext/PowerShell/PowerShell.wixext.slnx
@@ -0,0 +1,14 @@
1<Solution>
2 <Configurations>
3 <Platform Name="Any CPU" />
4 <Platform Name="x64" />
5 <Platform Name="x86" />
6 </Configurations>
7 <Project Path="test/WixToolsetTest.PowerShell/WixToolsetTest.PowerShell.csproj" />
8 <Project Path="wixext/WixToolset.PowerShell.wixext.csproj" />
9 <Project Path="wixlib/powershell.wixproj">
10 <Platform Project="x86" />
11 <Build Solution="*|Any CPU" />
12 <Build Solution="*|x86" />
13 </Project>
14</Solution>