Imported Upstream version 2.2.7
[platform/upstream/cups.git] / vcnet / regex.vcxproj
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|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{18950A1B-D37A-40C7-B2DF-C12986C0526E}</ProjectGuid>
23     <RootNamespace>regex</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25     <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>DynamicLibrary</ConfigurationType>
30     <PlatformToolset>v141</PlatformToolset>
31     <CharacterSet>Unicode</CharacterSet>
32     <WholeProgramOptimization>true</WholeProgramOptimization>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35     <ConfigurationType>DynamicLibrary</ConfigurationType>
36     <PlatformToolset>v141</PlatformToolset>
37     <CharacterSet>Unicode</CharacterSet>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40     <ConfigurationType>DynamicLibrary</ConfigurationType>
41     <PlatformToolset>v141</PlatformToolset>
42     <CharacterSet>Unicode</CharacterSet>
43     <WholeProgramOptimization>true</WholeProgramOptimization>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46     <ConfigurationType>DynamicLibrary</ConfigurationType>
47     <PlatformToolset>v141</PlatformToolset>
48     <CharacterSet>Unicode</CharacterSet>
49   </PropertyGroup>
50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51   <ImportGroup Label="ExtensionSettings">
52   </ImportGroup>
53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55   </ImportGroup>
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61   </ImportGroup>
62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <PropertyGroup Label="UserMacros" />
66   <PropertyGroup>
67     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
68   </PropertyGroup>
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70     <OutDir>$(Platform)\$(Configuration)\</OutDir>
71     <IntDir>$(Platform)\$(Configuration)\</IntDir>
72     <LinkIncremental>true</LinkIncremental>
73   </PropertyGroup>
74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75     <OutDir>$(Platform)\$(Configuration)\</OutDir>
76     <IntDir>$(Platform)\$(Configuration)\</IntDir>
77     <LinkIncremental>false</LinkIncremental>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80     <OutDir>$(Platform)\$(Configuration)\</OutDir>
81     <IntDir>$(Platform)\$(Configuration)\</IntDir>
82     <LinkIncremental>true</LinkIncremental>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85     <OutDir>$(Platform)\$(Configuration)\</OutDir>
86     <IntDir>$(Platform)\$(Configuration)\</IntDir>
87     <LinkIncremental>false</LinkIncremental>
88   </PropertyGroup>
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90     <ClCompile>
91       <Optimization>Disabled</Optimization>
92       <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94       <MinimalRebuild>true</MinimalRebuild>
95       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97       <PrecompiledHeader />
98       <WarningLevel>Level3</WarningLevel>
99       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
100     </ClCompile>
101     <Link>
102       <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
103       <GenerateDebugInformation>true</GenerateDebugInformation>
104       <SubSystem>Windows</SubSystem>
105       <TargetMachine>MachineX86</TargetMachine>
106     </Link>
107   </ItemDefinitionGroup>
108   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
109     <ClCompile>
110       <Optimization>MaxSpeed</Optimization>
111       <IntrinsicFunctions>true</IntrinsicFunctions>
112       <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
115       <FunctionLevelLinking>true</FunctionLevelLinking>
116       <PrecompiledHeader />
117       <WarningLevel>Level3</WarningLevel>
118       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
119     </ClCompile>
120     <Link>
121       <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
122       <GenerateDebugInformation>true</GenerateDebugInformation>
123       <SubSystem>Windows</SubSystem>
124       <OptimizeReferences>true</OptimizeReferences>
125       <EnableCOMDATFolding>true</EnableCOMDATFolding>
126       <TargetMachine>MachineX86</TargetMachine>
127     </Link>
128   </ItemDefinitionGroup>
129   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
130     <Midl>
131       <TargetEnvironment>X64</TargetEnvironment>
132     </Midl>
133     <ClCompile>
134       <Optimization>Disabled</Optimization>
135       <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
136       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137       <MinimalRebuild>true</MinimalRebuild>
138       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
139       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
140       <PrecompiledHeader />
141       <WarningLevel>Level3</WarningLevel>
142       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
143     </ClCompile>
144     <Link>
145       <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
146       <GenerateDebugInformation>true</GenerateDebugInformation>
147       <SubSystem>Windows</SubSystem>
148       <TargetMachine>MachineX64</TargetMachine>
149     </Link>
150   </ItemDefinitionGroup>
151   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
152     <Midl>
153       <TargetEnvironment>X64</TargetEnvironment>
154     </Midl>
155     <ClCompile>
156       <Optimization>MaxSpeed</Optimization>
157       <IntrinsicFunctions>true</IntrinsicFunctions>
158       <AdditionalIncludeDirectories>regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
159       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
161       <FunctionLevelLinking>true</FunctionLevelLinking>
162       <PrecompiledHeader />
163       <WarningLevel>Level3</WarningLevel>
164       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165     </ClCompile>
166     <Link>
167       <ModuleDefinitionFile>regex/regex.def</ModuleDefinitionFile>
168       <GenerateDebugInformation>true</GenerateDebugInformation>
169       <SubSystem>Windows</SubSystem>
170       <OptimizeReferences>true</OptimizeReferences>
171       <EnableCOMDATFolding>true</EnableCOMDATFolding>
172       <TargetMachine>MachineX64</TargetMachine>
173     </Link>
174   </ItemDefinitionGroup>
175   <ItemGroup>
176     <ClCompile Include="regex\regcomp.c" />
177     <ClCompile Include="regex\regerror.c" />
178     <ClCompile Include="regex\regexec.c" />
179     <ClCompile Include="regex\regfree.c" />
180     <ClCompile Include="regex\split.c" />
181   </ItemGroup>
182   <ItemGroup>
183     <None Include="regex\regex.def" />
184   </ItemGroup>
185   <ItemGroup>
186     <ClInclude Include="regex\regex.h" />
187     <ClInclude Include="regex\regex2.h" />
188   </ItemGroup>
189   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
190   <ImportGroup Label="ExtensionTargets">
191   </ImportGroup>
192 </Project>