OSDN Git Service

Merge X64 Build
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitSetup / WiXSetup.wixproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
5     <ProductVersion>3.0</ProductVersion>\r
6     <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <OutputName>TortoiseGit</OutputName>\r
9     <OutputType>Package</OutputType>\r
10     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>\r
11   </PropertyGroup>\r
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
13     <OutputPath>..\..\bin\setup\</OutputPath>\r
14     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
15     <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
16     <WixVariables>\r
17     </WixVariables>\r
18     <SuppressSpecificWarnings>\r
19     </SuppressSpecificWarnings>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
22     <OutputPath>..\..\bin\setup\x86\</OutputPath>\r
23     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
24     <DefineConstants>IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
25     <SuppressSpecificWarnings>\r
26     </SuppressSpecificWarnings>\r
27   </PropertyGroup>\r
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
29     <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
30     <WixVariables>\r
31     </WixVariables>\r
32     <SuppressSpecificWarnings>\r
33     </SuppressSpecificWarnings>\r
34     <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>\r
35     <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
38     <DefineConstants>IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
39     <SuppressSpecificWarnings>\r
40     </SuppressSpecificWarnings>\r
41     <OutputPath>..\..\bin\setup\x64\</OutputPath>\r
42     <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>\r
43   </PropertyGroup>\r
44   <Import Project="$(WixTargetsPath)" />\r
45   <!--\r
46         To modify your build process, add your task inside one of the targets below and uncomment it.\r
47         Other similar extension points exist, see Wix.targets.\r
48         <Target Name="BeforeBuild">\r
49         </Target>\r
50         <Target Name="AfterBuild">\r
51         </Target>\r
52         -->\r
53   <ItemGroup>\r
54     <Compile Include="TortoiseSVN.wxs" />\r
55     <Compile Include="WixUI_Simplest.wxs" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <Content Include="FeaturesFragment.wxi" />\r
59     <Content Include="Includes.wxi" />\r
60     <Content Include="StructureFragment.wxi" />\r
61     <Content Include="UIFragment.wxi" />\r
62     <Content Include="VersionNumberInclude.wxi" />\r
63   </ItemGroup>\r
64 </Project>