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-11-16 14:57:53 -0800
commit39ff17ea54c119c3aa926ee5c3d4628204b93d31 (patch)
tree422ed11f91cf55b08864154faad0a2e296b8e488 /src/ext/PowerShell/PowerShell.wixext.slnx
parentfcd24ed09ddd3275220481c676f7f0c64d3c4a33 (diff)
downloadwix-39ff17ea54c119c3aa926ee5c3d4628204b93d31.tar.gz
wix-39ff17ea54c119c3aa926ee5c3d4628204b93d31.tar.bz2
wix-39ff17ea54c119c3aa926ee5c3d4628204b93d31.zip
Migrate all .sln files to .slnxrobmen/dev10
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>