|
4 | 4 | <Version Condition=" '$(Version)' == '' ">0.0.0.0</Version>
|
5 | 5 | <SemVersion Condition=" '$(SemVersion)' == '' ">0.0.0</SemVersion>
|
6 | 6 | <SourceBase Condition=" '$(SourceBase)' == '' ">..</SourceBase>
|
7 |
| - <ReleaseNotes Condition=" '$(ReleaseNotes)' == '' "></ReleaseNotes> |
| 7 | + <BinDir Condition=" '$(BinDir)' == '' ">..\MongoDB.Driver\bin\$(Configuration)</BinDir> |
| 8 | + <ReleaseNotes Condition=" '$(ReleaseNotes)' == '' ">Release Notes\Release Notes v1.8.1.md</ReleaseNotes> |
8 | 9 | <License Condition=" '$(License)' == '' ">License.rtf</License>
|
9 |
| - <Documentation Condition=" '$(Documentation)' == '' "></Documentation> |
| 10 | + <Documentation Condition=" '$(Documentation)' == '' ">Docs\Api\Help\Help.chm</Documentation> |
10 | 11 | <ProductId Condition=" '$(ProductId)' == '' ">*</ProductId>
|
11 | 12 | <UpgradeCode Condition=" '$(UpgradeCode)' == '' ">574a296c-d9df-469f-b205-f93f5da69099</UpgradeCode>
|
12 | 13 | </PropertyGroup>
|
|
22 | 23 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
23 | 24 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
24 | 25 | <OutputPath>bin\$(Configuration)</OutputPath>
|
25 |
| - </PropertyGroup> |
26 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
27 |
| - <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
28 |
| - <DefineConstants>$(Configuration);Version=$(Version);SemVersion=$(SemVersion);SourceBase=$(SourceBase);ReleaseNotes=$(ReleaseNotes);License=$(License);Documentation=$(Documentation);ProductId=$(ProductId);UpgradeCode=$(UpgradeCode)</DefineConstants> |
29 |
| - <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
30 |
| - </PropertyGroup> |
31 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
32 | 26 | <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
33 |
| - <DefineConstants>$(Configuration);Version=$(Version);SemVersion=$(SemVersion);SourceBase=$(SourceBase);ReleaseNotes=$(ReleaseNotes);License=$(License);Documentation=$(Documentation);ProductId=$(ProductId);UpgradeCode=$(UpgradeCode)</DefineConstants> |
| 27 | + <DefineConstants>$(Configuration);Version=$(Version);SemVersion=$(SemVersion);SourceBase=$(SourceBase);ReleaseNotes=$(ReleaseNotes);License=$(License);Documentation=$(Documentation);ProductId=$(ProductId);UpgradeCode=$(UpgradeCode);BinDir=$(BinDir)</DefineConstants> |
34 | 28 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
35 | 29 | </PropertyGroup>
|
36 | 30 | <ItemGroup>
|
|
0 commit comments