1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
6 <ProductVersion>3.5</ProductVersion>
\r
7 <ProjectGuid>{3b5e5201-c728-49bd-b48b-56900d0873af}</ProjectGuid>
\r
8 <SchemaVersion>2.0</SchemaVersion>
\r
9 <OutputName>gdipp_$(Platform)</OutputName>
\r
10 <OutputType>Package</OutputType>
\r
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
12 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
13 <Name>installer_32_zh-cn</Name>
\r
14 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
17 <SuppressValidation>True</SuppressValidation>
\r
18 <Cultures>zh-cn</Cultures>
\r
19 <DefineConstants>codepage=936</DefineConstants>
\r
20 <OutputPath>bin\$(Configuration)\</OutputPath>
\r
21 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
\r
22 <SuppressAllWarnings>False</SuppressAllWarnings>
\r
23 <Pedantic>False</Pedantic>
\r
26 <Compile Include="gdipp_ExitDialog.wxs" />
\r
27 <Compile Include="installer.wxs" />
\r
30 <WixExtension Include="WixUtilExtension">
\r
31 <HintPath>$(WIX)bin\WixUtilExtension.dll</HintPath>
\r
32 <Name>WixUtilExtension</Name>
\r
34 <WixExtension Include="WixUIExtension">
\r
35 <HintPath>$(WIX)bin\WixUIExtension.dll</HintPath>
\r
36 <Name>WixUIExtension</Name>
\r
40 <EmbeddedResource Include="installer_zh-cn.wxl" />
\r
42 <Import Project="$(WixTargetsPath)" />
\r
47 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
48 Other similar extension points exist, see Wix.targets.
\r
49 <Target Name="BeforeBuild">
\r
51 <Target Name="AfterBuild">
\r