Fix typos
[TortoiseGit.git] / ext / build / pcre2.vcxproj
blob51e1a2f61f740e482d96b9817866456deabe7617
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|ARM64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>ARM64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|Win32">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|ARM64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>ARM64</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Release|Win32">\r
21       <Configuration>Release</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|x64">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <PropertyGroup Label="Globals">\r
30     <ProjectGuid>{E37F4CE6-D512-4D71-AA02-33422C92FCE0}</ProjectGuid>\r
31     <RootNamespace>pcre2</RootNamespace>\r
32     <Keyword>Win32Proj</Keyword>\r
33   </PropertyGroup>\r
34   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
36   <PropertyGroup Label="Configuration">\r
37     <ConfigurationType>StaticLibrary</ConfigurationType>\r
38     <CharacterSet>NotSet</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
41     <WholeProgramOptimization>true</WholeProgramOptimization>\r
42   </PropertyGroup>\r
43   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
44   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
45   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
46   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
47   <PropertyGroup Label="UserMacros" />\r
48   <ItemDefinitionGroup>\r
49     <ClCompile>\r
50       <AdditionalIncludeDirectories>pcre2;..\pcre2\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
51       <CompileAs>CompileAsC</CompileAs>\r
52       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
53       <PreprocessorDefinitions>HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=8;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
54       <WarningLevel>Level3</WarningLevel>\r
55     </ClCompile>\r
56   </ItemDefinitionGroup>\r
57   <ItemGroup>\r
58     <ClCompile Include="..\pcre2\src\pcre2posix.c" />\r
59     <ClCompile Include="..\pcre2\src\pcre2_auto_possess.c" />\r
60     <ClCompile Include="..\pcre2\src\pcre2_chkdint.c" />\r
61     <ClCompile Include="..\pcre2\src\pcre2_compile.c" />\r
62     <ClCompile Include="..\pcre2\src\pcre2_config.c" />\r
63     <ClCompile Include="..\pcre2\src\pcre2_context.c" />\r
64     <ClCompile Include="..\pcre2\src\pcre2_convert.c" />\r
65     <ClCompile Include="..\pcre2\src\pcre2_dfa_match.c" />\r
66     <ClCompile Include="..\pcre2\src\pcre2_error.c" />\r
67     <ClCompile Include="..\pcre2\src\pcre2_extuni.c" />\r
68     <ClCompile Include="..\pcre2\src\pcre2_find_bracket.c" />\r
69     <ClCompile Include="..\pcre2\src\pcre2_jit_compile.c" />\r
70     <ClCompile Include="..\pcre2\src\pcre2_maketables.c" />\r
71     <ClCompile Include="..\pcre2\src\pcre2_match.c" />\r
72     <ClCompile Include="..\pcre2\src\pcre2_match_data.c" />\r
73     <ClCompile Include="..\pcre2\src\pcre2_newline.c" />\r
74     <ClCompile Include="..\pcre2\src\pcre2_ord2utf.c" />\r
75     <ClCompile Include="..\pcre2\src\pcre2_pattern_info.c" />\r
76     <ClCompile Include="..\pcre2\src\pcre2_script_run.c" />\r
77     <ClCompile Include="..\pcre2\src\pcre2_serialize.c" />\r
78     <ClCompile Include="..\pcre2\src\pcre2_string_utils.c" />\r
79     <ClCompile Include="..\pcre2\src\pcre2_study.c" />\r
80     <ClCompile Include="..\pcre2\src\pcre2_substitute.c" />\r
81     <ClCompile Include="..\pcre2\src\pcre2_substring.c" />\r
82     <ClCompile Include="..\pcre2\src\pcre2_tables.c" />\r
83     <ClCompile Include="..\pcre2\src\pcre2_ucd.c" />\r
84     <ClCompile Include="..\pcre2\src\pcre2_valid_utf.c" />\r
85     <ClCompile Include="..\pcre2\src\pcre2_xclass.c" />\r
86     <ClCompile Include="pcre2\pcre2_chartables.c" />\r
87   </ItemGroup>\r
88   <ItemGroup>\r
89     <ClInclude Include="..\pcre2\src\pcre2posix.h" />\r
90     <ClInclude Include="..\pcre2\src\pcre2_internal.h" />\r
91     <ClInclude Include="..\pcre2\src\pcre2_intmodedep.h" />\r
92     <ClInclude Include="..\pcre2\src\pcre2_ucp.h" />\r
93     <ClInclude Include="pcre2\config.h" />\r
94     <ClInclude Include="pcre2\pcre2.h" />\r
95   </ItemGroup>\r
96   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
97   <ImportGroup Label="ExtensionTargets">\r
98   </ImportGroup>\r
99 </Project>