Doc: Fix broken link
[TortoiseGit.git] / ext / build / pcre.vcxproj
blobd3aea5678a5fe64e1b7555de11b7882efcc6c96d
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|x64">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Release|Win32">\r
13       <Configuration>Release</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{876C52CE-EF66-495D-820D-4D9C98E9F55C}</ProjectGuid>\r
23     <RootNamespace>pcre</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\r
30     <CharacterSet>NotSet</CharacterSet>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
33     <WholeProgramOptimization>true</WholeProgramOptimization>\r
34   </PropertyGroup>\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
36   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
38   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <ItemDefinitionGroup>\r
41     <ClCompile>\r
42       <AdditionalIncludeDirectories>pcre;..\pcre;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
43       <CompileAs>CompileAsC</CompileAs>\r
44       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
45       <PreprocessorDefinitions>PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
46       <WarningLevel>Level2</WarningLevel>\r
47     </ClCompile>\r
48   </ItemDefinitionGroup>\r
49   <ItemGroup>\r
50     <ClCompile Include="pcre\pcre_chartables.c" />\r
51     <ClCompile Include="..\pcre\pcre_byte_order.c" />\r
52     <ClCompile Include="..\pcre\pcre_compile.c" />\r
53     <ClCompile Include="..\pcre\pcre_config.c" />\r
54     <ClCompile Include="..\pcre\pcre_dfa_exec.c" />\r
55     <ClCompile Include="..\pcre\pcre_exec.c" />\r
56     <ClCompile Include="..\pcre\pcre_fullinfo.c" />\r
57     <ClCompile Include="..\pcre\pcre_get.c" />\r
58     <ClCompile Include="..\pcre\pcre_globals.c" />\r
59     <ClCompile Include="..\pcre\pcre_jit_compile.c" />\r
60     <ClCompile Include="..\pcre\pcre_maketables.c" />\r
61     <ClCompile Include="..\pcre\pcre_newline.c" />\r
62     <ClCompile Include="..\pcre\pcre_ord2utf8.c" />\r
63     <ClCompile Include="..\pcre\pcre_refcount.c" />\r
64     <ClCompile Include="..\pcre\pcre_string_utils.c" />\r
65     <ClCompile Include="..\pcre\pcre_study.c" />\r
66     <ClCompile Include="..\pcre\pcre_tables.c" />\r
67     <ClCompile Include="..\pcre\pcre_ucd.c" />\r
68     <ClCompile Include="..\pcre\pcre_valid_utf8.c" />\r
69     <ClCompile Include="..\pcre\pcre_version.c" />\r
70     <ClCompile Include="..\pcre\pcre_xclass.c" />\r
71   </ItemGroup>\r
72   <ItemGroup>\r
73     <ClInclude Include="pcre\pcre.h" />\r
74     <ClInclude Include="pcre\config.h" />\r
75   </ItemGroup>\r
76   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
77   <ImportGroup Label="ExtensionTargets">\r
78   </ImportGroup>\r
79 </Project>