aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/PowerShell.wixext.slnx
diff options
context:
space:
mode:
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>