Doc: Fix broken link
[TortoiseGit.git] / Languages / Lang_ko.wixproj
blobe9eff3ccb8812e175cd59b9c89c0bfc3ecd3db61
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>3.5</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <OutputType>Package</OutputType>\r
9     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>\r
10     <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>\r
11     <SuppressIces>ICE61;ICE82</SuppressIces>\r
12     <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>\r
13   </PropertyGroup>\r
14   <PropertyGroup>\r
15     <ProjectGuid>{ce012f99-aa82-462c-8f7c-f8a946eaf4ae}</ProjectGuid>\r
16     <OutputName>TortoiseGit-LanguagePack-ko</OutputName>\r
17     <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;COUNTRYID=1042;LANGNATIVE=Korean;</DefineConstants>\r
18     <Cultures>ko-KR</Cultures>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
21     <OutputPath>bin\$(Configuration)\</OutputPath>\r
22     <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>\r
23     <DefineConstants>Debug</DefineConstants>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
26     <OutputPath>..\bin\setup\x86\</OutputPath>\r
27     <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
30     <OutputPath>bin\$(Configuration)64\</OutputPath>\r
31     <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>\r
32     <DefineConstants>Debug</DefineConstants>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
35     <OutputPath>..\bin\setup\x64\</OutputPath>\r
36     <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Compile Include="LanguagePack.wxs" />\r
40     <Compile Include="WixUI_LanguagePacks.wxs" />\r
41   </ItemGroup>\r
42   <Import Project="$(WixTargetsPath)" />\r
43   <!--\r
44         To modify your build process, add your task inside one of the targets below and uncomment it.\r
45         Other similar extension points exist, see Wix.targets.\r
46         <Target Name="BeforeBuild">\r
47         </Target>\r
48         <Target Name="AfterBuild">\r
49         </Target>\r
50         -->\r
51 </Project>