Commmit first draft of projects to build the MSIs. Note that the merge modules are...
[shibboleth/cpp-sp.git] / msi / WiX / Shibboleth32 / Shibboleth32.wixproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <Import Project="..\props.props" />\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <InstallerPlatform>x86</InstallerPlatform>\r
7     <ProductVersion>3.5</ProductVersion>\r
8     <ProjectGuid>{cb336986-b518-4b6f-96a7-6ca17ada82df}</ProjectGuid>\r
9     <SchemaVersion>2.0</SchemaVersion>\r
10     <OutputName>Shibboleth32</OutputName>\r
11     <OutputType>Package</OutputType>\r
12     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>\r
13     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">\r
16     <OutputPath>..\</OutputPath>\r
17     <IntermediateOutputPath>.\</IntermediateOutputPath>\r
18     <DefineConstants>Debug;BuildRoot=$(CxxTestRoot)</DefineConstants>\r
19     <LinkerAdditionalOptions>-sw1055 -ext WixUtilExtension.dll -ext WixUIExtension  -ext WixIISExtension</LinkerAdditionalOptions>\r
20     <SuppressPdbOutput>True</SuppressPdbOutput>\r
21     <SuppressIces>ICE82</SuppressIces>\r
22     <WixVariables>\r
23     </WixVariables>\r
24     <CompilerAdditionalOptions>\r
25     </CompilerAdditionalOptions>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">\r
28     <OutputPath>..\</OutputPath>\r
29     <IntermediateOutputPath>.\</IntermediateOutputPath>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <Compile Include="..\ShibbolethSP-exe-x86.wxs">\r
33       <Link>ShibbolethSP-exe-x86.wxs</Link>\r
34     </Compile>\r
35     <Compile Include="..\ShibbolethSP-gui.wxs">\r
36       <Link>ShibbolethSP-gui.wxs</Link>\r
37     </Compile>\r
38     <Compile Include="..\ShibbolethSP-install-dlg.wxs">\r
39       <Link>ShibbolethSP-install-dlg.wxs</Link>\r
40     </Compile>\r
41     <Compile Include="..\ShibbolethSP-main-x86.wxs">\r
42       <Link>ShibbolethSP-main-x86.wxs</Link>\r
43     </Compile>\r
44     <Compile Include="..\ShibbolethSP-noarch.wxs">\r
45       <Link>ShibbolethSP-noarch.wxs</Link>\r
46     </Compile>\r
47     <Compile Include="..\ShibbolethSP-registry-x86.wxs">\r
48       <Link>ShibbolethSP-registry-x86.wxs</Link>\r
49     </Compile>\r
50     <Compile Include="..\ShibbolethSP-update-dlg.wxs">\r
51       <Link>ShibbolethSP-update-dlg.wxs</Link>\r
52     </Compile>\r
53   </ItemGroup>\r
54   <Import Project="$(WixTargetsPath)" />\r
55   <!--\r
56         To modify your build process, add your task inside one of the targets below and uncomment it.\r
57         Other similar extension points exist, see Wix.targets.\r
58         <Target Name="BeforeBuild">\r
59         </Target>\r
60         <Target Name="AfterBuild">\r
61         </Target>\r
62         -->\r
63 </Project>