Update to latest pcre2
[TortoiseGit.git] / ext / build / pcre2.vcxproj
blob048ec878ad32ee06d8832dff4470ab3d3831df2f
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>{E37F4CE6-D512-4D71-AA02-33422C92FCE0}</ProjectGuid>\r
23     <RootNamespace>pcre2</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>pcre2;..\pcre2\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
43       <CompileAs>CompileAsC</CompileAs>\r
44       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
45       <PreprocessorDefinitions>HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=8;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
46       <WarningLevel>Level3</WarningLevel>\r
47     </ClCompile>\r
48   </ItemDefinitionGroup>\r
49   <ItemGroup>\r
50     <ClCompile Include="..\pcre2\src\pcre2_auto_possess.c" />\r
51     <ClCompile Include="..\pcre2\src\pcre2_compile.c" />\r
52     <ClCompile Include="..\pcre2\src\pcre2_config.c" />\r
53     <ClCompile Include="..\pcre2\src\pcre2_context.c" />\r
54     <ClCompile Include="..\pcre2\src\pcre2_convert.c" />\r
55     <ClCompile Include="..\pcre2\src\pcre2_dfa_match.c" />\r
56     <ClCompile Include="..\pcre2\src\pcre2_error.c" />\r
57     <ClCompile Include="..\pcre2\src\pcre2_extuni.c" />\r
58     <ClCompile Include="..\pcre2\src\pcre2_find_bracket.c" />\r
59     <ClCompile Include="..\pcre2\src\pcre2_jit_compile.c" />\r
60     <ClCompile Include="..\pcre2\src\pcre2_maketables.c" />\r
61     <ClCompile Include="..\pcre2\src\pcre2_match.c" />\r
62     <ClCompile Include="..\pcre2\src\pcre2_match_data.c" />\r
63     <ClCompile Include="..\pcre2\src\pcre2_newline.c" />\r
64     <ClCompile Include="..\pcre2\src\pcre2_ord2utf.c" />\r
65     <ClCompile Include="..\pcre2\src\pcre2_pattern_info.c" />\r
66     <ClCompile Include="..\pcre2\src\pcre2_script_run.c" />\r
67     <ClCompile Include="..\pcre2\src\pcre2_serialize.c" />\r
68     <ClCompile Include="..\pcre2\src\pcre2_string_utils.c" />\r
69     <ClCompile Include="..\pcre2\src\pcre2_study.c" />\r
70     <ClCompile Include="..\pcre2\src\pcre2_substitute.c" />\r
71     <ClCompile Include="..\pcre2\src\pcre2_substring.c" />\r
72     <ClCompile Include="..\pcre2\src\pcre2_tables.c" />\r
73     <ClCompile Include="..\pcre2\src\pcre2_ucd.c" />\r
74     <ClCompile Include="..\pcre2\src\pcre2_valid_utf.c" />\r
75     <ClCompile Include="..\pcre2\src\pcre2_xclass.c" />\r
76     <ClCompile Include="pcre2\pcre2_chartables.c" />\r
77   </ItemGroup>\r
78   <ItemGroup>\r
79     <ClInclude Include="..\pcre2\src\pcre2_internal.h" />\r
80     <ClInclude Include="..\pcre2\src\pcre2_intmodedep.h" />\r
81     <ClInclude Include="..\pcre2\src\pcre2_ucp.h" />\r
82     <ClInclude Include="pcre2\config.h" />\r
83     <ClInclude Include="pcre2\pcre2.h" />\r
84   </ItemGroup>\r
85   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
86   <ImportGroup Label="ExtensionTargets">\r
87   </ImportGroup>\r
88 </Project>