]>
Commit | Line | Data |
---|---|---|
63fd12c7 VZ |
1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r | |
3 | <ItemGroup Label="ProjectConfigurations">\r | |
4 | <ProjectConfiguration Include="Debug|Win32">\r | |
5 | <Configuration>Debug</Configuration>\r | |
6 | <Platform>Win32</Platform>\r | |
7 | </ProjectConfiguration>\r | |
8 | <ProjectConfiguration Include="DLL Debug|Win32">\r | |
9 | <Configuration>DLL Debug</Configuration>\r | |
10 | <Platform>Win32</Platform>\r | |
11 | </ProjectConfiguration>\r | |
12 | <ProjectConfiguration Include="DLL Release|Win32">\r | |
13 | <Configuration>DLL Release</Configuration>\r | |
14 | <Platform>Win32</Platform>\r | |
15 | </ProjectConfiguration>\r | |
63fd12c7 VZ |
16 | <ProjectConfiguration Include="Release|Win32">\r |
17 | <Configuration>Release</Configuration>\r | |
18 | <Platform>Win32</Platform>\r | |
19 | </ProjectConfiguration>\r | |
63fd12c7 VZ |
20 | </ItemGroup>\r |
21 | <PropertyGroup Label="Globals">\r | |
22 | <ProjectName>wxregex</ProjectName>\r | |
23 | <ProjectGuid>{56A4B526-BB81-5D01-AAA9-16D23BBB169D}</ProjectGuid>\r | |
24 | </PropertyGroup>\r | |
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r | |
63fd12c7 VZ |
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="Configuration">\r |
27 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
28 | <UseOfMfc>false</UseOfMfc>\r | |
29 | <CharacterSet>Unicode</CharacterSet>\r | |
30 | </PropertyGroup>\r | |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="Configuration">\r | |
32 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
33 | <UseOfMfc>false</UseOfMfc>\r | |
34 | <CharacterSet>Unicode</CharacterSet>\r | |
35 | </PropertyGroup>\r | |
63fd12c7 VZ |
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r |
37 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
38 | <UseOfMfc>false</UseOfMfc>\r | |
39 | <CharacterSet>Unicode</CharacterSet>\r | |
40 | </PropertyGroup>\r | |
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r | |
42 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
43 | <UseOfMfc>false</UseOfMfc>\r | |
44 | <CharacterSet>Unicode</CharacterSet>\r | |
45 | </PropertyGroup>\r | |
46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r | |
47 | <ImportGroup Label="ExtensionSettings">\r | |
48 | </ImportGroup>\r | |
63fd12c7 VZ |
49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="PropertySheets">\r |
50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
51 | </ImportGroup>\r | |
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="PropertySheets">\r | |
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
54 | </ImportGroup>\r | |
63fd12c7 VZ |
55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r |
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
57 | </ImportGroup>\r | |
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r | |
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
60 | </ImportGroup>\r | |
61 | <PropertyGroup Label="UserMacros" />\r | |
62 | <PropertyGroup>\r | |
63 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>\r | |
64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\lib\vc_lib\</OutDir>\r | |
65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vc_mswud\wxregex\</IntDir>\r | |
66 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\lib\vc_lib\</OutDir>\r | |
67 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vc_mswu\wxregex\</IntDir>\r | |
63fd12c7 VZ |
68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">..\..\lib\vc_dll\</OutDir>\r |
69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">vc_mswuddll\wxregex\</IntDir>\r | |
70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">..\..\lib\vc_dll\</OutDir>\r | |
71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">vc_mswudll\wxregex\</IntDir>\r | |
63fd12c7 VZ |
72 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)ud</TargetName>\r |
73 | <TargetName Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">$(ProjectName)ud</TargetName>\r | |
63fd12c7 | 74 | <TargetName Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">$(ProjectName)u</TargetName>\r |
63fd12c7 | 75 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)u</TargetName>\r |
63fd12c7 VZ |
76 | </PropertyGroup>\r |
77 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
78 | <Midl>\r | |
79 | <PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
80 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
81 | </Midl>\r | |
82 | <ClCompile>\r | |
83 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>\r | |
84 | <Optimization>Disabled</Optimization>\r | |
85 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
86 | <PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
87 | <ExceptionHandling>Sync</ExceptionHandling>\r | |
88 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r | |
89 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r | |
90 | <BufferSecurityCheck>true</BufferSecurityCheck>\r | |
91 | <RuntimeTypeInfo>true</RuntimeTypeInfo>\r | |
92 | <ObjectFileName>vc_mswud\wxregex\</ObjectFileName>\r | |
93 | <ProgramDataBaseFileName>..\..\lib\vc_lib\wxregexud.pdb</ProgramDataBaseFileName>\r | |
94 | <WarningLevel>Level3</WarningLevel>\r | |
95 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
96 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
97 | </ClCompile>\r | |
98 | <ResourceCompile>\r | |
99 | <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
100 | <Culture>0x0409</Culture>\r | |
101 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
102 | </ResourceCompile>\r | |
103 | <Lib>\r | |
104 | <OutputFile>..\..\lib\vc_lib\wxregexud.lib</OutputFile>\r | |
105 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
106 | </Lib>\r | |
107 | <Bscmake>\r | |
108 | <OutputFile>..\..\lib\vc_lib\wx_vc9_wxregex.bsc</OutputFile>\r | |
109 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
110 | </Bscmake>\r | |
111 | </ItemDefinitionGroup>\r | |
112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
113 | <Midl>\r | |
114 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
115 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
116 | </Midl>\r | |
117 | <ClCompile>\r | |
118 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>\r | |
119 | <Optimization>MaxSpeed</Optimization>\r | |
120 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
121 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
122 | <ExceptionHandling>Sync</ExceptionHandling>\r | |
123 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r | |
124 | <RuntimeTypeInfo>true</RuntimeTypeInfo>\r | |
125 | <ObjectFileName>vc_mswu\wxregex\</ObjectFileName>\r | |
126 | <ProgramDataBaseFileName>..\..\lib\vc_lib\wxregexu.pdb</ProgramDataBaseFileName>\r | |
127 | <WarningLevel>Level3</WarningLevel>\r | |
128 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
129 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
130 | </ClCompile>\r | |
131 | <ResourceCompile>\r | |
132 | <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
133 | <Culture>0x0409</Culture>\r | |
134 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
135 | </ResourceCompile>\r | |
136 | <Lib>\r | |
137 | <OutputFile>..\..\lib\vc_lib\wxregexu.lib</OutputFile>\r | |
138 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
139 | </Lib>\r | |
140 | <Bscmake>\r | |
141 | <OutputFile>..\..\lib\vc_lib\wx_vc9_wxregex.bsc</OutputFile>\r | |
142 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
143 | </Bscmake>\r | |
144 | </ItemDefinitionGroup>\r | |
63fd12c7 VZ |
145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">\r |
146 | <Midl>\r | |
147 | <PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
148 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
149 | </Midl>\r | |
150 | <ClCompile>\r | |
151 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>\r | |
152 | <Optimization>Disabled</Optimization>\r | |
153 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
154 | <PreprocessorDefinitions>WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
155 | <ExceptionHandling>Sync</ExceptionHandling>\r | |
156 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r | |
157 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r | |
158 | <BufferSecurityCheck>true</BufferSecurityCheck>\r | |
159 | <RuntimeTypeInfo>true</RuntimeTypeInfo>\r | |
160 | <ObjectFileName>vc_mswuddll\wxregex\</ObjectFileName>\r | |
161 | <ProgramDataBaseFileName>..\..\lib\vc_dll\wxregexud.pdb</ProgramDataBaseFileName>\r | |
162 | <WarningLevel>Level3</WarningLevel>\r | |
163 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
164 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
165 | </ClCompile>\r | |
166 | <ResourceCompile>\r | |
167 | <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
168 | <Culture>0x0409</Culture>\r | |
169 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
170 | </ResourceCompile>\r | |
171 | <Lib>\r | |
172 | <OutputFile>..\..\lib\vc_dll\wxregexud.lib</OutputFile>\r | |
173 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
174 | </Lib>\r | |
175 | <Bscmake>\r | |
176 | <OutputFile>..\..\lib\vc_dll\wx_vc9_wxregex.bsc</OutputFile>\r | |
177 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
178 | </Bscmake>\r | |
179 | </ItemDefinitionGroup>\r | |
180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">\r | |
181 | <Midl>\r | |
182 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
183 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
184 | </Midl>\r | |
185 | <ClCompile>\r | |
186 | <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>\r | |
187 | <Optimization>MaxSpeed</Optimization>\r | |
188 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
189 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
190 | <ExceptionHandling>Sync</ExceptionHandling>\r | |
191 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r | |
192 | <RuntimeTypeInfo>true</RuntimeTypeInfo>\r | |
193 | <ObjectFileName>vc_mswudll\wxregex\</ObjectFileName>\r | |
194 | <ProgramDataBaseFileName>..\..\lib\vc_dll\wxregexu.pdb</ProgramDataBaseFileName>\r | |
195 | <WarningLevel>Level3</WarningLevel>\r | |
196 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
197 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
198 | </ClCompile>\r | |
199 | <ResourceCompile>\r | |
200 | <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
201 | <Culture>0x0409</Culture>\r | |
202 | <AdditionalIncludeDirectories>..\..\include;..\..\lib\vc_dll\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
203 | </ResourceCompile>\r | |
204 | <Lib>\r | |
205 | <OutputFile>..\..\lib\vc_dll\wxregexu.lib</OutputFile>\r | |
206 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
207 | </Lib>\r | |
208 | <Bscmake>\r | |
209 | <OutputFile>..\..\lib\vc_dll\wx_vc9_wxregex.bsc</OutputFile>\r | |
210 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
211 | </Bscmake>\r | |
212 | </ItemDefinitionGroup>\r | |
63fd12c7 VZ |
213 | <ItemGroup>\r |
214 | <ClCompile Include="..\..\src\regex\regcomp.c" />\r | |
215 | <ClCompile Include="..\..\src\regex\regerror.c" />\r | |
216 | <ClCompile Include="..\..\src\regex\regexec.c" />\r | |
217 | <ClCompile Include="..\..\src\regex\regfree.c" />\r | |
218 | </ItemGroup>\r | |
219 | <ItemGroup>\r | |
220 | <CustomBuild Include="..\..\include\wx\msw\genrcdefs.h">\r | |
221 | <Message Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h</Message>\r | |
222 | <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">cl /EP /nologo "%(FullPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"</Command>\r | |
223 | <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h;%(Outputs)</Outputs>\r | |
224 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">..\..\lib\vc_dll\mswud\wx\msw;%(AdditionalInputs)</AdditionalInputs>\r | |
225 | <Message Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h</Message>\r | |
226 | <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">cl /EP /nologo "%(FullPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"</Command>\r | |
227 | <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h;%(Outputs)</Outputs>\r | |
228 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">..\..\lib\vc_dll\mswu\wx\msw;%(AdditionalInputs)</AdditionalInputs>\r | |
63fd12c7 VZ |
229 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h</Message>\r |
230 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cl /EP /nologo "%(FullPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"</Command>\r | |
231 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h;%(Outputs)</Outputs>\r | |
232 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\lib\vc_lib\mswud\wx\msw;%(AdditionalInputs)</AdditionalInputs>\r | |
233 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h</Message>\r | |
234 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cl /EP /nologo "%(FullPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"</Command>\r | |
235 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h;%(Outputs)</Outputs>\r | |
236 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\lib\vc_lib\mswu\wx\msw;%(AdditionalInputs)</AdditionalInputs>\r | |
63fd12c7 VZ |
237 | </CustomBuild>\r |
238 | <CustomBuild Include="..\..\include\wx\msw\setup.h">\r | |
239 | <Message Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">Creating ..\..\lib\vc_dll\mswud\wx\setup.h</Message>\r | |
240 | <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">copy "%(FullPath)" ..\..\lib\vc_dll\mswud\wx\setup.h</Command>\r | |
241 | <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">..\..\lib\vc_dll\mswud\wx\setup.h;%(Outputs)</Outputs>\r | |
242 | <Message Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">Creating ..\..\lib\vc_dll\mswu\wx\setup.h</Message>\r | |
243 | <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">copy "%(FullPath)" ..\..\lib\vc_dll\mswu\wx\setup.h</Command>\r | |
244 | <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">..\..\lib\vc_dll\mswu\wx\setup.h;%(Outputs)</Outputs>\r | |
245 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating ..\..\lib\vc_lib\mswud\wx\setup.h</Message>\r | |
246 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\lib\vc_lib\mswud\wx\setup.h</Command>\r | |
247 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\lib\vc_lib\mswud\wx\setup.h;%(Outputs)</Outputs>\r | |
248 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Creating ..\..\lib\vc_lib\mswu\wx\setup.h</Message>\r | |
249 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\lib\vc_lib\mswu\wx\setup.h</Command>\r | |
250 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\lib\vc_lib\mswu\wx\setup.h;%(Outputs)</Outputs>\r | |
251 | </CustomBuild>\r | |
63fd12c7 VZ |
252 | </ItemGroup>\r |
253 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r | |
254 | <ImportGroup Label="ExtensionTargets">\r | |
255 | </ImportGroup>\r | |
e4c7db45 | 256 | </Project>\r |