CommitDlg: Update index using libgit2 incrementally
[TortoiseGit.git] / src / TortoiseGit.common-langs.props
blob315e4f3b7d991997e184705813b583ea7d176023
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <LinkIncremental>false</LinkIncremental>\r
5   </PropertyGroup>\r
6   <ItemDefinitionGroup>\r
7     <ClCompile>\r
8       <PreprocessorDefinitions>TORTOISELANG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
9       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
10       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
11     </ClCompile>\r
12     <ResourceCompile>\r
13       <AdditionalIncludeDirectories>..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
14     </ResourceCompile>\r
15     <Link>\r
16       <GenerateDebugInformation>false</GenerateDebugInformation>\r
17       <NoEntryPoint>true</NoEntryPoint>\r
18       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
19       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>\r
20     </Link>\r
21   </ItemDefinitionGroup>\r
22 </Project>