strip added smb:// shares of their user/pass when adding, and instead store that...
[vuplus_xbmc] / lib / win32 / pcre / libpcre / libpcre.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{D8097C41-605D-4917-8957-9DF7F44A18CD}</ProjectGuid>
15     <RootNamespace>libpcre</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>StaticLibrary</ConfigurationType>
21     <CharacterSet>Unicode</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>StaticLibrary</ConfigurationType>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33     <Import Project="..\..\..\..\project\VS2010Express\XBMC for Windows.props" />
34   </ImportGroup>
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37     <Import Project="..\..\..\..\project\VS2010Express\XBMC for Windows.props" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup>
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
44     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
46   </PropertyGroup>
47   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48     <ClCompile>
49       <Optimization>Disabled</Optimization>
50       <AdditionalIncludeDirectories>.;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
51       <PreprocessorDefinitions>NO_RECURSE;WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52       <MinimalRebuild>true</MinimalRebuild>
53       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
55       <PrecompiledHeader>
56       </PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59       <CompileAs>CompileAsCpp</CompileAs>
60     </ClCompile>
61     <Lib>
62       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
63       <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
64     </Lib>
65   </ItemDefinitionGroup>
66   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <ClCompile>
68       <Optimization>Full</Optimization>
69       <IntrinsicFunctions>true</IntrinsicFunctions>
70       <WholeProgramOptimization>false</WholeProgramOptimization>
71       <AdditionalIncludeDirectories>.;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
72       <PreprocessorDefinitions>NO_RECURSE;WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
74       <FunctionLevelLinking>true</FunctionLevelLinking>
75       <PrecompiledHeader>
76       </PrecompiledHeader>
77       <WarningLevel>Level3</WarningLevel>
78       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
79       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
80     </ClCompile>
81   </ItemDefinitionGroup>
82   <ItemGroup>
83     <ClCompile Include="..\pcre_chartables.c" />
84     <ClCompile Include="..\pcre_compile.c" />
85     <ClCompile Include="..\pcre_config.c" />
86     <ClCompile Include="..\pcre_dfa_exec.c" />
87     <ClCompile Include="..\pcre_exec.c" />
88     <ClCompile Include="..\pcre_fullinfo.c" />
89     <ClCompile Include="..\pcre_get.c" />
90     <ClCompile Include="..\pcre_globals.c" />
91     <ClCompile Include="..\pcre_info.c" />
92     <ClCompile Include="..\pcre_maketables.c" />
93     <ClCompile Include="..\pcre_newline.c" />
94     <ClCompile Include="..\pcre_ord2utf8.c" />
95     <ClCompile Include="..\pcre_refcount.c" />
96     <ClCompile Include="..\pcre_study.c" />
97     <ClCompile Include="..\pcre_tables.c" />
98     <ClCompile Include="..\pcre_try_flipped.c" />
99     <ClCompile Include="..\pcre_ucd.c" />
100     <ClCompile Include="..\pcre_valid_utf8.c" />
101     <ClCompile Include="..\pcre_version.c" />
102     <ClCompile Include="..\pcre_xclass.c" />
103     <ClCompile Include="..\pcrecpp.cc" />
104     <ClCompile Include="..\pcreposix.c" />
105   </ItemGroup>
106   <ItemGroup>
107     <ClInclude Include="..\pcre.h" />
108     <ClInclude Include="..\pcre_internal.h" />
109     <ClInclude Include="..\pcre_scanner.h" />
110     <ClInclude Include="..\pcrecpp_internal.h" />
111     <ClInclude Include="..\pcreposix.h" />
112     <ClInclude Include="..\ucp.h" />
113   </ItemGroup>
114   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115   <ImportGroup Label="ExtensionTargets">
116   </ImportGroup>
117 </Project>