]>
Commit | Line | Data |
---|---|---|
8ece421c | 1 | <?xml version="1.0" encoding="Windows-1252"?>\r |
6e0fbb3d VS |
2 | <!--\r |
3 | \r | |
95ff11c4 CE |
4 | This project was generated by\r |
5 | Bakefile 0.2.6 (http://www.bakefile.org)\r | |
6e0fbb3d VS |
6 | Do not modify, all changes will be overwritten!\r |
7 | \r | |
8 | -->\r | |
9 | <VisualStudioProject\r | |
10 | ProjectType="Visual C++"\r | |
11 | Version="7.10"\r | |
12 | Name="net"\r | |
13 | ProjectGUID="{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}">\r | |
14 | <Platforms>\r | |
15 | <Platform\r | |
16 | Name="Win32"/>\r | |
17 | </Platforms>\r | |
18 | <Configurations>\r | |
19 | <Configuration\r | |
95ff11c4 CE |
20 | Name="Debug|Win32"\r |
21 | OutputDirectory="..\..\lib\vc_lib"\r | |
22 | IntermediateDirectory="vc_mswud\net"\r | |
23 | ConfigurationType="4"\r | |
24 | UseOfMFC="0"\r | |
25 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r | |
26 | CharacterSet="1">\r | |
27 | <Tool\r | |
28 | Name="VCCLCompilerTool"\r | |
29 | Optimization="0"\r | |
30 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r | |
d12d9eda | 31 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
95ff11c4 CE |
32 | MinimalRebuild="TRUE"\r |
33 | ExceptionHandling="TRUE"\r | |
34 | BasicRuntimeChecks="3"\r | |
35 | RuntimeLibrary="3"\r | |
36 | BufferSecurityCheck="TRUE"\r | |
37 | RuntimeTypeInfo="TRUE"\r | |
38 | UsePrecompiledHeader="3"\r | |
39 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
40 | PrecompiledHeaderFile="vc_mswud\wxprec_netlib.pch"\r | |
41 | ObjectFile="vc_mswud\net\"\r | |
42 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase29ud_net.pdb"\r | |
43 | WarningLevel="4"\r | |
44 | SuppressStartupBanner="TRUE"\r | |
45 | Detect64BitPortabilityProblems="TRUE"\r | |
46 | DebugInformationFormat="3"/>\r | |
47 | <Tool\r | |
48 | Name="VCCustomBuildTool"/>\r | |
49 | <Tool\r | |
50 | Name="VCLibrarianTool"\r | |
51 | OutputFile="..\..\lib\vc_lib\wxbase29ud_net.lib"\r | |
52 | SuppressStartupBanner="TRUE"/>\r | |
53 | <Tool\r | |
54 | Name="VCMIDLTool"\r | |
d12d9eda | 55 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
95ff11c4 CE |
56 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
57 | <Tool\r | |
58 | Name="VCPostBuildEventTool"/>\r | |
59 | <Tool\r | |
60 | Name="VCPreBuildEventTool"/>\r | |
61 | <Tool\r | |
62 | Name="VCPreLinkEventTool"/>\r | |
63 | <Tool\r | |
64 | Name="VCResourceCompilerTool"\r | |
d12d9eda | 65 | PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
95ff11c4 CE |
66 | Culture="1033"\r |
67 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
68 | <Tool\r | |
69 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
70 | <Tool\r | |
71 | Name="VCXMLDataGeneratorTool"/>\r | |
72 | <Tool\r | |
73 | Name="VCWebDeploymentTool"/>\r | |
74 | <Tool\r | |
75 | Name="VCManagedWrapperGeneratorTool"/>\r | |
76 | <Tool\r | |
77 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
78 | </Configuration>\r | |
79 | <Configuration\r | |
80 | Name="Release|Win32"\r | |
81 | OutputDirectory="..\..\lib\vc_lib"\r | |
82 | IntermediateDirectory="vc_mswu\net"\r | |
83 | ConfigurationType="4"\r | |
6e0fbb3d | 84 | UseOfMFC="0"\r |
8ece421c | 85 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 86 | CharacterSet="1">\r |
6e0fbb3d VS |
87 | <Tool\r |
88 | Name="VCCLCompilerTool"\r | |
89 | Optimization="2"\r | |
95ff11c4 CE |
90 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
91 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r | |
8ece421c VZ |
92 | ExceptionHandling="TRUE"\r |
93 | RuntimeLibrary="2"\r | |
94 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
95 | UsePrecompiledHeader="3"\r |
96 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
97 | PrecompiledHeaderFile="vc_mswu\wxprec_netlib.pch"\r |
98 | ObjectFile="vc_mswu\net\"\r | |
99 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase29u_net.pdb"\r | |
6e0fbb3d | 100 | WarningLevel="4"\r |
8ece421c VZ |
101 | SuppressStartupBanner="TRUE"\r |
102 | Detect64BitPortabilityProblems="TRUE"\r | |
103 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 104 | <Tool\r |
8ece421c | 105 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 106 | <Tool\r |
95ff11c4 CE |
107 | Name="VCLibrarianTool"\r |
108 | OutputFile="..\..\lib\vc_lib\wxbase29u_net.lib"\r | |
109 | SuppressStartupBanner="TRUE"/>\r | |
6e0fbb3d | 110 | <Tool\r |
95ff11c4 CE |
111 | Name="VCMIDLTool"\r |
112 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r | |
113 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
6e0fbb3d | 114 | <Tool\r |
8ece421c | 115 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 116 | <Tool\r |
8ece421c | 117 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 118 | <Tool\r |
8ece421c | 119 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 120 | <Tool\r |
8ece421c | 121 | Name="VCResourceCompilerTool"\r |
95ff11c4 | 122 | PreprocessorDefinitions="__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
8ece421c | 123 | Culture="1033"\r |
95ff11c4 | 124 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
125 | <Tool\r |
126 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
127 | <Tool\r | |
128 | Name="VCXMLDataGeneratorTool"/>\r | |
129 | <Tool\r | |
130 | Name="VCWebDeploymentTool"/>\r | |
131 | <Tool\r | |
132 | Name="VCManagedWrapperGeneratorTool"/>\r | |
133 | <Tool\r | |
134 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d VS |
135 | </Configuration>\r |
136 | <Configuration\r | |
95ff11c4 CE |
137 | Name="Universal Debug|Win32"\r |
138 | OutputDirectory="..\..\lib\vc_lib"\r | |
139 | IntermediateDirectory="vc_mswunivud\net"\r | |
140 | ConfigurationType="4"\r | |
6e0fbb3d | 141 | UseOfMFC="0"\r |
8ece421c | 142 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 143 | CharacterSet="1">\r |
6e0fbb3d VS |
144 | <Tool\r |
145 | Name="VCCLCompilerTool"\r | |
146 | Optimization="0"\r | |
95ff11c4 | 147 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
d12d9eda | 148 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
8ece421c VZ |
149 | MinimalRebuild="TRUE"\r |
150 | ExceptionHandling="TRUE"\r | |
6e0fbb3d | 151 | BasicRuntimeChecks="3"\r |
8ece421c VZ |
152 | RuntimeLibrary="3"\r |
153 | BufferSecurityCheck="TRUE"\r | |
154 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
155 | UsePrecompiledHeader="3"\r |
156 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
157 | PrecompiledHeaderFile="vc_mswunivud\wxprec_netlib.pch"\r |
158 | ObjectFile="vc_mswunivud\net\"\r | |
159 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase29ud_net.pdb"\r | |
6e0fbb3d | 160 | WarningLevel="4"\r |
8ece421c VZ |
161 | SuppressStartupBanner="TRUE"\r |
162 | Detect64BitPortabilityProblems="TRUE"\r | |
163 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 164 | <Tool\r |
8ece421c | 165 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 166 | <Tool\r |
95ff11c4 CE |
167 | Name="VCLibrarianTool"\r |
168 | OutputFile="..\..\lib\vc_lib\wxbase29ud_net.lib"\r | |
169 | SuppressStartupBanner="TRUE"/>\r | |
6e0fbb3d | 170 | <Tool\r |
95ff11c4 | 171 | Name="VCMIDLTool"\r |
d12d9eda | 172 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
95ff11c4 | 173 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 174 | <Tool\r |
8ece421c | 175 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 176 | <Tool\r |
8ece421c | 177 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 178 | <Tool\r |
8ece421c | 179 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 180 | <Tool\r |
8ece421c | 181 | Name="VCResourceCompilerTool"\r |
d12d9eda | 182 | PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
8ece421c | 183 | Culture="1033"\r |
95ff11c4 | 184 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
185 | <Tool\r |
186 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
187 | <Tool\r | |
188 | Name="VCXMLDataGeneratorTool"/>\r | |
189 | <Tool\r | |
190 | Name="VCWebDeploymentTool"/>\r | |
191 | <Tool\r | |
192 | Name="VCManagedWrapperGeneratorTool"/>\r | |
193 | <Tool\r | |
194 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d VS |
195 | </Configuration>\r |
196 | <Configuration\r | |
95ff11c4 CE |
197 | Name="Universal Release|Win32"\r |
198 | OutputDirectory="..\..\lib\vc_lib"\r | |
199 | IntermediateDirectory="vc_mswunivu\net"\r | |
200 | ConfigurationType="4"\r | |
6e0fbb3d | 201 | UseOfMFC="0"\r |
8ece421c | 202 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 203 | CharacterSet="1">\r |
6e0fbb3d VS |
204 | <Tool\r |
205 | Name="VCCLCompilerTool"\r | |
206 | Optimization="2"\r | |
95ff11c4 CE |
207 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
208 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r | |
8ece421c VZ |
209 | ExceptionHandling="TRUE"\r |
210 | RuntimeLibrary="2"\r | |
211 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
212 | UsePrecompiledHeader="3"\r |
213 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
214 | PrecompiledHeaderFile="vc_mswunivu\wxprec_netlib.pch"\r |
215 | ObjectFile="vc_mswunivu\net\"\r | |
216 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase29u_net.pdb"\r | |
6e0fbb3d | 217 | WarningLevel="4"\r |
8ece421c VZ |
218 | SuppressStartupBanner="TRUE"\r |
219 | Detect64BitPortabilityProblems="TRUE"\r | |
220 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 221 | <Tool\r |
8ece421c | 222 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 223 | <Tool\r |
95ff11c4 CE |
224 | Name="VCLibrarianTool"\r |
225 | OutputFile="..\..\lib\vc_lib\wxbase29u_net.lib"\r | |
226 | SuppressStartupBanner="TRUE"/>\r | |
6e0fbb3d | 227 | <Tool\r |
95ff11c4 CE |
228 | Name="VCMIDLTool"\r |
229 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r | |
230 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
6e0fbb3d | 231 | <Tool\r |
8ece421c | 232 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 233 | <Tool\r |
8ece421c | 234 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 235 | <Tool\r |
8ece421c | 236 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 237 | <Tool\r |
8ece421c | 238 | Name="VCResourceCompilerTool"\r |
95ff11c4 | 239 | PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0"\r |
8ece421c | 240 | Culture="1033"\r |
95ff11c4 | 241 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
242 | <Tool\r |
243 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
244 | <Tool\r | |
245 | Name="VCXMLDataGeneratorTool"/>\r | |
246 | <Tool\r | |
247 | Name="VCWebDeploymentTool"/>\r | |
248 | <Tool\r | |
249 | Name="VCManagedWrapperGeneratorTool"/>\r | |
250 | <Tool\r | |
251 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d VS |
252 | </Configuration>\r |
253 | <Configuration\r | |
254 | Name="DLL Debug|Win32"\r | |
255 | OutputDirectory="..\..\lib\vc_dll"\r | |
256 | IntermediateDirectory="vc_mswuddll\net"\r | |
257 | ConfigurationType="2"\r | |
258 | UseOfMFC="0"\r | |
8ece421c | 259 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 260 | CharacterSet="1">\r |
6e0fbb3d VS |
261 | <Tool\r |
262 | Name="VCCLCompilerTool"\r | |
263 | Optimization="0"\r | |
6e0fbb3d | 264 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
d12d9eda | 265 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c VZ |
266 | MinimalRebuild="TRUE"\r |
267 | ExceptionHandling="TRUE"\r | |
6e0fbb3d | 268 | BasicRuntimeChecks="3"\r |
8ece421c VZ |
269 | RuntimeLibrary="3"\r |
270 | BufferSecurityCheck="TRUE"\r | |
271 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
272 | UsePrecompiledHeader="3"\r |
273 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
274 | PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"\r | |
6e0fbb3d | 275 | ObjectFile="vc_mswuddll\net\"\r |
f3239c21 | 276 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.pdb"\r |
6e0fbb3d | 277 | WarningLevel="4"\r |
8ece421c VZ |
278 | SuppressStartupBanner="TRUE"\r |
279 | Detect64BitPortabilityProblems="TRUE"\r | |
280 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 281 | <Tool\r |
8ece421c | 282 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d VS |
283 | <Tool\r |
284 | Name="VCLinkerTool"\r | |
6e0fbb3d | 285 | AdditionalOptions=""\r |
b44f5137 | 286 | AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib"\r |
f3239c21 | 287 | OutputFile="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.dll"\r |
6e0fbb3d VS |
288 | LinkIncremental="2"\r |
289 | ImportLibrary="..\..\lib\vc_dll\wxbase29ud_net.lib"\r | |
8ece421c | 290 | SuppressStartupBanner="TRUE"\r |
6e0fbb3d | 291 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r |
8ece421c | 292 | GenerateDebugInformation="TRUE"\r |
f3239c21 | 293 | ProgramDatabaseFile="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.pdb"\r |
6e0fbb3d VS |
294 | TargetMachine="1"/>\r |
295 | <Tool\r | |
95ff11c4 | 296 | Name="VCMIDLTool"\r |
d12d9eda | 297 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
95ff11c4 | 298 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 299 | <Tool\r |
8ece421c | 300 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 301 | <Tool\r |
8ece421c | 302 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 303 | <Tool\r |
8ece421c | 304 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 305 | <Tool\r |
8ece421c | 306 | Name="VCResourceCompilerTool"\r |
d12d9eda | 307 | PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase291ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c VZ |
308 | Culture="1033"\r |
309 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
310 | <Tool\r | |
311 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
312 | <Tool\r | |
313 | Name="VCXMLDataGeneratorTool"/>\r | |
314 | <Tool\r | |
315 | Name="VCWebDeploymentTool"/>\r | |
316 | <Tool\r | |
317 | Name="VCManagedWrapperGeneratorTool"/>\r | |
318 | <Tool\r | |
319 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d VS |
320 | </Configuration>\r |
321 | <Configuration\r | |
95ff11c4 CE |
322 | Name="DLL Release|Win32"\r |
323 | OutputDirectory="..\..\lib\vc_dll"\r | |
324 | IntermediateDirectory="vc_mswudll\net"\r | |
325 | ConfigurationType="2"\r | |
6e0fbb3d | 326 | UseOfMFC="0"\r |
8ece421c | 327 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 328 | CharacterSet="1">\r |
6e0fbb3d VS |
329 | <Tool\r |
330 | Name="VCCLCompilerTool"\r | |
331 | Optimization="2"\r | |
95ff11c4 CE |
332 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
333 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r | |
8ece421c VZ |
334 | ExceptionHandling="TRUE"\r |
335 | RuntimeLibrary="2"\r | |
336 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
337 | UsePrecompiledHeader="3"\r |
338 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
339 | PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"\r |
340 | ObjectFile="vc_mswudll\net\"\r | |
f3239c21 | 341 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase291u_net_vc_custom.pdb"\r |
6e0fbb3d | 342 | WarningLevel="4"\r |
8ece421c VZ |
343 | SuppressStartupBanner="TRUE"\r |
344 | Detect64BitPortabilityProblems="TRUE"\r | |
345 | DebugInformationFormat="3"/>\r | |
346 | <Tool\r | |
347 | Name="VCCustomBuildTool"/>\r | |
6e0fbb3d | 348 | <Tool\r |
95ff11c4 CE |
349 | Name="VCLinkerTool"\r |
350 | AdditionalOptions=""\r | |
351 | AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib"\r | |
f3239c21 | 352 | OutputFile="..\..\lib\vc_dll\wxbase291u_net_vc_custom.dll"\r |
95ff11c4 CE |
353 | LinkIncremental="2"\r |
354 | ImportLibrary="..\..\lib\vc_dll\wxbase29u_net.lib"\r | |
355 | SuppressStartupBanner="TRUE"\r | |
356 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r | |
357 | GenerateDebugInformation="TRUE"\r | |
f3239c21 | 358 | ProgramDatabaseFile="..\..\lib\vc_dll\wxbase291u_net_vc_custom.pdb"\r |
95ff11c4 | 359 | TargetMachine="1"/>\r |
6e0fbb3d | 360 | <Tool\r |
95ff11c4 CE |
361 | Name="VCMIDLTool"\r |
362 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r | |
363 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
8ece421c VZ |
364 | <Tool\r |
365 | Name="VCPostBuildEventTool"/>\r | |
366 | <Tool\r | |
367 | Name="VCPreBuildEventTool"/>\r | |
6e0fbb3d VS |
368 | <Tool\r |
369 | Name="VCPreLinkEventTool"/>\r | |
370 | <Tool\r | |
8ece421c | 371 | Name="VCResourceCompilerTool"\r |
f3239c21 | 372 | PreprocessorDefinitions="__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase291u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c | 373 | Culture="1033"\r |
95ff11c4 | 374 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 375 | <Tool\r |
8ece421c | 376 | Name="VCWebServiceProxyGeneratorTool"/>\r |
6e0fbb3d | 377 | <Tool\r |
8ece421c | 378 | Name="VCXMLDataGeneratorTool"/>\r |
6e0fbb3d | 379 | <Tool\r |
8ece421c | 380 | Name="VCWebDeploymentTool"/>\r |
6e0fbb3d | 381 | <Tool\r |
8ece421c | 382 | Name="VCManagedWrapperGeneratorTool"/>\r |
6e0fbb3d | 383 | <Tool\r |
8ece421c | 384 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r |
6e0fbb3d VS |
385 | </Configuration>\r |
386 | <Configuration\r | |
95ff11c4 CE |
387 | Name="DLL Universal Debug|Win32"\r |
388 | OutputDirectory="..\..\lib\vc_dll"\r | |
389 | IntermediateDirectory="vc_mswunivuddll\net"\r | |
390 | ConfigurationType="2"\r | |
6e0fbb3d | 391 | UseOfMFC="0"\r |
8ece421c | 392 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 393 | CharacterSet="1">\r |
6e0fbb3d VS |
394 | <Tool\r |
395 | Name="VCCLCompilerTool"\r | |
396 | Optimization="0"\r | |
95ff11c4 | 397 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
d12d9eda | 398 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c VZ |
399 | MinimalRebuild="TRUE"\r |
400 | ExceptionHandling="TRUE"\r | |
6e0fbb3d | 401 | BasicRuntimeChecks="3"\r |
8ece421c VZ |
402 | RuntimeLibrary="3"\r |
403 | BufferSecurityCheck="TRUE"\r | |
404 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
405 | UsePrecompiledHeader="3"\r |
406 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
407 | PrecompiledHeaderFile="vc_mswunivuddll\wxprec_netdll.pch"\r |
408 | ObjectFile="vc_mswunivuddll\net\"\r | |
f3239c21 | 409 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.pdb"\r |
6e0fbb3d | 410 | WarningLevel="4"\r |
8ece421c VZ |
411 | SuppressStartupBanner="TRUE"\r |
412 | Detect64BitPortabilityProblems="TRUE"\r | |
413 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 414 | <Tool\r |
8ece421c | 415 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 416 | <Tool\r |
95ff11c4 CE |
417 | Name="VCLinkerTool"\r |
418 | AdditionalOptions=""\r | |
419 | AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib"\r | |
f3239c21 | 420 | OutputFile="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.dll"\r |
95ff11c4 CE |
421 | LinkIncremental="2"\r |
422 | ImportLibrary="..\..\lib\vc_dll\wxbase29ud_net.lib"\r | |
423 | SuppressStartupBanner="TRUE"\r | |
424 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r | |
425 | GenerateDebugInformation="TRUE"\r | |
f3239c21 | 426 | ProgramDatabaseFile="..\..\lib\vc_dll\wxbase291ud_net_vc_custom.pdb"\r |
95ff11c4 | 427 | TargetMachine="1"/>\r |
8ece421c | 428 | <Tool\r |
95ff11c4 | 429 | Name="VCMIDLTool"\r |
d12d9eda | 430 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
95ff11c4 | 431 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
432 | <Tool\r |
433 | Name="VCPostBuildEventTool"/>\r | |
434 | <Tool\r | |
435 | Name="VCPreBuildEventTool"/>\r | |
6e0fbb3d VS |
436 | <Tool\r |
437 | Name="VCPreLinkEventTool"/>\r | |
438 | <Tool\r | |
8ece421c | 439 | Name="VCResourceCompilerTool"\r |
d12d9eda | 440 | PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase291ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c | 441 | Culture="1033"\r |
95ff11c4 | 442 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 443 | <Tool\r |
8ece421c | 444 | Name="VCWebServiceProxyGeneratorTool"/>\r |
6e0fbb3d | 445 | <Tool\r |
8ece421c | 446 | Name="VCXMLDataGeneratorTool"/>\r |
6e0fbb3d | 447 | <Tool\r |
8ece421c | 448 | Name="VCWebDeploymentTool"/>\r |
6e0fbb3d | 449 | <Tool\r |
8ece421c | 450 | Name="VCManagedWrapperGeneratorTool"/>\r |
6e0fbb3d | 451 | <Tool\r |
8ece421c | 452 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r |
6e0fbb3d VS |
453 | </Configuration>\r |
454 | <Configuration\r | |
95ff11c4 CE |
455 | Name="DLL Universal Release|Win32"\r |
456 | OutputDirectory="..\..\lib\vc_dll"\r | |
457 | IntermediateDirectory="vc_mswunivudll\net"\r | |
458 | ConfigurationType="2"\r | |
6e0fbb3d | 459 | UseOfMFC="0"\r |
8ece421c | 460 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 461 | CharacterSet="1">\r |
6e0fbb3d VS |
462 | <Tool\r |
463 | Name="VCCLCompilerTool"\r | |
464 | Optimization="2"\r | |
95ff11c4 CE |
465 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
466 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r | |
8ece421c VZ |
467 | ExceptionHandling="TRUE"\r |
468 | RuntimeLibrary="2"\r | |
469 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
470 | UsePrecompiledHeader="3"\r |
471 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
472 | PrecompiledHeaderFile="vc_mswunivudll\wxprec_netdll.pch"\r |
473 | ObjectFile="vc_mswunivudll\net\"\r | |
f3239c21 | 474 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase291u_net_vc_custom.pdb"\r |
6e0fbb3d | 475 | WarningLevel="4"\r |
8ece421c VZ |
476 | SuppressStartupBanner="TRUE"\r |
477 | Detect64BitPortabilityProblems="TRUE"\r | |
478 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 479 | <Tool\r |
8ece421c | 480 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 481 | <Tool\r |
95ff11c4 CE |
482 | Name="VCLinkerTool"\r |
483 | AdditionalOptions=""\r | |
484 | AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib"\r | |
f3239c21 | 485 | OutputFile="..\..\lib\vc_dll\wxbase291u_net_vc_custom.dll"\r |
95ff11c4 CE |
486 | LinkIncremental="2"\r |
487 | ImportLibrary="..\..\lib\vc_dll\wxbase29u_net.lib"\r | |
8ece421c | 488 | SuppressStartupBanner="TRUE"\r |
95ff11c4 CE |
489 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r |
490 | GenerateDebugInformation="TRUE"\r | |
f3239c21 | 491 | ProgramDatabaseFile="..\..\lib\vc_dll\wxbase291u_net_vc_custom.pdb"\r |
95ff11c4 | 492 | TargetMachine="1"/>\r |
8ece421c | 493 | <Tool\r |
95ff11c4 CE |
494 | Name="VCMIDLTool"\r |
495 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r | |
496 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
8ece421c VZ |
497 | <Tool\r |
498 | Name="VCPostBuildEventTool"/>\r | |
499 | <Tool\r | |
500 | Name="VCPreBuildEventTool"/>\r | |
6e0fbb3d VS |
501 | <Tool\r |
502 | Name="VCPreLinkEventTool"/>\r | |
503 | <Tool\r | |
8ece421c | 504 | Name="VCResourceCompilerTool"\r |
f3239c21 | 505 | PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase291u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"\r |
8ece421c | 506 | Culture="1033"\r |
95ff11c4 | 507 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswunivu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 508 | <Tool\r |
8ece421c | 509 | Name="VCWebServiceProxyGeneratorTool"/>\r |
6e0fbb3d | 510 | <Tool\r |
8ece421c | 511 | Name="VCXMLDataGeneratorTool"/>\r |
6e0fbb3d | 512 | <Tool\r |
8ece421c | 513 | Name="VCWebDeploymentTool"/>\r |
6e0fbb3d | 514 | <Tool\r |
8ece421c | 515 | Name="VCManagedWrapperGeneratorTool"/>\r |
6e0fbb3d | 516 | <Tool\r |
8ece421c | 517 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r |
6e0fbb3d VS |
518 | </Configuration>\r |
519 | </Configurations>\r | |
520 | <References>\r | |
521 | \r | |
522 | </References>\r | |
523 | <Files>\r | |
524 | <Filter\r | |
525 | Name="Common Sources"\r | |
526 | UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">\r | |
527 | <File\r | |
528 | RelativePath="..\..\src\common\dummy.cpp">\r | |
529 | <FileConfiguration\r | |
95ff11c4 | 530 | Name="Debug|Win32">\r |
6e0fbb3d VS |
531 | <Tool\r |
532 | Name="VCCLCompilerTool"\r | |
533 | UsePrecompiledHeader="1"/>\r | |
534 | </FileConfiguration>\r | |
535 | <FileConfiguration\r | |
95ff11c4 | 536 | Name="Release|Win32">\r |
6e0fbb3d VS |
537 | <Tool\r |
538 | Name="VCCLCompilerTool"\r | |
539 | UsePrecompiledHeader="1"/>\r | |
540 | </FileConfiguration>\r | |
541 | <FileConfiguration\r | |
95ff11c4 | 542 | Name="Universal Debug|Win32">\r |
6e0fbb3d VS |
543 | <Tool\r |
544 | Name="VCCLCompilerTool"\r | |
545 | UsePrecompiledHeader="1"/>\r | |
546 | </FileConfiguration>\r | |
547 | <FileConfiguration\r | |
95ff11c4 | 548 | Name="Universal Release|Win32">\r |
6e0fbb3d VS |
549 | <Tool\r |
550 | Name="VCCLCompilerTool"\r | |
551 | UsePrecompiledHeader="1"/>\r | |
552 | </FileConfiguration>\r | |
553 | <FileConfiguration\r | |
95ff11c4 | 554 | Name="DLL Debug|Win32">\r |
6e0fbb3d VS |
555 | <Tool\r |
556 | Name="VCCLCompilerTool"\r | |
557 | UsePrecompiledHeader="1"/>\r | |
558 | </FileConfiguration>\r | |
559 | <FileConfiguration\r | |
95ff11c4 | 560 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
561 | <Tool\r |
562 | Name="VCCLCompilerTool"\r | |
563 | UsePrecompiledHeader="1"/>\r | |
564 | </FileConfiguration>\r | |
565 | <FileConfiguration\r | |
95ff11c4 | 566 | Name="DLL Universal Debug|Win32">\r |
6e0fbb3d VS |
567 | <Tool\r |
568 | Name="VCCLCompilerTool"\r | |
569 | UsePrecompiledHeader="1"/>\r | |
570 | </FileConfiguration>\r | |
571 | <FileConfiguration\r | |
95ff11c4 | 572 | Name="DLL Universal Release|Win32">\r |
6e0fbb3d VS |
573 | <Tool\r |
574 | Name="VCCLCompilerTool"\r | |
575 | UsePrecompiledHeader="1"/>\r | |
576 | </FileConfiguration>\r | |
577 | </File>\r | |
578 | <File\r | |
8ece421c VZ |
579 | RelativePath="..\..\src\common\fs_inet.cpp">\r |
580 | </File>\r | |
6e0fbb3d | 581 | <File\r |
8ece421c VZ |
582 | RelativePath="..\..\src\common\ftp.cpp">\r |
583 | </File>\r | |
6e0fbb3d | 584 | <File\r |
8ece421c VZ |
585 | RelativePath="..\..\src\common\http.cpp">\r |
586 | </File>\r | |
6e0fbb3d | 587 | <File\r |
8ece421c VZ |
588 | RelativePath="..\..\src\common\protocol.cpp">\r |
589 | </File>\r | |
6e0fbb3d | 590 | <File\r |
8ece421c VZ |
591 | RelativePath="..\..\src\common\sckaddr.cpp">\r |
592 | </File>\r | |
6e0fbb3d | 593 | <File\r |
8ece421c VZ |
594 | RelativePath="..\..\src\common\sckfile.cpp">\r |
595 | </File>\r | |
6e0fbb3d | 596 | <File\r |
8ece421c VZ |
597 | RelativePath="..\..\src\common\sckipc.cpp">\r |
598 | </File>\r | |
6e0fbb3d | 599 | <File\r |
8ece421c VZ |
600 | RelativePath="..\..\src\common\sckstrm.cpp">\r |
601 | </File>\r | |
6e0fbb3d | 602 | <File\r |
8ece421c VZ |
603 | RelativePath="..\..\src\common\socket.cpp">\r |
604 | </File>\r | |
6e0fbb3d | 605 | <File\r |
8ece421c VZ |
606 | RelativePath="..\..\src\common\url.cpp">\r |
607 | </File>\r | |
6e0fbb3d VS |
608 | </Filter>\r |
609 | <Filter\r | |
610 | Name="MSW Sources"\r | |
611 | UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">\r | |
6e0fbb3d | 612 | <File\r |
bb20575e | 613 | RelativePath="..\..\src\msw\sockmsw.cpp">\r |
8ece421c | 614 | </File>\r |
6e0fbb3d | 615 | <File\r |
8ece421c VZ |
616 | RelativePath="..\..\src\msw\urlmsw.cpp">\r |
617 | </File>\r | |
6e0fbb3d VS |
618 | <File\r |
619 | RelativePath="..\..\src\msw\version.rc">\r | |
620 | <FileConfiguration\r | |
95ff11c4 | 621 | Name="Debug|Win32"\r |
8ece421c | 622 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d | 623 | <FileConfiguration\r |
95ff11c4 | 624 | Name="Release|Win32"\r |
8ece421c | 625 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d | 626 | <FileConfiguration\r |
95ff11c4 | 627 | Name="Universal Debug|Win32"\r |
8ece421c | 628 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d | 629 | <FileConfiguration\r |
95ff11c4 | 630 | Name="Universal Release|Win32"\r |
8ece421c | 631 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d VS |
632 | </File>\r |
633 | </Filter>\r | |
634 | <Filter\r | |
635 | Name="Setup Headers"\r | |
636 | UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">\r | |
637 | <File\r | |
638 | RelativePath="..\..\include\wx\univ\setup.h">\r | |
639 | <FileConfiguration\r | |
95ff11c4 CE |
640 | Name="Debug|Win32"/>\r |
641 | <FileConfiguration\r | |
642 | Name="Release|Win32"/>\r | |
643 | <FileConfiguration\r | |
644 | Name="Universal Debug|Win32">\r | |
6e0fbb3d VS |
645 | <Tool\r |
646 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
647 | Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"\r |
648 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h"\r | |
649 | Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"\r | |
c88a264a | 650 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d VS |
651 | </FileConfiguration>\r |
652 | <FileConfiguration\r | |
95ff11c4 | 653 | Name="Universal Release|Win32">\r |
6e0fbb3d VS |
654 | <Tool\r |
655 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
656 | Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"\r |
657 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h"\r | |
658 | Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"\r | |
c88a264a | 659 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d | 660 | </FileConfiguration>\r |
6e0fbb3d VS |
661 | <FileConfiguration\r |
662 | Name="DLL Debug|Win32"/>\r | |
663 | <FileConfiguration\r | |
95ff11c4 CE |
664 | Name="DLL Release|Win32"/>\r |
665 | <FileConfiguration\r | |
666 | Name="DLL Universal Debug|Win32">\r | |
6e0fbb3d VS |
667 | <Tool\r |
668 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
669 | Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"\r |
670 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h"\r | |
671 | Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"\r | |
c88a264a | 672 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d VS |
673 | </FileConfiguration>\r |
674 | <FileConfiguration\r | |
95ff11c4 | 675 | Name="DLL Universal Release|Win32">\r |
6e0fbb3d VS |
676 | <Tool\r |
677 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
678 | Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"\r |
679 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h"\r | |
680 | Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"\r | |
c88a264a | 681 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d | 682 | </FileConfiguration>\r |
6e0fbb3d VS |
683 | </File>\r |
684 | <File\r | |
685 | RelativePath="..\..\include\wx\msw\setup.h">\r | |
686 | <FileConfiguration\r | |
95ff11c4 | 687 | Name="Debug|Win32">\r |
6e0fbb3d VS |
688 | <Tool\r |
689 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
690 | Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"\r |
691 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"\r | |
692 | Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"\r | |
c88a264a | 693 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d VS |
694 | </FileConfiguration>\r |
695 | <FileConfiguration\r | |
95ff11c4 | 696 | Name="Release|Win32">\r |
6e0fbb3d VS |
697 | <Tool\r |
698 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
699 | Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"\r |
700 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"\r | |
701 | Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"\r | |
c88a264a | 702 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d | 703 | </FileConfiguration>\r |
6e0fbb3d VS |
704 | <FileConfiguration\r |
705 | Name="Universal Debug|Win32"/>\r | |
706 | <FileConfiguration\r | |
95ff11c4 CE |
707 | Name="Universal Release|Win32"/>\r |
708 | <FileConfiguration\r | |
709 | Name="DLL Debug|Win32">\r | |
6e0fbb3d VS |
710 | <Tool\r |
711 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
712 | Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"\r |
713 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"\r | |
714 | Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"\r | |
c88a264a | 715 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d VS |
716 | </FileConfiguration>\r |
717 | <FileConfiguration\r | |
95ff11c4 | 718 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
719 | <Tool\r |
720 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
721 | Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"\r |
722 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"\r | |
723 | Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"\r | |
c88a264a | 724 | AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/>\r |
6e0fbb3d | 725 | </FileConfiguration>\r |
95ff11c4 CE |
726 | <FileConfiguration\r |
727 | Name="DLL Universal Debug|Win32"/>\r | |
728 | <FileConfiguration\r | |
729 | Name="DLL Universal Release|Win32"/>\r | |
6e0fbb3d VS |
730 | </File>\r |
731 | </Filter>\r | |
732 | <Filter\r | |
733 | Name="MSW Headers"\r | |
734 | UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">\r | |
735 | <File\r | |
736 | RelativePath="..\..\include\wx\msw\genrcdefs.h">\r | |
737 | <FileConfiguration\r | |
95ff11c4 | 738 | Name="Debug|Win32">\r |
6e0fbb3d VS |
739 | <Tool\r |
740 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
741 | Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"\r |
742 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""\r | |
743 | Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"\r | |
744 | AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>\r | |
6e0fbb3d VS |
745 | </FileConfiguration>\r |
746 | <FileConfiguration\r | |
95ff11c4 | 747 | Name="Release|Win32">\r |
6e0fbb3d VS |
748 | <Tool\r |
749 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
750 | Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"\r |
751 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""\r | |
752 | Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"\r | |
753 | AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>\r | |
6e0fbb3d VS |
754 | </FileConfiguration>\r |
755 | <FileConfiguration\r | |
95ff11c4 | 756 | Name="Universal Debug|Win32">\r |
6e0fbb3d VS |
757 | <Tool\r |
758 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
759 | Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"\r |
760 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h""\r | |
761 | Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"\r | |
762 | AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/>\r | |
6e0fbb3d VS |
763 | </FileConfiguration>\r |
764 | <FileConfiguration\r | |
765 | Name="Universal Release|Win32">\r | |
766 | <Tool\r | |
767 | Name="VCCustomBuildTool"\r | |
768 | Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"\r | |
769 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h""\r | |
770 | Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"\r | |
c88a264a | 771 | AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/>\r |
6e0fbb3d VS |
772 | </FileConfiguration>\r |
773 | <FileConfiguration\r | |
95ff11c4 | 774 | Name="DLL Debug|Win32">\r |
6e0fbb3d VS |
775 | <Tool\r |
776 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
777 | Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"\r |
778 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""\r | |
779 | Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"\r | |
780 | AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>\r | |
6e0fbb3d VS |
781 | </FileConfiguration>\r |
782 | <FileConfiguration\r | |
95ff11c4 | 783 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
784 | <Tool\r |
785 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
786 | Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"\r |
787 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""\r | |
788 | Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"\r | |
789 | AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>\r | |
6e0fbb3d VS |
790 | </FileConfiguration>\r |
791 | <FileConfiguration\r | |
95ff11c4 | 792 | Name="DLL Universal Debug|Win32">\r |
6e0fbb3d VS |
793 | <Tool\r |
794 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
795 | Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"\r |
796 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h""\r | |
797 | Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"\r | |
798 | AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/>\r | |
799 | </FileConfiguration>\r | |
800 | <FileConfiguration\r | |
801 | Name="DLL Universal Release|Win32">\r | |
802 | <Tool\r | |
803 | Name="VCCustomBuildTool"\r | |
804 | Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"\r | |
805 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h""\r | |
806 | Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"\r | |
807 | AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/>\r | |
6e0fbb3d VS |
808 | </FileConfiguration>\r |
809 | </File>\r | |
810 | <File\r | |
bb20575e | 811 | RelativePath="..\..\include\wx\msw\private\sockmsw.h">\r |
8ece421c | 812 | </File>\r |
6e0fbb3d VS |
813 | </Filter>\r |
814 | <Filter\r | |
815 | Name="Common Headers"\r | |
816 | UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">\r | |
817 | <File\r | |
8ece421c VZ |
818 | RelativePath="..\..\include\wx\protocol\file.h">\r |
819 | </File>\r | |
6e0fbb3d | 820 | <File\r |
8ece421c VZ |
821 | RelativePath="..\..\include\wx\fs_inet.h">\r |
822 | </File>\r | |
6e0fbb3d | 823 | <File\r |
8ece421c VZ |
824 | RelativePath="..\..\include\wx\protocol\ftp.h">\r |
825 | </File>\r | |
6e0fbb3d | 826 | <File\r |
8ece421c VZ |
827 | RelativePath="..\..\include\wx\protocol\http.h">\r |
828 | </File>\r | |
0576cd9e VZ |
829 | <File\r |
830 | RelativePath="..\..\include\wx\protocol\log.h">\r | |
831 | </File>\r | |
6e0fbb3d | 832 | <File\r |
8ece421c VZ |
833 | RelativePath="..\..\include\wx\protocol\protocol.h">\r |
834 | </File>\r | |
6e0fbb3d | 835 | <File\r |
8ece421c VZ |
836 | RelativePath="..\..\include\wx\sckaddr.h">\r |
837 | </File>\r | |
6e0fbb3d | 838 | <File\r |
8ece421c VZ |
839 | RelativePath="..\..\include\wx\sckipc.h">\r |
840 | </File>\r | |
6e0fbb3d | 841 | <File\r |
8ece421c VZ |
842 | RelativePath="..\..\include\wx\sckstrm.h">\r |
843 | </File>\r | |
6e0fbb3d | 844 | <File\r |
8ece421c VZ |
845 | RelativePath="..\..\include\wx\socket.h">\r |
846 | </File>\r | |
6e0fbb3d | 847 | <File\r |
8ece421c VZ |
848 | RelativePath="..\..\include\wx\url.h">\r |
849 | </File>\r | |
6e0fbb3d VS |
850 | </Filter>\r |
851 | </Files>\r | |
852 | <Globals>\r | |
853 | \r | |
854 | </Globals>\r | |
855 | </VisualStudioProject>\r | |
856 | \r |