1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"12.0">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">x86
</Platform>
6 <ProductVersion>3.5</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <OutputType>Package
</OutputType>
9 <WixTargetsPath Condition=
" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets
</WixTargetsPath>
10 <LinkerAdditionalOptions>-ext WixUIExtension
</LinkerAdditionalOptions>
11 <SuppressIces>ICE61;ICE82
</SuppressIces>
12 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>
15 <ProjectGuid>{
1a015a9a-
20fa-
4e65-
828a-b1bfb7190178}
</ProjectGuid>
16 <OutputName>TortoiseGit-LanguagePack-sv
</OutputName>
17 <DefineConstants>TSVNHelpFile=
0;TMergeHelpFile=
0;COUNTRYID=
1053;LANGNATIVE=Swedish;SPELL=
1;
</DefineConstants>
18 <Cultures>sv-SE
</Cultures>
20 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21 <OutputPath>bin\$(Configuration)\
</OutputPath>
22 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\
</IntermediateOutputPath>
23 <DefineConstants>Debug
</DefineConstants>
25 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26 <OutputPath>..\bin\setup\x86\
</OutputPath>
27 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\
</IntermediateOutputPath>
29 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
30 <OutputPath>bin\$(Configuration)
64\
</OutputPath>
31 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)
64\
</IntermediateOutputPath>
32 <DefineConstants>Debug
</DefineConstants>
34 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|x64' ">
35 <OutputPath>..\bin\setup\x64\
</OutputPath>
36 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)
64\
</IntermediateOutputPath>
39 <Compile Include=
"LanguagePack.wxs" />
40 <Compile Include=
"WixUI_LanguagePacks.wxs" />
43 <Content Include=
"spell\1053.wxi" />
45 <Import Project=
"$(WixTargetsPath)" />
47 To modify your build process, add your task inside one of the targets below and uncomment it.
48 Other similar extension points exist, see Wix.targets.
49 <Target Name="BeforeBuild">
51 <Target Name="AfterBuild">