aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/PowerShell.wixext.slnx
blob: 76dd22dfb0a6f6a64f86e79a000a34f8f0201b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Solution>
  <Configurations>
    <Platform Name="Any CPU" />
    <Platform Name="x64" />
    <Platform Name="x86" />
  </Configurations>
  <Project Path="test/WixToolsetTest.PowerShell/WixToolsetTest.PowerShell.csproj" />
  <Project Path="wixext/WixToolset.PowerShell.wixext.csproj" />
  <Project Path="wixlib/powershell.wixproj">
    <Platform Project="x86" />
    <Build Solution="*|Any CPU" />
    <Build Solution="*|x86" />
  </Project>
</Solution>