Use arch suffix consistently in all directories names
For some reason, we used "vc_x64_lib" as the output directory for the libraries, but "vc_mswu_x64" as the output directory for the samples. Place the arch suffix, i.e. "_x64" part, always after the compiler prefix (possibly including version), for consistency with both the library output directories and with MSBuild project files, as build/msw/wx_setup.props uses $(wxCompilerPrefix)$(wxArchSuffix)_... as wxIntRootDir value.
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
<set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>
|
||||
|
||||
<set var="OBJS" make_var="1">
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(CFG_NAME_PART)$(ARCH_SUFFIX)
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(CFG_NAME_PART)
|
||||
</set>
|
||||
|
||||
<set var="BUILDDIR">$(OBJS)</set>
|
||||
|
@@ -34,7 +34,7 @@ WX_RELEASE_NODOT = 31
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)6
|
||||
COMPILER_PREFIX = vc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
LIBDIRNAME = \
|
||||
..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||
SETUPHDIR = \
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswud\adv"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_advlib.pch"
|
||||
ObjectFile="vc_mswud_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_advlib.pch"
|
||||
ObjectFile="vc_x64_mswud\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_adv.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswu\adv"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_advlib.pch"
|
||||
ObjectFile="vc_mswu_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_advlib.pch"
|
||||
ObjectFile="vc_x64_mswu\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_adv.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswuddll\adv"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswudll\adv"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswud\aui"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_auilib.pch"
|
||||
ObjectFile="vc_mswud_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_auilib.pch"
|
||||
ObjectFile="vc_x64_mswud\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_aui.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswu\aui"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_auilib.pch"
|
||||
ObjectFile="vc_mswu_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_auilib.pch"
|
||||
ObjectFile="vc_x64_mswu\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_aui.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswuddll\aui"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswudll\aui"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_x64_mswudll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswud\base"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_baselib.pch"
|
||||
ObjectFile="vc_mswud_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_baselib.pch"
|
||||
ObjectFile="vc_x64_mswud\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswu\base"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_baselib.pch"
|
||||
ObjectFile="vc_mswu_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_baselib.pch"
|
||||
ObjectFile="vc_x64_mswu\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswuddll\base"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswudll\base"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_x64_mswudll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -1137,7 +1137,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswud\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1145,7 +1145,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswu\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1153,7 +1153,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1161,7 +1161,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1289,7 +1289,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswud\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1297,7 +1297,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswu\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1305,7 +1305,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1313,7 +1313,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1466,7 +1466,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswud\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1474,7 +1474,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswu\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1482,7 +1482,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1490,7 +1490,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1554,7 +1554,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswud\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1562,7 +1562,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswu\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1570,7 +1570,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1578,7 +1578,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswud\core"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_corelib.pch"
|
||||
ObjectFile="vc_mswud_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_corelib.pch"
|
||||
ObjectFile="vc_x64_mswud\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_core.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswu\core"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_corelib.pch"
|
||||
ObjectFile="vc_mswu_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_corelib.pch"
|
||||
ObjectFile="vc_x64_mswu\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_core.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswuddll\core"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswudll\core"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_x64_mswudll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswud\gl"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_gllib.pch"
|
||||
ObjectFile="vc_mswud_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_gllib.pch"
|
||||
ObjectFile="vc_x64_mswud\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_gl.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswu\gl"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_gllib.pch"
|
||||
ObjectFile="vc_mswu_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_gllib.pch"
|
||||
ObjectFile="vc_x64_mswu\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_gl.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswuddll\gl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswudll\gl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswud\html"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_mswud_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_x64_mswud\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_html.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswu\html"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_mswu_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_x64_mswu\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_html.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswuddll\html"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswudll\html"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswud\media"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_medialib.pch"
|
||||
ObjectFile="vc_mswud_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_medialib.pch"
|
||||
ObjectFile="vc_x64_mswud\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_media.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswu\media"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_medialib.pch"
|
||||
ObjectFile="vc_mswu_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_medialib.pch"
|
||||
ObjectFile="vc_x64_mswu\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_media.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswuddll\media"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswudll\media"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_x64_mswudll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswud\net"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_netlib.pch"
|
||||
ObjectFile="vc_mswud_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_netlib.pch"
|
||||
ObjectFile="vc_x64_mswud\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud_net.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswu\net"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_netlib.pch"
|
||||
ObjectFile="vc_mswu_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_netlib.pch"
|
||||
ObjectFile="vc_x64_mswu\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u_net.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswuddll\net"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswudll\net"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswud\propgrid"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_mswud_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_x64_mswud\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_propgrid.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswu\propgrid"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_mswu_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_x64_mswu\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_propgrid.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswuddll\propgrid"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswudll\propgrid"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_x64_mswudll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswud\qa"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_qalib.pch"
|
||||
ObjectFile="vc_mswud_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_qalib.pch"
|
||||
ObjectFile="vc_x64_mswud\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_qa.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswu\qa"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_qalib.pch"
|
||||
ObjectFile="vc_mswu_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_qalib.pch"
|
||||
ObjectFile="vc_x64_mswu\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_qa.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswuddll\qa"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswudll\qa"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_x64_mswudll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswud\ribbon"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_mswud_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_x64_mswud\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_ribbon.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswu\ribbon"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_mswu_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_x64_mswu\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_ribbon.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswuddll\ribbon"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswudll\ribbon"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_x64_mswudll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswud\richtext"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_mswud_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_x64_mswud\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_richtext.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswu\richtext"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_mswu_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_x64_mswu\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_richtext.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswuddll\richtext"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswudll\richtext"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswud\stc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_stclib.pch"
|
||||
ObjectFile="vc_mswud_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_stclib.pch"
|
||||
ObjectFile="vc_x64_mswud\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_stc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswu\stc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_stclib.pch"
|
||||
ObjectFile="vc_mswu_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_stclib.pch"
|
||||
ObjectFile="vc_x64_mswu\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_stc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswuddll\stc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswudll\stc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswud\webview"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_mswud_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_x64_mswud\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_webview.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswu\webview"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_mswu_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_x64_mswu\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_webview.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswuddll\webview"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswudll\webview"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -345,7 +345,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswud\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -378,7 +378,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswud\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxexpatd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -426,7 +426,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswu\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -456,7 +456,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswu\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxexpat.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -504,7 +504,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -537,7 +537,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswuddll\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxexpatd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -585,7 +585,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -615,7 +615,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswudll\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxexpat.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -345,7 +345,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswud\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -378,7 +378,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswud\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpegd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -426,7 +426,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswu\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -456,7 +456,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswu\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpeg.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -504,7 +504,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -537,7 +537,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswuddll\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpegd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -585,7 +585,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -615,7 +615,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswudll\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpeg.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -345,7 +345,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswud\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -378,7 +378,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswud\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxpngd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -426,7 +426,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswu\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -456,7 +456,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswu\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxpng.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -504,7 +504,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -537,7 +537,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswuddll\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxpngd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -585,7 +585,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -615,7 +615,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswudll\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxpng.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -349,7 +349,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswud\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -383,7 +383,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswud\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexud.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -431,7 +431,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswu\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -462,7 +462,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswu\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexu.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -510,7 +510,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -544,7 +544,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswuddll\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexud.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -592,7 +592,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -623,7 +623,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswudll\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexu.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -349,7 +349,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswud\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -383,7 +383,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswud\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxscintillad.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -431,7 +431,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswu\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -462,7 +462,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswu\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxscintilla.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -510,7 +510,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -544,7 +544,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswuddll\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxscintillad.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -592,7 +592,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -623,7 +623,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswudll\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxscintilla.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -345,7 +345,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswud\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -378,7 +378,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswud\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxtiffd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -426,7 +426,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswu\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -456,7 +456,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswu\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxtiff.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -504,7 +504,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -537,7 +537,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswuddll\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxtiffd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -585,7 +585,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -615,7 +615,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswudll\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxtiff.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -345,7 +345,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswud\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -378,7 +378,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswud\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxzlibd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -426,7 +426,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswu\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -456,7 +456,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswu\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxzlib.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -504,7 +504,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -537,7 +537,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswuddll\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxzlibd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -585,7 +585,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -615,7 +615,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswudll\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxzlib.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswud\xml"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_mswud_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_x64_mswud\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud_xml.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswu\xml"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_mswu_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_x64_mswu\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u_xml.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswuddll\xml"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswudll\xml"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -381,7 +381,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswud\xrc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -417,8 +417,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_mswud_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_x64_mswud\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_xrc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -466,7 +466,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswu\xrc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -499,8 +499,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_mswu_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_x64_mswu\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_xrc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -548,7 +548,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswuddll\xrc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -584,8 +584,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -642,7 +642,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswudll\xrc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -675,8 +675,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswud\adv"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_advlib.pch"
|
||||
ObjectFile="vc_mswud_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_advlib.pch"
|
||||
ObjectFile="vc_x64_mswud\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_adv.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswu\adv"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_advlib.pch"
|
||||
ObjectFile="vc_mswu_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_advlib.pch"
|
||||
ObjectFile="vc_x64_mswu\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_adv.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswuddll\adv"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\adv"
|
||||
IntermediateDirectory="vc_x64_mswudll\adv"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\adv\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswud\aui"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_auilib.pch"
|
||||
ObjectFile="vc_mswud_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_auilib.pch"
|
||||
ObjectFile="vc_x64_mswud\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_aui.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswu\aui"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_auilib.pch"
|
||||
ObjectFile="vc_mswu_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_auilib.pch"
|
||||
ObjectFile="vc_x64_mswu\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_aui.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswuddll\aui"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\aui"
|
||||
IntermediateDirectory="vc_x64_mswudll\aui"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll_x64\aui\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_x64_mswudll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswud\base"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_baselib.pch"
|
||||
ObjectFile="vc_mswud_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_baselib.pch"
|
||||
ObjectFile="vc_x64_mswud\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswu\base"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_baselib.pch"
|
||||
ObjectFile="vc_mswu_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_baselib.pch"
|
||||
ObjectFile="vc_x64_mswu\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswuddll\base"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\base"
|
||||
IntermediateDirectory="vc_x64_mswudll\base"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll_x64\base\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_x64_mswudll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -1133,7 +1133,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswud\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1141,7 +1141,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswu\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1149,7 +1149,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1157,7 +1157,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\common_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\common_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1285,7 +1285,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswud\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1293,7 +1293,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswu\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1301,7 +1301,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1309,7 +1309,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\common_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\common_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1462,7 +1462,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswud\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1470,7 +1470,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswu\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1478,7 +1478,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1486,7 +1486,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\msw_secretstore.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\msw_secretstore.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
@@ -1550,7 +1550,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswud_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswud\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1558,7 +1558,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswu_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswu\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1566,7 +1566,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswuddll_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswuddll\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -1574,7 +1574,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="vc_mswudll_x64\base\msw_uilocale.obj"
|
||||
ObjectFile="vc_x64_mswudll\base\msw_uilocale.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswud\core"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_corelib.pch"
|
||||
ObjectFile="vc_mswud_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_corelib.pch"
|
||||
ObjectFile="vc_x64_mswud\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_core.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswu\core"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_corelib.pch"
|
||||
ObjectFile="vc_mswu_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_corelib.pch"
|
||||
ObjectFile="vc_x64_mswu\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_core.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswuddll\core"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\core"
|
||||
IntermediateDirectory="vc_x64_mswudll\core"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll_x64\core\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_x64_mswudll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswud\gl"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_gllib.pch"
|
||||
ObjectFile="vc_mswud_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_gllib.pch"
|
||||
ObjectFile="vc_x64_mswud\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_gl.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswu\gl"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_gllib.pch"
|
||||
ObjectFile="vc_mswu_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_gllib.pch"
|
||||
ObjectFile="vc_x64_mswu\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_gl.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswuddll\gl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\gl"
|
||||
IntermediateDirectory="vc_x64_mswudll\gl"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\gl\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswud\html"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_mswud_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_x64_mswud\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_html.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswu\html"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_mswu_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_htmllib.pch"
|
||||
ObjectFile="vc_x64_mswu\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_html.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswuddll\html"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\html"
|
||||
IntermediateDirectory="vc_x64_mswudll\html"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\html\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswud\media"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_medialib.pch"
|
||||
ObjectFile="vc_mswud_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_medialib.pch"
|
||||
ObjectFile="vc_x64_mswud\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_media.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswu\media"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_medialib.pch"
|
||||
ObjectFile="vc_mswu_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_medialib.pch"
|
||||
ObjectFile="vc_x64_mswu\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_media.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswuddll\media"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\media"
|
||||
IntermediateDirectory="vc_x64_mswudll\media"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\media\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_x64_mswudll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswud\net"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_netlib.pch"
|
||||
ObjectFile="vc_mswud_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_netlib.pch"
|
||||
ObjectFile="vc_x64_mswud\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud_net.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswu\net"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_netlib.pch"
|
||||
ObjectFile="vc_mswu_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_netlib.pch"
|
||||
ObjectFile="vc_x64_mswu\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u_net.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswuddll\net"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\net"
|
||||
IntermediateDirectory="vc_x64_mswudll\net"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\net\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswud\propgrid"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_mswud_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_x64_mswud\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_propgrid.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswu\propgrid"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_mswu_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_propgridlib.pch"
|
||||
ObjectFile="vc_x64_mswu\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_propgrid.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswuddll\propgrid"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\propgrid"
|
||||
IntermediateDirectory="vc_x64_mswudll\propgrid"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll_x64\propgrid\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_x64_mswudll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswud\qa"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_qalib.pch"
|
||||
ObjectFile="vc_mswud_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_qalib.pch"
|
||||
ObjectFile="vc_x64_mswud\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_qa.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswu\qa"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_qalib.pch"
|
||||
ObjectFile="vc_mswu_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_qalib.pch"
|
||||
ObjectFile="vc_x64_mswu\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_qa.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswuddll\qa"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\qa"
|
||||
IntermediateDirectory="vc_x64_mswudll\qa"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\qa\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_x64_mswudll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswud\ribbon"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_mswud_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_x64_mswud\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_ribbon.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswu\ribbon"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_mswu_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_ribbonlib.pch"
|
||||
ObjectFile="vc_x64_mswu\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_ribbon.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswuddll\ribbon"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\ribbon"
|
||||
IntermediateDirectory="vc_x64_mswudll\ribbon"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll_x64\ribbon\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_x64_mswudll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswud\richtext"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_mswud_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_x64_mswud\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_richtext.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswu\richtext"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_mswu_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_richtextlib.pch"
|
||||
ObjectFile="vc_x64_mswu\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_richtext.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswuddll\richtext"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\richtext"
|
||||
IntermediateDirectory="vc_x64_mswudll\richtext"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\richtext\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswud\stc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_stclib.pch"
|
||||
ObjectFile="vc_mswud_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_stclib.pch"
|
||||
ObjectFile="vc_x64_mswud\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_stc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswu\stc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_stclib.pch"
|
||||
ObjectFile="vc_mswu_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_stclib.pch"
|
||||
ObjectFile="vc_x64_mswu\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_stc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswuddll\stc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\stc"
|
||||
IntermediateDirectory="vc_x64_mswudll\stc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\stc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswud\webview"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_mswud_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_x64_mswud\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_webview.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswu\webview"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_mswu_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_webviewlib.pch"
|
||||
ObjectFile="vc_x64_mswu\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_webview.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswuddll\webview"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\webview"
|
||||
IntermediateDirectory="vc_x64_mswudll\webview"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\webview\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -343,7 +343,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswud\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -376,7 +376,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswud\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxexpatd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -423,7 +423,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswu\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -454,7 +454,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswu\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxexpat.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -501,7 +501,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -534,7 +534,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswuddll\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxexpatd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -581,7 +581,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxexpat"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxexpat"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -612,7 +612,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxexpat\"
|
||||
ObjectFile="vc_x64_mswudll\wxexpat\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxexpat.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -343,7 +343,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswud\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -376,7 +376,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswud\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpegd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -423,7 +423,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswu\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -454,7 +454,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswu\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxjpeg.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -501,7 +501,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -534,7 +534,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswuddll\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpegd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -581,7 +581,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxjpeg"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxjpeg"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -612,7 +612,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxjpeg\"
|
||||
ObjectFile="vc_x64_mswudll\wxjpeg\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxjpeg.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -343,7 +343,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswud\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -376,7 +376,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswud\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxpngd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -423,7 +423,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswu\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -454,7 +454,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswu\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxpng.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -501,7 +501,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -534,7 +534,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswuddll\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxpngd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -581,7 +581,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxpng"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxpng"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -612,7 +612,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxpng\"
|
||||
ObjectFile="vc_x64_mswudll\wxpng\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxpng.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -347,7 +347,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswud\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -381,7 +381,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswud\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexud.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -428,7 +428,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswu\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -460,7 +460,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswu\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexu.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -507,7 +507,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -541,7 +541,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswuddll\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexud.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -588,7 +588,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxregex"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxregex"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -620,7 +620,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxregex\"
|
||||
ObjectFile="vc_x64_mswudll\wxregex\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexu.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -347,7 +347,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswud\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -381,7 +381,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswud\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxscintillad.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -428,7 +428,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswu\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -460,7 +460,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswu\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxscintilla.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -507,7 +507,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -541,7 +541,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswuddll\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxscintillad.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -588,7 +588,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxscintilla"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxscintilla"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -620,7 +620,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxscintilla\"
|
||||
ObjectFile="vc_x64_mswudll\wxscintilla\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxscintilla.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -343,7 +343,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswud\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -376,7 +376,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswud\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxtiffd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -423,7 +423,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswu\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -454,7 +454,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswu\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxtiff.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -501,7 +501,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -534,7 +534,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswuddll\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxtiffd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -581,7 +581,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxtiff"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxtiff"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -612,7 +612,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxtiff\"
|
||||
ObjectFile="vc_x64_mswudll\wxtiff\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxtiff.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -343,7 +343,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswud\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -376,7 +376,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswud_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswud\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxzlibd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -423,7 +423,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswu\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -454,7 +454,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswu_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswu\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxzlib.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -501,7 +501,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswuddll\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -534,7 +534,7 @@
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswuddll_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswuddll\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxzlibd.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -581,7 +581,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\wxzlib"
|
||||
IntermediateDirectory="vc_x64_mswudll\wxzlib"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -612,7 +612,7 @@
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="vc_mswudll_x64\wxzlib\"
|
||||
ObjectFile="vc_x64_mswudll\wxzlib\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxzlib.pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswud\xml"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_mswud_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_x64_mswud\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31ud_xml.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswu\xml"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_mswu_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_xmllib.pch"
|
||||
ObjectFile="vc_x64_mswu\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxbase31u_xml.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswuddll\xml"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\xml"
|
||||
IntermediateDirectory="vc_x64_mswudll\xml"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xml\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_x64_mswudll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase316u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
@@ -379,7 +379,7 @@
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswud_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswud\xrc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -415,8 +415,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswud_x64\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_mswud_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswud\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_x64_mswud\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31ud_xrc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -463,7 +463,7 @@
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_lib"
|
||||
IntermediateDirectory="vc_mswu_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswu\xrc"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -497,8 +497,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswu_x64\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_mswu_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswu\wxprec_xrclib.pch"
|
||||
ObjectFile="vc_x64_mswu\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw31u_xrc.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -545,7 +545,7 @@
|
||||
<Configuration
|
||||
Name="DLL Debug|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswuddll_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswuddll\xrc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -581,8 +581,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswuddll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_x64_mswuddll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
@@ -638,7 +638,7 @@
|
||||
<Configuration
|
||||
Name="DLL Release|x64"
|
||||
OutputDirectory="..\..\lib\vc_x64_dll"
|
||||
IntermediateDirectory="vc_mswudll_x64\xrc"
|
||||
IntermediateDirectory="vc_x64_mswudll\xrc"
|
||||
ConfigurationType="2"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
@@ -672,8 +672,8 @@
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xrc\"
|
||||
PrecompiledHeaderFile="vc_x64_mswudll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_x64_mswudll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw316u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
|
Reference in New Issue
Block a user