1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|x64"> 5 <Configuration>Debug</Configuration> 6 <Platform>x64</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|x64"> 9 <Configuration>Release</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{18950A1B-D37A-40C7-B2DF-C12986C0526E}</ProjectGuid> 15 <RootNamespace>regex</RootNamespace> 16 <Keyword>Win32Proj</Keyword> 17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 18 </PropertyGroup> 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 21 <ConfigurationType>DynamicLibrary</ConfigurationType> 22 <PlatformToolset>v143</PlatformToolset> 23 <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> 24 <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> 25 <CharacterSet>Unicode</CharacterSet> 26 <WholeProgramOptimization>true</WholeProgramOptimization> 27 </PropertyGroup> 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 29 <ConfigurationType>DynamicLibrary</ConfigurationType> 30 <PlatformToolset>v143</PlatformToolset> 31 <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> 32 <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> 33 <CharacterSet>Unicode</CharacterSet> 34 </PropertyGroup> 35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 36 <ImportGroup Label="ExtensionSettings"> 37 </ImportGroup> 38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 </ImportGroup> 41 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 43 </ImportGroup> 44 <PropertyGroup Label="UserMacros" /> 45 <PropertyGroup> 46 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 49 <OutDir>$(Platform)\$(Configuration)\</OutDir> 50 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 51 <LinkIncremental>true</LinkIncremental> 52 </PropertyGroup> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 54 <OutDir>$(Platform)\$(Configuration)\</OutDir> 55 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 56 <LinkIncremental>false</LinkIncremental> 57 </PropertyGroup> 58 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 59 <Midl> 60 <TargetEnvironment>X64</TargetEnvironment> 61 </Midl> 62 <ClCompile> 63 <Optimization>Disabled</Optimization> 64 <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 65 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 66 <MinimalRebuild>true</MinimalRebuild> 67 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 68 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 69 <PrecompiledHeader /> 70 <WarningLevel>Level3</WarningLevel> 71 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 72 </ClCompile> 73 <Link> 74 <ModuleDefinitionFile>regex/librxspencer.def</ModuleDefinitionFile> 75 <GenerateDebugInformation>true</GenerateDebugInformation> 76 <SubSystem>Windows</SubSystem> 77 <TargetMachine>MachineX64</TargetMachine> 78 </Link> 79 </ItemDefinitionGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 81 <Midl> 82 <TargetEnvironment>X64</TargetEnvironment> 83 </Midl> 84 <ClCompile> 85 <Optimization>MaxSpeed</Optimization> 86 <IntrinsicFunctions>true</IntrinsicFunctions> 87 <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 88 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 89 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 90 <FunctionLevelLinking>true</FunctionLevelLinking> 91 <PrecompiledHeader /> 92 <WarningLevel>Level3</WarningLevel> 93 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 94 </ClCompile> 95 <Link> 96 <ModuleDefinitionFile>regex/librxspencer.def</ModuleDefinitionFile> 97 <GenerateDebugInformation>true</GenerateDebugInformation> 98 <SubSystem>Windows</SubSystem> 99 <OptimizeReferences>true</OptimizeReferences> 100 <EnableCOMDATFolding>true</EnableCOMDATFolding> 101 <TargetMachine>MachineX64</TargetMachine> 102 </Link> 103 </ItemDefinitionGroup> 104 <ItemGroup> 105 <ClCompile Include="regex\regcomp.c" /> 106 <ClCompile Include="regex\regerror.c" /> 107 <ClCompile Include="regex\regexec.c" /> 108 <ClCompile Include="regex\regfree.c" /> 109 <ClCompile Include="regex\split.c" /> 110 </ItemGroup> 111 <ItemGroup> 112 <None Include="regex\librxspencer.def" /> 113 </ItemGroup> 114 <ItemGroup> 115 <ClInclude Include="regex\regex.h" /> 116 <ClInclude Include="regex\regex2.h" /> 117 </ItemGroup> 118 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 119 <ImportGroup Label="ExtensionTargets"> 120 </ImportGroup> 121</Project>