Home | History | Annotate | Download | only in vs9
      1 <?xml version="1.0" encoding="windows-1251"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9,00"
      5 	Name="glib"
      6 	ProjectGUID="{12BCA020-EABF-429E-876A-A476BC9C10C0}"
      7 	RootNamespace="glib"
      8 	Keyword="Win32Proj"
      9 	TargetFrameworkVersion="131072"
     10 	>
     11 	<Platforms>
     12 		<Platform
     13 			Name="Win32"
     14 		/>
     15 		<Platform
     16 			Name="x64"
     17 		/>
     18 	</Platforms>
     19 	<ToolFiles>
     20 	</ToolFiles>
     21 	<Configurations>
     22 		<Configuration
     23 			Name="Debug|Win32"
     24 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     25 			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
     26 			ConfigurationType="2"
     27 			CharacterSet="2"
     28 			>
     29 			<Tool
     30 				Name="VCPreBuildEventTool"
     31 				CommandLine="if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:DONE_CONFIG_H&#x0D;&#x0A;if exist ..\..\..\glibconfig.h goto DONE_GLIBCONFIG_H&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:DONE_GLIBCONFIG_H&#x0D;&#x0A;"
     32 			/>
     33 			<Tool
     34 				Name="VCCustomBuildTool"
     35 			/>
     36 			<Tool
     37 				Name="VCXMLDataGeneratorTool"
     38 			/>
     39 			<Tool
     40 				Name="VCWebServiceProxyGeneratorTool"
     41 			/>
     42 			<Tool
     43 				Name="VCMIDLTool"
     44 			/>
     45 			<Tool
     46 				Name="VCCLCompilerTool"
     47 				Optimization="0"
     48 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
     49 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_ENABLE_DEBUG;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
     50 				MinimalRebuild="true"
     51 				BasicRuntimeChecks="3"
     52 				RuntimeLibrary="3"
     53 				UsePrecompiledHeader="0"
     54 				WarningLevel="3"
     55 				DebugInformationFormat="4"
     56 				CompileAs="1"
     57 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
     58 			/>
     59 			<Tool
     60 				Name="VCManagedResourceCompilerTool"
     61 			/>
     62 			<Tool
     63 				Name="VCResourceCompilerTool"
     64 			/>
     65 			<Tool
     66 				Name="VCPreLinkEventTool"
     67 			/>
     68 			<Tool
     69 				Name="VCLinkerTool"
     70 				AdditionalDependencies="intl.lib Ws2_32.lib"
     71 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
     72 				LinkIncremental="2"
     73 				AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
     74 				ModuleDefinitionFile="../../../glib/glib.def"
     75 				GenerateDebugInformation="true"
     76 				SubSystem="2"
     77 				RandomizedBaseAddress="1"
     78 				DataExecutionPrevention="0"
     79 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
     80 				TargetMachine="1"
     81 			/>
     82 			<Tool
     83 				Name="VCALinkTool"
     84 			/>
     85 			<Tool
     86 				Name="VCManifestTool"
     87 			/>
     88 			<Tool
     89 				Name="VCXDCMakeTool"
     90 			/>
     91 			<Tool
     92 				Name="VCBscMakeTool"
     93 			/>
     94 			<Tool
     95 				Name="VCFxCopTool"
     96 			/>
     97 			<Tool
     98 				Name="VCAppVerifierTool"
     99 			/>
    100 			<Tool
    101 				Name="VCPostBuildEventTool"
    102 			/>
    103 		</Configuration>
    104 		<Configuration
    105 			Name="Debug|x64"
    106 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    107 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    108 			ConfigurationType="2"
    109 			CharacterSet="2"
    110 			>
    111 			<Tool
    112 				Name="VCPreBuildEventTool"
    113 				CommandLine="if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:DONE_CONFIG_H&#x0D;&#x0A;if exist ..\..\..\glibconfig.h goto DONE_GLIBCONFIG_H&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:DONE_GLIBCONFIG_H&#x0D;&#x0A;"
    114 			/>
    115 			<Tool
    116 				Name="VCCustomBuildTool"
    117 			/>
    118 			<Tool
    119 				Name="VCXMLDataGeneratorTool"
    120 			/>
    121 			<Tool
    122 				Name="VCWebServiceProxyGeneratorTool"
    123 			/>
    124 			<Tool
    125 				Name="VCMIDLTool"
    126 				TargetEnvironment="3"
    127 			/>
    128 			<Tool
    129 				Name="VCCLCompilerTool"
    130 				Optimization="0"
    131 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    132 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_ENABLE_DEBUG;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
    133 				MinimalRebuild="true"
    134 				BasicRuntimeChecks="3"
    135 				RuntimeLibrary="3"
    136 				UsePrecompiledHeader="0"
    137 				WarningLevel="3"
    138 				DebugInformationFormat="3"
    139 				CompileAs="1"
    140 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    141 			/>
    142 			<Tool
    143 				Name="VCManagedResourceCompilerTool"
    144 			/>
    145 			<Tool
    146 				Name="VCResourceCompilerTool"
    147 			/>
    148 			<Tool
    149 				Name="VCPreLinkEventTool"
    150 			/>
    151 			<Tool
    152 				Name="VCLinkerTool"
    153 				AdditionalDependencies="intl.lib Ws2_32.lib"
    154 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    155 				LinkIncremental="2"
    156 				AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
    157 				ModuleDefinitionFile="../../../glib/glib.def"
    158 				GenerateDebugInformation="true"
    159 				SubSystem="2"
    160 				RandomizedBaseAddress="1"
    161 				DataExecutionPrevention="0"
    162 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    163 				TargetMachine="17"
    164 			/>
    165 			<Tool
    166 				Name="VCALinkTool"
    167 			/>
    168 			<Tool
    169 				Name="VCManifestTool"
    170 			/>
    171 			<Tool
    172 				Name="VCXDCMakeTool"
    173 			/>
    174 			<Tool
    175 				Name="VCBscMakeTool"
    176 			/>
    177 			<Tool
    178 				Name="VCFxCopTool"
    179 			/>
    180 			<Tool
    181 				Name="VCAppVerifierTool"
    182 			/>
    183 			<Tool
    184 				Name="VCPostBuildEventTool"
    185 			/>
    186 		</Configuration>
    187 		<Configuration
    188 			Name="Release|Win32"
    189 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    190 			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
    191 			ConfigurationType="2"
    192 			CharacterSet="2"
    193 			WholeProgramOptimization="1"
    194 			>
    195 			<Tool
    196 				Name="VCPreBuildEventTool"
    197 				CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:GLIB_CONFIG&#x0D;&#x0A;if exist ..\..\..\glibconfig.h\ goto END&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:END&#x0D;&#x0A;"
    198 			/>
    199 			<Tool
    200 				Name="VCCustomBuildTool"
    201 			/>
    202 			<Tool
    203 				Name="VCXMLDataGeneratorTool"
    204 			/>
    205 			<Tool
    206 				Name="VCWebServiceProxyGeneratorTool"
    207 			/>
    208 			<Tool
    209 				Name="VCMIDLTool"
    210 			/>
    211 			<Tool
    212 				Name="VCCLCompilerTool"
    213 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    214 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
    215 				RuntimeLibrary="2"
    216 				UsePrecompiledHeader="0"
    217 				WarningLevel="3"
    218 				DebugInformationFormat="3"
    219 				CompileAs="1"
    220 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    221 			/>
    222 			<Tool
    223 				Name="VCManagedResourceCompilerTool"
    224 			/>
    225 			<Tool
    226 				Name="VCResourceCompilerTool"
    227 			/>
    228 			<Tool
    229 				Name="VCPreLinkEventTool"
    230 			/>
    231 			<Tool
    232 				Name="VCLinkerTool"
    233 				AdditionalDependencies="intl.lib Ws2_32.lib"
    234 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    235 				LinkIncremental="1"
    236 				AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
    237 				ModuleDefinitionFile="../../../glib/glib.def"
    238 				GenerateDebugInformation="true"
    239 				SubSystem="2"
    240 				OptimizeReferences="2"
    241 				EnableCOMDATFolding="2"
    242 				RandomizedBaseAddress="1"
    243 				DataExecutionPrevention="0"
    244 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    245 				TargetMachine="1"
    246 			/>
    247 			<Tool
    248 				Name="VCALinkTool"
    249 			/>
    250 			<Tool
    251 				Name="VCManifestTool"
    252 			/>
    253 			<Tool
    254 				Name="VCXDCMakeTool"
    255 			/>
    256 			<Tool
    257 				Name="VCBscMakeTool"
    258 			/>
    259 			<Tool
    260 				Name="VCFxCopTool"
    261 			/>
    262 			<Tool
    263 				Name="VCAppVerifierTool"
    264 			/>
    265 			<Tool
    266 				Name="VCPostBuildEventTool"
    267 			/>
    268 		</Configuration>
    269 		<Configuration
    270 			Name="Release|x64"
    271 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    272 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    273 			ConfigurationType="2"
    274 			CharacterSet="2"
    275 			WholeProgramOptimization="1"
    276 			>
    277 			<Tool
    278 				Name="VCPreBuildEventTool"
    279 				CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:GLIB_CONFIG&#x0D;&#x0A;if exist ..\..\..\glibconfig.h\ goto END&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:END&#x0D;&#x0A;"
    280 			/>
    281 			<Tool
    282 				Name="VCCustomBuildTool"
    283 			/>
    284 			<Tool
    285 				Name="VCXMLDataGeneratorTool"
    286 			/>
    287 			<Tool
    288 				Name="VCWebServiceProxyGeneratorTool"
    289 			/>
    290 			<Tool
    291 				Name="VCMIDLTool"
    292 				TargetEnvironment="3"
    293 			/>
    294 			<Tool
    295 				Name="VCCLCompilerTool"
    296 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    297 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
    298 				RuntimeLibrary="2"
    299 				UsePrecompiledHeader="0"
    300 				WarningLevel="3"
    301 				DebugInformationFormat="3"
    302 				CompileAs="1"
    303 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    304 			/>
    305 			<Tool
    306 				Name="VCManagedResourceCompilerTool"
    307 			/>
    308 			<Tool
    309 				Name="VCResourceCompilerTool"
    310 			/>
    311 			<Tool
    312 				Name="VCPreLinkEventTool"
    313 			/>
    314 			<Tool
    315 				Name="VCLinkerTool"
    316 				AdditionalDependencies="intl.lib Ws2_32.lib"
    317 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    318 				LinkIncremental="1"
    319 				AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
    320 				ModuleDefinitionFile="../../../glib/glib.def"
    321 				GenerateDebugInformation="true"
    322 				SubSystem="2"
    323 				OptimizeReferences="2"
    324 				EnableCOMDATFolding="2"
    325 				RandomizedBaseAddress="1"
    326 				DataExecutionPrevention="0"
    327 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    328 				TargetMachine="17"
    329 			/>
    330 			<Tool
    331 				Name="VCALinkTool"
    332 			/>
    333 			<Tool
    334 				Name="VCManifestTool"
    335 			/>
    336 			<Tool
    337 				Name="VCXDCMakeTool"
    338 			/>
    339 			<Tool
    340 				Name="VCBscMakeTool"
    341 			/>
    342 			<Tool
    343 				Name="VCFxCopTool"
    344 			/>
    345 			<Tool
    346 				Name="VCAppVerifierTool"
    347 			/>
    348 			<Tool
    349 				Name="VCPostBuildEventTool"
    350 			/>
    351 		</Configuration>
    352 	</Configurations>
    353 	<References>
    354 	</References>
    355 	<Files>
    356 		<Filter
    357 			Name="Source Files"
    358 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    359 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    360 			>
    361 			<File
    362 				RelativePath="..\..\..\glib\garray.c"
    363 				>
    364 			</File>
    365 			<File
    366 				RelativePath="..\..\..\glib\gasyncqueue.c"
    367 				>
    368 			</File>
    369 			<File
    370 				RelativePath="..\..\..\glib\gatomic.c"
    371 				>
    372 			</File>
    373 			<File
    374 				RelativePath="..\..\..\glib\gbacktrace.c"
    375 				>
    376 			</File>
    377 			<File
    378 				RelativePath="..\..\..\glib\gbase64.c"
    379 				>
    380 			</File>
    381 			<File
    382 				RelativePath="..\..\..\glib\gbookmarkfile.c"
    383 				>
    384 			</File>
    385 			<File
    386 				RelativePath="..\..\..\glib\gcache.c"
    387 				>
    388 			</File>
    389 			<File
    390 				RelativePath="..\..\..\glib\gchecksum.c"
    391 				>
    392 			</File>
    393 			<File
    394 				RelativePath="..\..\..\glib\gcompletion.c"
    395 				>
    396 			</File>
    397 			<File
    398 				RelativePath="..\..\..\glib\gconvert.c"
    399 				>
    400 			</File>
    401 			<File
    402 				RelativePath="..\..\..\glib\gdataset.c"
    403 				>
    404 			</File>
    405 			<File
    406 				RelativePath="..\..\..\glib\gdate.c"
    407 				>
    408 			</File>
    409 			<File
    410 				RelativePath="..\..\..\glib\gdir.c"
    411 				>
    412 			</File>
    413 			<File
    414 				RelativePath="..\..\..\glib\gerror.c"
    415 				>
    416 			</File>
    417 			<File
    418 				RelativePath="..\..\..\glib\gfileutils.c"
    419 				>
    420 			</File>
    421 			<File
    422 				RelativePath="..\..\..\glib\ghash.c"
    423 				>
    424 			</File>
    425 			<File
    426 				RelativePath="..\..\..\glib\ghook.c"
    427 				>
    428 			</File>
    429 			<File
    430 				RelativePath="..\..\..\glib\giochannel.c"
    431 				>
    432 			</File>
    433 			<File
    434 				RelativePath="..\..\..\glib\giowin32.c"
    435 				>
    436 			</File>
    437 			<File
    438 				RelativePath="..\..\..\glib\gkeyfile.c"
    439 				>
    440 			</File>
    441 			<File
    442 				RelativePath="..\..\..\glib\glist.c"
    443 				>
    444 			</File>
    445 			<File
    446 				RelativePath="..\..\..\glib\gmain.c"
    447 				>
    448 			</File>
    449 			<File
    450 				RelativePath="..\..\..\glib\gmappedfile.c"
    451 				>
    452 			</File>
    453 			<File
    454 				RelativePath="..\..\..\glib\gmarkup.c"
    455 				>
    456 			</File>
    457 			<File
    458 				RelativePath="..\..\..\glib\gmem.c"
    459 				>
    460 			</File>
    461 			<File
    462 				RelativePath="..\..\..\glib\gmessages.c"
    463 				>
    464 			</File>
    465 			<File
    466 				RelativePath="..\..\..\glib\gnode.c"
    467 				>
    468 			</File>
    469 			<File
    470 				RelativePath="..\..\..\glib\goption.c"
    471 				>
    472 			</File>
    473 			<File
    474 				RelativePath="..\..\..\glib\gpattern.c"
    475 				>
    476 			</File>
    477 			<File
    478 				RelativePath="..\..\..\glib\gprimes.c"
    479 				>
    480 			</File>
    481 			<File
    482 				RelativePath="..\..\..\glib\gprintf.c"
    483 				>
    484 			</File>
    485 			<File
    486 				RelativePath="..\..\..\glib\gqsort.c"
    487 				>
    488 			</File>
    489 			<File
    490 				RelativePath="..\..\..\glib\gqueue.c"
    491 				>
    492 			</File>
    493 			<File
    494 				RelativePath="..\..\..\glib\grand.c"
    495 				>
    496 			</File>
    497 			<File
    498 				RelativePath="..\..\..\glib\gregex.c"
    499 				>
    500 			</File>
    501 			<File
    502 				RelativePath="..\..\..\glib\grel.c"
    503 				>
    504 			</File>
    505 			<File
    506 				RelativePath="..\..\..\glib\gscanner.c"
    507 				>
    508 			</File>
    509 			<File
    510 				RelativePath="..\..\..\glib\gsequence.c"
    511 				>
    512 			</File>
    513 			<File
    514 				RelativePath="..\..\..\glib\gshell.c"
    515 				>
    516 			</File>
    517 			<File
    518 				RelativePath="..\..\..\glib\gslice.c"
    519 				>
    520 			</File>
    521 			<File
    522 				RelativePath="..\..\..\glib\gslist.c"
    523 				>
    524 			</File>
    525 			<File
    526 				RelativePath="..\..\..\glib\gspawn-win32.c"
    527 				>
    528 			</File>
    529 			<File
    530 				RelativePath="..\..\..\glib\gstdio.c"
    531 				>
    532 			</File>
    533 			<File
    534 				RelativePath="..\..\..\glib\gstrfuncs.c"
    535 				>
    536 			</File>
    537 			<File
    538 				RelativePath="..\..\..\glib\gstring.c"
    539 				>
    540 			</File>
    541 			<File
    542 				RelativePath="..\..\..\glib\gtestutils.c"
    543 				>
    544 			</File>
    545 			<File
    546 				RelativePath="..\..\..\glib\gthread.c"
    547 				>
    548 			</File>
    549 			<File
    550 				RelativePath="..\..\..\glib\gthreadpool.c"
    551 				>
    552 			</File>
    553 			<File
    554 				RelativePath="..\..\..\glib\gtimer.c"
    555 				>
    556 			</File>
    557 			<File
    558 				RelativePath="..\..\..\glib\gtree.c"
    559 				>
    560 			</File>
    561 			<File
    562 				RelativePath="..\..\..\glib\gunibreak.c"
    563 				>
    564 			</File>
    565 			<File
    566 				RelativePath="..\..\..\glib\gunicollate.c"
    567 				>
    568 			</File>
    569 			<File
    570 				RelativePath="..\..\..\glib\gunidecomp.c"
    571 				>
    572 			</File>
    573 			<File
    574 				RelativePath="..\..\..\glib\guniprop.c"
    575 				>
    576 			</File>
    577 			<File
    578 				RelativePath="..\..\..\glib\gurifuncs.c"
    579 				>
    580 			</File>
    581 			<File
    582 				RelativePath="..\..\..\glib\gutf8.c"
    583 				>
    584 			</File>
    585 			<File
    586 				RelativePath="..\..\..\glib\gutils.c"
    587 				>
    588 			</File>
    589 			<File
    590 				RelativePath="..\..\..\glib\gwin32.c"
    591 				>
    592 			</File>
    593 			<Filter
    594 				Name="libcharset"
    595 				>
    596 				<File
    597 					RelativePath="..\..\..\glib\libcharset\localcharset.c"
    598 					>
    599 					<FileConfiguration
    600 						Name="Debug|Win32"
    601 						>
    602 						<Tool
    603 							Name="VCCLCompilerTool"
    604 							PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
    605 						/>
    606 					</FileConfiguration>
    607 					<FileConfiguration
    608 						Name="Debug|x64"
    609 						>
    610 						<Tool
    611 							Name="VCCLCompilerTool"
    612 							PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
    613 						/>
    614 					</FileConfiguration>
    615 					<FileConfiguration
    616 						Name="Release|Win32"
    617 						>
    618 						<Tool
    619 							Name="VCCLCompilerTool"
    620 							PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
    621 						/>
    622 					</FileConfiguration>
    623 					<FileConfiguration
    624 						Name="Release|x64"
    625 						>
    626 						<Tool
    627 							Name="VCCLCompilerTool"
    628 							PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
    629 						/>
    630 					</FileConfiguration>
    631 				</File>
    632 			</Filter>
    633 			<Filter
    634 				Name="gnulib"
    635 				>
    636 				<File
    637 					RelativePath="..\..\..\glib\gnulib\asnprintf.c"
    638 					>
    639 				</File>
    640 				<File
    641 					RelativePath="..\..\..\glib\gnulib\printf-args.c"
    642 					>
    643 				</File>
    644 				<File
    645 					RelativePath="..\..\..\glib\gnulib\printf-parse.c"
    646 					>
    647 				</File>
    648 				<File
    649 					RelativePath="..\..\..\glib\gnulib\printf.c"
    650 					>
    651 				</File>
    652 				<File
    653 					RelativePath="..\..\..\glib\gnulib\vasnprintf.c"
    654 					>
    655 				</File>
    656 			</Filter>
    657 			<Filter
    658 				Name="pcre"
    659 				>
    660 				<File
    661 					RelativePath="..\..\..\glib\pcre\pcre_chartables.c"
    662 					>
    663 				</File>
    664 				<File
    665 					RelativePath="..\..\..\glib\pcre\pcre_compile.c"
    666 					>
    667 				</File>
    668 				<File
    669 					RelativePath="..\..\..\glib\pcre\pcre_config.c"
    670 					>
    671 				</File>
    672 				<File
    673 					RelativePath="..\..\..\glib\pcre\pcre_dfa_exec.c"
    674 					>
    675 				</File>
    676 				<File
    677 					RelativePath="..\..\..\glib\pcre\pcre_exec.c"
    678 					>
    679 				</File>
    680 				<File
    681 					RelativePath="..\..\..\glib\pcre\pcre_fullinfo.c"
    682 					>
    683 				</File>
    684 				<File
    685 					RelativePath="..\..\..\glib\pcre\pcre_get.c"
    686 					>
    687 				</File>
    688 				<File
    689 					RelativePath="..\..\..\glib\pcre\pcre_globals.c"
    690 					>
    691 				</File>
    692 				<File
    693 					RelativePath="..\..\..\glib\pcre\pcre_info.c"
    694 					>
    695 				</File>
    696 				<File
    697 					RelativePath="..\..\..\glib\pcre\pcre_maketables.c"
    698 					>
    699 				</File>
    700 				<File
    701 					RelativePath="..\..\..\glib\pcre\pcre_newline.c"
    702 					>
    703 				</File>
    704 				<File
    705 					RelativePath="..\..\..\glib\pcre\pcre_ord2utf8.c"
    706 					>
    707 				</File>
    708 				<File
    709 					RelativePath="..\..\..\glib\pcre\pcre_refcount.c"
    710 					>
    711 				</File>
    712 				<File
    713 					RelativePath="..\..\..\glib\pcre\pcre_study.c"
    714 					>
    715 				</File>
    716 				<File
    717 					RelativePath="..\..\..\glib\pcre\pcre_tables.c"
    718 					>
    719 				</File>
    720 				<File
    721 					RelativePath="..\..\..\glib\pcre\pcre_try_flipped.c"
    722 					>
    723 				</File>
    724 				<File
    725 					RelativePath="..\..\..\glib\pcre\pcre_ucp_searchfuncs.c"
    726 					>
    727 				</File>
    728 				<File
    729 					RelativePath="..\..\..\glib\pcre\pcre_valid_utf8.c"
    730 					>
    731 				</File>
    732 				<File
    733 					RelativePath="..\..\..\glib\pcre\pcre_version.c"
    734 					>
    735 				</File>
    736 				<File
    737 					RelativePath="..\..\..\glib\pcre\pcre_xclass.c"
    738 					>
    739 				</File>
    740 			</Filter>
    741 		</Filter>
    742 		<Filter
    743 			Name="Header Files"
    744 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    745 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    746 			>
    747 		</Filter>
    748 		<Filter
    749 			Name="Resource Files"
    750 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    751 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    752 			>
    753 			<File
    754 				RelativePath="..\..\..\glib\glib.def"
    755 				>
    756 			</File>
    757 			<File
    758 				RelativePath="..\..\..\glib\glib.rc"
    759 				>
    760 			</File>
    761 			<File
    762 				RelativePath="..\..\..\glib\glib.symbols"
    763 				>
    764 				<FileConfiguration
    765 					Name="Debug|Win32"
    766 					>
    767 					<Tool
    768 						Name="VCCustomBuildTool"
    769 						Description="Generating glib.def"
    770 						CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
    771 						Outputs="$(InputDir)/glib.def"
    772 					/>
    773 				</FileConfiguration>
    774 				<FileConfiguration
    775 					Name="Debug|x64"
    776 					>
    777 					<Tool
    778 						Name="VCCustomBuildTool"
    779 						Description="Generating glib.def"
    780 						CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
    781 						Outputs="$(InputDir)/glib.def"
    782 					/>
    783 				</FileConfiguration>
    784 				<FileConfiguration
    785 					Name="Release|Win32"
    786 					>
    787 					<Tool
    788 						Name="VCCustomBuildTool"
    789 						Description="Generating glib.def"
    790 						CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
    791 						Outputs="$(InputDir)/glib.def"
    792 					/>
    793 				</FileConfiguration>
    794 				<FileConfiguration
    795 					Name="Release|x64"
    796 					>
    797 					<Tool
    798 						Name="VCCustomBuildTool"
    799 						Description="Generating glib.def"
    800 						CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
    801 						Outputs="$(InputDir)/glib.def"
    802 					/>
    803 				</FileConfiguration>
    804 			</File>
    805 		</Filter>
    806 	</Files>
    807 	<Globals>
    808 	</Globals>
    809 </VisualStudioProject>
    810