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