OLD | NEW |
| (Empty) |
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/m
sbuild/2003"> | |
2 <PropertyGroup> | |
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
4 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
5 <ProductVersion>3.0</ProductVersion> | |
6 <ProjectGuid>16619f53-5da8-4f8e-a2d6-3e60acf21ba4</ProjectGuid> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <OutputName>NaClVsx.Wix</OutputName> | |
9 <OutputType>Package</OutputType> | |
10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensio
nsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</Wi
xTargetsPath> | |
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsP
ath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath> | |
12 </PropertyGroup> | |
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
14 <OutputPath>bin\$(Configuration)\</OutputPath> | |
15 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | |
16 <DefineConstants>Debug</DefineConstants> | |
17 </PropertyGroup> | |
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
19 <OutputPath>bin\$(Configuration)\</OutputPath> | |
20 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | |
21 </PropertyGroup> | |
22 <ItemGroup> | |
23 <Compile Include="Product.wxs" /> | |
24 </ItemGroup> | |
25 <Import Project="$(WixTargetsPath)" /> | |
26 <!-- | |
27 To modify your build process, add your task inside one of the targets be
low and uncomment it. | |
28 Other similar extension points exist, see Wix.targets. | |
29 <Target Name="BeforeBuild"> | |
30 </Target> | |
31 <Target Name="AfterBuild"> | |
32 </Target> | |
33 --> | |
34 </Project> | |
OLD | NEW |