mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 00:32:18 +01:00
61 lines
3.4 KiB
XML
Executable File
61 lines
3.4 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>3.5</ProductVersion>
|
|
<ProjectGuid>{fc40ea06-5d8c-4edf-9e19-a0bdd9a3a7d5}</ProjectGuid>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<OutputName>MongoDB_$(Version)_x86_Standard</OutputName>
|
|
<OutputType>Package</OutputType>
|
|
<DefineSolutionProperties>false</DefineSolutionProperties>
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
<ProductId Condition=" '$(ProductId)' == '' ">*</ProductId>
|
|
<UpgradeCode Condition=" '$(UpgradeCode)' == '' ">867C1D1D-2040-4E90-B04E-1158F9CBDE96</UpgradeCode>
|
|
<Name>MongoDB</Name>
|
|
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
|
|
<IntermediateOutputPath>obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<VerboseOutput>True</VerboseOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ClientSource Condition=" '$(ClientSource)' == '' ">..\..\..\build\win32\normal\clientlib</ClientSource>
|
|
<License Condition=" '$(License)' == '' ">..\..\..\distsrc</License>
|
|
<Source Condition=" '$(Source)' == '' ">..\..\..\build\win32\normal\mongo</Source>
|
|
<Version Condition=" '$(Version)' == '' ">2.4.0</Version>
|
|
<ClientHeaderSource Condition=" '$(ClientHeaderSource)' == '' ">..\..\..\build\win32\normal\clientlib\include</ClientHeaderSource>
|
|
<DefineConstants>MongoDBVersion=$(Version);LicenseSource=$(License);BinarySource=$(Source);Edition=Standard;ProductId=$(ProductId);UpgradeCode=$(UpgradeCode);ClientSource=$(ClientSource);ClientHeaderSource=$(ClientHeaderSource)</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\src\mongo\installer\msi\wxs\BinaryFragment.wxs" />
|
|
<Compile Include="..\..\..\src\mongo\installer\msi\wxs\FeatureFragment.wxs" />
|
|
<Compile Include="..\..\..\src\mongo\installer\msi\wxs\LicensingFragment.wxs" />
|
|
<Compile Include="..\..\..\src\mongo\installer\msi\wxs\Installer.wxs" />
|
|
<Compile Include="$(OutputPath)DriverInclude.wxs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WixExtension Include="WixUIExtension">
|
|
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
|
|
<Name>WixUIExtension</Name>
|
|
</WixExtension>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="wxs\" />
|
|
</ItemGroup>
|
|
<Import Project="$(WixTargetsPath)" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>"%WIX%\bin\heat.exe" dir $(ClientHeaderSource) -gg -g1 -frag -cg cg_DriverHeaders -nologo -directoryid -out DriverInclude.wxs -dr Header -srd -var var.ClientHeaderSource</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!--
|
|
To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Wix.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|