• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.17763.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>v141</PlatformToolset>
23    <CharacterSet>Unicode</CharacterSet>
24    <WholeProgramOptimization>true</WholeProgramOptimization>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
27    <ConfigurationType>DynamicLibrary</ConfigurationType>
28    <PlatformToolset>v141</PlatformToolset>
29    <CharacterSet>Unicode</CharacterSet>
30  </PropertyGroup>
31  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32  <ImportGroup Label="ExtensionSettings">
33  </ImportGroup>
34  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
35    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36  </ImportGroup>
37  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
38    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39  </ImportGroup>
40  <PropertyGroup Label="UserMacros" />
41  <PropertyGroup>
42    <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
45    <OutDir>$(Platform)\$(Configuration)\</OutDir>
46    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
47    <LinkIncremental>true</LinkIncremental>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
50    <OutDir>$(Platform)\$(Configuration)\</OutDir>
51    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
52    <LinkIncremental>false</LinkIncremental>
53  </PropertyGroup>
54  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
55    <Midl>
56      <TargetEnvironment>X64</TargetEnvironment>
57    </Midl>
58    <ClCompile>
59      <Optimization>Disabled</Optimization>
60      <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
61      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62      <MinimalRebuild>true</MinimalRebuild>
63      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
65      <PrecompiledHeader />
66      <WarningLevel>Level3</WarningLevel>
67      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
68    </ClCompile>
69    <Link>
70      <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
71      <GenerateDebugInformation>true</GenerateDebugInformation>
72      <SubSystem>Windows</SubSystem>
73      <TargetMachine>MachineX64</TargetMachine>
74    </Link>
75  </ItemDefinitionGroup>
76  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
77    <Midl>
78      <TargetEnvironment>X64</TargetEnvironment>
79    </Midl>
80    <ClCompile>
81      <Optimization>MaxSpeed</Optimization>
82      <IntrinsicFunctions>true</IntrinsicFunctions>
83      <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
86      <FunctionLevelLinking>true</FunctionLevelLinking>
87      <PrecompiledHeader />
88      <WarningLevel>Level3</WarningLevel>
89      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
90    </ClCompile>
91    <Link>
92      <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
93      <GenerateDebugInformation>true</GenerateDebugInformation>
94      <SubSystem>Windows</SubSystem>
95      <OptimizeReferences>true</OptimizeReferences>
96      <EnableCOMDATFolding>true</EnableCOMDATFolding>
97      <TargetMachine>MachineX64</TargetMachine>
98    </Link>
99  </ItemDefinitionGroup>
100  <ItemGroup>
101    <ClCompile Include="regex\regcomp.c" />
102    <ClCompile Include="regex\regerror.c" />
103    <ClCompile Include="regex\regexec.c" />
104    <ClCompile Include="regex\regfree.c" />
105    <ClCompile Include="regex\split.c" />
106  </ItemGroup>
107  <ItemGroup>
108    <None Include="regex\regex.def" />
109  </ItemGroup>
110  <ItemGroup>
111    <ClInclude Include="regex\regex.h" />
112    <ClInclude Include="regex\regex2.h" />
113  </ItemGroup>
114  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115  <ImportGroup Label="ExtensionTargets">
116  </ImportGroup>
117</Project>