blob: 13296d3eeaf277c86f89f66a1ba4fe2bb227225a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Project Path="ca/uica.vcxproj" Id="f72d34ca-48da-4dfd-91a9-a0c78bef6981">
<Platform Project="Win32" />
<Build Solution="*|x64" Project="false" />
</Project>
<Project Path="test/WixToolsetTest.UI/WixToolsetTest.UI.csproj" />
<Project Path="wixext/WixToolset.UI.wixext.csproj" />
<Project Path="wixlib/ui.wixproj">
<Platform Project="x86" />
<Build Solution="*|Any CPU" />
<Build Solution="*|x86" />
</Project>
</Solution>
|