Revision 35a1421e tools/msvs/msi/nodemsi.wixproj

View differences:

tools/msvs/msi/nodemsi.wixproj
16 16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
17 17
    <OutputPath>..\..\..\$(Configuration)\</OutputPath>
18 18
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
19
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFilesFolder</DefineConstants>
19
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NoETW=$(NoETW);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFilesFolder</DefineConstants>
20 20
  </PropertyGroup>
21 21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
22 22
    <OutputPath>..\..\..\$(Configuration)\</OutputPath>
23 23
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
24
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFilesFolder</DefineConstants>
24
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NoETW=$(NoETW);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFilesFolder</DefineConstants>
25 25
  </PropertyGroup>
26 26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
27 27
    <OutputPath>..\..\..\$(Configuration)\</OutputPath>
28 28
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
29
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants>
29
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NoETW=$(NoETW);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants>
30 30
  </PropertyGroup>
31 31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
32 32
    <OutputPath>..\..\..\$(Configuration)\</OutputPath>
33 33
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
34
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants>
34
    <DefineConstants>Debug;ProductVersion=$(NodeVersion);NoETW=$(NoETW);NPMSourceDir=..\..\..\deps\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants>
35 35
  </PropertyGroup>
36 36
  <ItemGroup>
37 37
    <Compile Include="product.wxs" />

Also available in: Unified diff