Increment version number to 3.1.3
Done by running misc/scripts/inc_release, manually updating version.bkl, rebaking and rerunning autoconf.
This commit is contained in:
		
							
								
								
									
										16
									
								
								Makefile.in
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Makefile.in
									
									
									
									
									
								
							@@ -74,8 +74,8 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_RELEASE_NODOT = 31
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
WXREGEX_CFLAGS = -DNDEBUG -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(____SHARED) \
 | 
			
		||||
	$(CPPFLAGS) $(CFLAGS)
 | 
			
		||||
@@ -13678,17 +13678,17 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1___htmldll_library_link_LIBR_0 \
 | 
			
		||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_65 = --define wxNO_EXCEPTIONS
 | 
			
		||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_65 = --define wxNO_RTTI
 | 
			
		||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_65 = --define wxNO_THREADS
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).2
 | 
			
		||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .2.$(SO_SUFFIX)
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).3
 | 
			
		||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .3.$(SO_SUFFIX)
 | 
			
		||||
@COND_USE_SOVERSION_0@dll___targetsuf2 = .$(SO_SUFFIX)
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@dll___targetsuf3 \
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	= \
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	.$(SO_SUFFIX).2.0.0
 | 
			
		||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	.$(SO_SUFFIX).3.0.0
 | 
			
		||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf3 \
 | 
			
		||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .2.0.0.$(SO_SUFFIX)
 | 
			
		||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -2.$(SO_SUFFIX)
 | 
			
		||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .3.0.0.$(SO_SUFFIX)
 | 
			
		||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -3.$(SO_SUFFIX)
 | 
			
		||||
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
 | 
			
		||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).2
 | 
			
		||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).3
 | 
			
		||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \
 | 
			
		||||
@COND_TOOLKIT_MSW@	$(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
 | 
			
		||||
@COND_wxUSE_LIBTIFF_builtin@__INC_TIFF_BUILD_p_66 \
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@
 | 
			
		||||
       3. Else, i.e. if there were no changes at all to API but only internal
 | 
			
		||||
          changes, change C:R:A to C:R+1:A
 | 
			
		||||
    -->
 | 
			
		||||
    <set var="WX_CURRENT">2</set>
 | 
			
		||||
    <set var="WX_CURRENT">3</set>
 | 
			
		||||
    <set var="WX_REVISION">0</set>
 | 
			
		||||
    <set var="WX_AGE">0</set>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 | 
			
		||||
	-DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
 | 
			
		||||
	-DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
 | 
			
		||||
WX_RELEASE_NODOT = 31
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)2
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
 | 
			
		||||
COMPILER_PREFIX = bcc
 | 
			
		||||
OBJS = \
 | 
			
		||||
	$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 | 
			
		||||
@@ -5563,7 +5563,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
 | 
			
		||||
build_cfg_file: $(SETUPHDIR)
 | 
			
		||||
	@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=2 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 | 
			
		||||
	WINDRES="$(WINDRES)"
 | 
			
		||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
 | 
			
		||||
WX_RELEASE_NODOT = 31
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)2
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
 | 
			
		||||
COMPILER_PREFIX = gcc
 | 
			
		||||
OBJS = \
 | 
			
		||||
	$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 | 
			
		||||
@@ -5745,7 +5745,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
 | 
			
		||||
build_cfg_file: $(SETUPHDIR)
 | 
			
		||||
	@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=2 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
 | 
			
		||||
	WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
 | 
			
		||||
	RUNTIME_LIBS="$(RUNTIME_LIBS)"
 | 
			
		||||
WX_RELEASE_NODOT = 31
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)2
 | 
			
		||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
 | 
			
		||||
COMPILER_PREFIX = vc
 | 
			
		||||
OBJS = \
 | 
			
		||||
	$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
 | 
			
		||||
@@ -6272,7 +6272,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
 | 
			
		||||
build_cfg_file: $(SETUPHDIR)
 | 
			
		||||
	@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=2 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
 | 
			
		||||
	@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <PropertyGroup Label="UserMacros">
 | 
			
		||||
    <wxVersionString>312</wxVersionString>
 | 
			
		||||
    <wxVersionString>313</wxVersionString>
 | 
			
		||||
    <wxShortVersionString>31</wxShortVersionString>
 | 
			
		||||
    <wxToolkitPrefix>msw</wxToolkitPrefix>
 | 
			
		||||
    <wxCompilerPrefix>vc</wxCompilerPrefix>
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -156,7 +156,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -167,13 +167,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCMIDLTool"
 | 
			
		||||
@@ -187,7 +187,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -221,7 +221,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				Detect64BitPortabilityProblems="TRUE"
 | 
			
		||||
@@ -232,13 +232,13 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="TRUE"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateDebugInformation="TRUE"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"/>
 | 
			
		||||
@@ -254,7 +254,7 @@
 | 
			
		||||
				Name="VCPreLinkEventTool"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"/>
 | 
			
		||||
			<Tool
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintillad.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintilla.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -232,7 +232,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -243,7 +243,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -254,14 +254,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -323,7 +323,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -334,7 +334,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -345,14 +345,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -586,7 +586,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -597,7 +597,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -608,14 +608,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -677,7 +677,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				Detect64BitPortabilityProblems="true"
 | 
			
		||||
@@ -688,7 +688,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -699,14 +699,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\adv\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_adv.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_adv_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_adv_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\aui\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_aui.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_aui_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_aui_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\base\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\core\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_core.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_core_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_core_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\gl\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib  opengl32.lib glu32.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_gl.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_gl_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_gl_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\html\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_html.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_html_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_html_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\media\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_media.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_media_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_media_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\net\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_net.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_net_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_net_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\propgrid\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_propgrid.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_propgrid_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_propgrid_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\qa\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_qa.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_qa_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_qa_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\ribbon\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_ribbon.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_ribbon_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_ribbon_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\richtext\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_richtext.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_richtext_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_richtext_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintillad.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\stc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintilla.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_stc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_stc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_stc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\webview\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_webview.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_webview_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_webview_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312ud_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313ud_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\xml\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase312u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase313u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase312u_xml_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase313u_xml_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -231,7 +231,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -252,14 +252,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -332,7 +332,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -343,14 +343,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="1"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
@@ -583,7 +583,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswuddll_x64\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -593,7 +593,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -604,14 +604,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib   wxzlibd.lib wxregexud.lib wxexpatd.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="2"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312ud_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313ud_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
@@ -674,7 +674,7 @@
 | 
			
		||||
				PrecompiledHeaderThrough="wx/wxprec.h"
 | 
			
		||||
				PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
 | 
			
		||||
				ObjectFile="vc_mswudll_x64\xrc\"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				WarningLevel="4"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				DebugInformationFormat="3"
 | 
			
		||||
@@ -684,7 +684,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
			<Tool
 | 
			
		||||
				Name="VCResourceCompilerTool"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw312u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw313u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
 | 
			
		||||
				Culture="1033"
 | 
			
		||||
				AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib"
 | 
			
		||||
			/>
 | 
			
		||||
@@ -695,14 +695,14 @@
 | 
			
		||||
				Name="VCLinkerTool"
 | 
			
		||||
				AdditionalOptions=""
 | 
			
		||||
				AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib   wxzlib.lib wxregexu.lib wxexpat.lib   kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.dll"
 | 
			
		||||
				OutputFile="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.dll"
 | 
			
		||||
				LinkIncremental="1"
 | 
			
		||||
				ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_xrc.lib"
 | 
			
		||||
				SuppressStartupBanner="true"
 | 
			
		||||
				AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
 | 
			
		||||
				GenerateManifest="true"
 | 
			
		||||
				GenerateDebugInformation="true"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw312u_xrc_vc_custom.pdb"
 | 
			
		||||
				ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw313u_xrc_vc_custom.pdb"
 | 
			
		||||
				TargetMachine="17"
 | 
			
		||||
				OptimizeReferences="2"
 | 
			
		||||
				EnableCOMDATFolding="2"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
// update this file with new version numbers
 | 
			
		||||
 | 
			
		||||
DYLIB_COMPATIBILITY_VERSION = 3.1
 | 
			
		||||
DYLIB_CURRENT_VERSION = 3.1.2
 | 
			
		||||
DYLIB_CURRENT_VERSION = 3.1.3
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,3 @@
 | 
			
		||||
set wxMAJOR_VERSION=3
 | 
			
		||||
set wxMINOR_VERSION=1
 | 
			
		||||
set wxRELEASE_NUMBER=2
 | 
			
		||||
set wxRELEASE_NUMBER=3
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
#! /bin/sh
 | 
			
		||||
# Guess values for system-dependent variables and create Makefiles.
 | 
			
		||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.1.2.
 | 
			
		||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.1.3.
 | 
			
		||||
#
 | 
			
		||||
# Report bugs to <wx-dev@googlegroups.com>.
 | 
			
		||||
#
 | 
			
		||||
@@ -580,8 +580,8 @@ MAKEFLAGS=
 | 
			
		||||
# Identity of this package.
 | 
			
		||||
PACKAGE_NAME='wxWidgets'
 | 
			
		||||
PACKAGE_TARNAME='wxwidgets'
 | 
			
		||||
PACKAGE_VERSION='3.1.2'
 | 
			
		||||
PACKAGE_STRING='wxWidgets 3.1.2'
 | 
			
		||||
PACKAGE_VERSION='3.1.3'
 | 
			
		||||
PACKAGE_STRING='wxWidgets 3.1.3'
 | 
			
		||||
PACKAGE_BUGREPORT='wx-dev@googlegroups.com'
 | 
			
		||||
PACKAGE_URL=''
 | 
			
		||||
 | 
			
		||||
@@ -1946,7 +1946,7 @@ if test "$ac_init_help" = "long"; then
 | 
			
		||||
  # Omit some internal or obsolete options to make the list less imposing.
 | 
			
		||||
  # This message is too long to be a string in the A/UX 3.1 sh.
 | 
			
		||||
  cat <<_ACEOF
 | 
			
		||||
\`configure' configures wxWidgets 3.1.2 to adapt to many kinds of systems.
 | 
			
		||||
\`configure' configures wxWidgets 3.1.3 to adapt to many kinds of systems.
 | 
			
		||||
 | 
			
		||||
Usage: $0 [OPTION]... [VAR=VALUE]...
 | 
			
		||||
 | 
			
		||||
@@ -2015,7 +2015,7 @@ fi
 | 
			
		||||
 | 
			
		||||
if test -n "$ac_init_help"; then
 | 
			
		||||
  case $ac_init_help in
 | 
			
		||||
     short | recursive ) echo "Configuration of wxWidgets 3.1.2:";;
 | 
			
		||||
     short | recursive ) echo "Configuration of wxWidgets 3.1.3:";;
 | 
			
		||||
   esac
 | 
			
		||||
  cat <<\_ACEOF
 | 
			
		||||
 | 
			
		||||
@@ -2480,7 +2480,7 @@ fi
 | 
			
		||||
test -n "$ac_init_help" && exit $ac_status
 | 
			
		||||
if $ac_init_version; then
 | 
			
		||||
  cat <<\_ACEOF
 | 
			
		||||
wxWidgets configure 3.1.2
 | 
			
		||||
wxWidgets configure 3.1.3
 | 
			
		||||
generated by GNU Autoconf 2.69
 | 
			
		||||
 | 
			
		||||
Copyright (C) 2012 Free Software Foundation, Inc.
 | 
			
		||||
@@ -3297,7 +3297,7 @@ cat >config.log <<_ACEOF
 | 
			
		||||
This file contains any messages produced by compilers while
 | 
			
		||||
running configure, to aid debugging if configure makes a mistake.
 | 
			
		||||
 | 
			
		||||
It was created by wxWidgets $as_me 3.1.2, which was
 | 
			
		||||
It was created by wxWidgets $as_me 3.1.3, which was
 | 
			
		||||
generated by GNU Autoconf 2.69.  Invocation command line was
 | 
			
		||||
 | 
			
		||||
  $ $0 $@
 | 
			
		||||
@@ -3760,7 +3760,7 @@ fi
 | 
			
		||||
 | 
			
		||||
wx_major_version_number=3
 | 
			
		||||
wx_minor_version_number=1
 | 
			
		||||
wx_release_number=2
 | 
			
		||||
wx_release_number=3
 | 
			
		||||
wx_subrelease_number=0
 | 
			
		||||
 | 
			
		||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
 | 
			
		||||
@@ -42294,7 +42294,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 | 
			
		||||
# report actual input values of CONFIG_FILES etc. instead of their
 | 
			
		||||
# values after options handling.
 | 
			
		||||
ac_log="
 | 
			
		||||
This file was extended by wxWidgets $as_me 3.1.2, which was
 | 
			
		||||
This file was extended by wxWidgets $as_me 3.1.3, which was
 | 
			
		||||
generated by GNU Autoconf 2.69.  Invocation command line was
 | 
			
		||||
 | 
			
		||||
  CONFIG_FILES    = $CONFIG_FILES
 | 
			
		||||
@@ -42360,7 +42360,7 @@ _ACEOF
 | 
			
		||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 | 
			
		||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 | 
			
		||||
ac_cs_version="\\
 | 
			
		||||
wxWidgets config.status 3.1.2
 | 
			
		||||
wxWidgets config.status 3.1.3
 | 
			
		||||
configured by $0, generated by GNU Autoconf 2.69,
 | 
			
		||||
  with options \\"\$ac_cs_config\\"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
 | 
			
		||||
dnl initialization
 | 
			
		||||
dnl ---------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
AC_INIT([wxWidgets], [3.1.2], [wx-dev@googlegroups.com])
 | 
			
		||||
AC_INIT([wxWidgets], [3.1.3], [wx-dev@googlegroups.com])
 | 
			
		||||
 | 
			
		||||
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
 | 
			
		||||
AC_CONFIG_SRCDIR([wx-config.in])
 | 
			
		||||
@@ -40,7 +40,7 @@ dnl wx_release_number += 1
 | 
			
		||||
 | 
			
		||||
wx_major_version_number=3
 | 
			
		||||
wx_minor_version_number=1
 | 
			
		||||
wx_release_number=2
 | 
			
		||||
wx_release_number=3
 | 
			
		||||
wx_subrelease_number=0
 | 
			
		||||
 | 
			
		||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
BOMBS_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
FORTY_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
FRACTAL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
LIFE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
WXPOEM_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 | 
			
		||||
DOXYFILE_ENCODING      = UTF-8
 | 
			
		||||
PROJECT_NAME           = wxWidgets
 | 
			
		||||
PROJECT_NUMBER         = 3.1.2
 | 
			
		||||
PROJECT_NUMBER         = 3.1.3
 | 
			
		||||
PROJECT_BRIEF          =
 | 
			
		||||
PROJECT_LOGO           = logo.png
 | 
			
		||||
OUTPUT_DIRECTORY       = out
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
wxWidgets 3.1.2 Release Notes
 | 
			
		||||
wxWidgets 3.1.3 Release Notes
 | 
			
		||||
=============================
 | 
			
		||||
 | 
			
		||||
Welcome to the latest development release of wxWidgets, a free and open source
 | 
			
		||||
@@ -16,12 +16,12 @@ more about wxWidgets at:
 | 
			
		||||
 | 
			
		||||
Documentation is available online at:
 | 
			
		||||
 | 
			
		||||
* https://docs.wxwidgets.org/3.1.2/
 | 
			
		||||
* https://docs.wxwidgets.org/3.1.3/
 | 
			
		||||
 | 
			
		||||
wxWidgets sources and binaries for the selected platforms are available for
 | 
			
		||||
download from:
 | 
			
		||||
 | 
			
		||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.2/
 | 
			
		||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Changes since 3.1.1
 | 
			
		||||
@@ -53,7 +53,7 @@ Some of the other improvements:
 | 
			
		||||
 | 
			
		||||
Please refer to the detailed change log for the full list of changes:
 | 
			
		||||
 | 
			
		||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/changes.txt
 | 
			
		||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Notice that this release is almost completely compatible with 3.1.1 at the API
 | 
			
		||||
 
 | 
			
		||||
@@ -126,9 +126,9 @@
 | 
			
		||||
 | 
			
		||||
#define PACKAGE_BUGREPORT "wx-dev@googlegroups.com"
 | 
			
		||||
#define PACKAGE_NAME "wxWidgets"
 | 
			
		||||
#define PACKAGE_STRING "wxWidgets 3.1.2"
 | 
			
		||||
#define PACKAGE_STRING "wxWidgets 3.1.3"
 | 
			
		||||
#define PACKAGE_TARNAME "wxwidgets"
 | 
			
		||||
#define PACKAGE_VERSION "3.1.2"
 | 
			
		||||
#define PACKAGE_VERSION "3.1.3"
 | 
			
		||||
 | 
			
		||||
// for regex
 | 
			
		||||
#define WX_NO_REGEX_ADVANCED 1
 | 
			
		||||
 
 | 
			
		||||
@@ -27,9 +27,9 @@
 | 
			
		||||
/*  NB: this file is parsed by automatic tools so don't change its format! */
 | 
			
		||||
#define wxMAJOR_VERSION      3
 | 
			
		||||
#define wxMINOR_VERSION      1
 | 
			
		||||
#define wxRELEASE_NUMBER     2
 | 
			
		||||
#define wxRELEASE_NUMBER     3
 | 
			
		||||
#define wxSUBRELEASE_NUMBER  0
 | 
			
		||||
#define wxVERSION_STRING   wxT("wxWidgets 3.1.2")
 | 
			
		||||
#define wxVERSION_STRING   wxT("wxWidgets 3.1.3")
 | 
			
		||||
 | 
			
		||||
/*  nothing to update below this line when updating the version */
 | 
			
		||||
/*  ---------------------------------------------------------------------------- */
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
ACCESSTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
ANITEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
ARTTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
AUIDEMO_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
CALENDAR_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
CARET_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
CLIPBOARD_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
COLLPANE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
COMBO_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
CONFTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DATAVIEW_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DEBUGRPT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DIALOGS_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
@@ -198,6 +198,9 @@ dialogs_sample_rc.o: $(srcdir)/../../samples/sample.rc
 | 
			
		||||
dialogs_dialogs.o: $(srcdir)/dialogs.cpp
 | 
			
		||||
	$(CXXC) -c -o $@ $(DIALOGS_CXXFLAGS) $(srcdir)/dialogs.cpp
 | 
			
		||||
 | 
			
		||||
dialogs_fontdlgg.o: $(srcdir)/../../src/generic/fontdlgg.cpp
 | 
			
		||||
	$(CXXC) -c -o $@ $(DIALOGS_CXXFLAGS) $(srcdir)/../../src/generic/fontdlgg.cpp
 | 
			
		||||
 | 
			
		||||
@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@dialogs_colrdlgg.o: $(srcdir)/../../src/generic/colrdlgg.cpp
 | 
			
		||||
@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@	$(CXXC) -c -o $@ $(DIALOGS_CXXFLAGS) $(srcdir)/../../src/generic/colrdlgg.cpp
 | 
			
		||||
 | 
			
		||||
@@ -220,9 +223,6 @@ dialogs_dialogs.o: $(srcdir)/dialogs.cpp
 | 
			
		||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@	$(CXXC) -c -o $@ $(DIALOGS_CXXFLAGS) $(srcdir)/../../src/generic/filedlgg.cpp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@dialogs_fontdlgg.o: $(srcdir)/../../src/generic/fontdlgg.cpp
 | 
			
		||||
@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@	$(CXXC) -c -o $@ $(DIALOGS_CXXFLAGS) $(srcdir)/../../src/generic/fontdlgg.cpp
 | 
			
		||||
 | 
			
		||||
# Include dependency info, if present:
 | 
			
		||||
@IF_GNU_MAKE@-include ./.deps/*.d
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
NETTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DISPLAY_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
MY_DLL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DND_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -51,7 +51,7 @@
 | 
			
		||||
	<key>CFBundleExecutable</key>
 | 
			
		||||
	<string>$(PRODUCT_NAME)</string>
 | 
			
		||||
	<key>CFBundleGetInfoString</key>
 | 
			
		||||
	<string>$(PRODUCT_NAME) version 3.1.2, (c) 2005-2018 wxWidgets</string>
 | 
			
		||||
	<string>$(PRODUCT_NAME) version 3.1.3, (c) 2005-2018 wxWidgets</string>
 | 
			
		||||
	<key>CFBundleIconFile</key>
 | 
			
		||||
	<string>doc</string>
 | 
			
		||||
	<key>CFBundleIdentifier</key>
 | 
			
		||||
@@ -66,17 +66,17 @@
 | 
			
		||||
		<string>it</string>
 | 
			
		||||
	</array>
 | 
			
		||||
	<key>CFBundleLongVersionString</key>
 | 
			
		||||
	<string>3.1.2, (c) 2005-2018 wxWidgets</string>
 | 
			
		||||
	<string>3.1.3, (c) 2005-2018 wxWidgets</string>
 | 
			
		||||
	<key>CFBundleName</key>
 | 
			
		||||
	<string>$(PRODUCT_NAME)</string>
 | 
			
		||||
	<key>CFBundlePackageType</key>
 | 
			
		||||
	<string>APPL</string>
 | 
			
		||||
	<key>CFBundleShortVersionString</key>
 | 
			
		||||
	<string>3.1.2</string>
 | 
			
		||||
	<string>3.1.3</string>
 | 
			
		||||
	<key>CFBundleSignature</key>
 | 
			
		||||
	<string>WXMA</string>
 | 
			
		||||
	<key>CFBundleVersion</key>
 | 
			
		||||
	<string>3.1.2</string>
 | 
			
		||||
	<string>3.1.3</string>
 | 
			
		||||
	<key>CSResourcesFileMapped</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>LSRequiresCarbon</key>
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DOCVIEW_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DRAGIMAG_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
DRAWING_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
ERASE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
EVENT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
EXCEPT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
EXEC_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
FONT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
FSWATCHER_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
GRID_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
HELP_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
HTLBOX_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
ABOUT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
HTMLHELP_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ wx_top_builddir = @wx_top_builddir@
 | 
			
		||||
 | 
			
		||||
DESTDIR = 
 | 
			
		||||
WX_RELEASE = 3.1
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).2
 | 
			
		||||
WX_VERSION = $(WX_RELEASE).3
 | 
			
		||||
LIBDIRNAME = $(wx_top_builddir)/lib
 | 
			
		||||
HELPVIEW_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
 | 
			
		||||
	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
 | 
			
		||||
 
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user