mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
*** empty log message ***
This commit is contained in:
parent
4e32a85ee8
commit
91200f8dfd
7 changed files with 9 additions and 9 deletions
|
@ -73,6 +73,7 @@
|
|||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/SAX.pch"
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#include <locale>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#pragma warning(disable: 4244)
|
||||
|
||||
template<typename charT,
|
||||
typename traitsT = std::char_traits<charT>,
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/SimpleHandler.pch"
|
||||
|
@ -84,6 +85,7 @@
|
|||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/SimpleHandler.pch"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\pyx___Win32_Debug/pyx.pch"
|
||||
|
@ -84,6 +85,7 @@
|
|||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\Release/pyx.pch"
|
||||
|
@ -128,7 +130,7 @@
|
|||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\pyx.cpp">
|
||||
RelativePath="pyx.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
@ -17,7 +17,6 @@ int main(int argc, char* argv[])
|
|||
return 0;
|
||||
} // if(argc < 2)
|
||||
|
||||
/*
|
||||
{ // narrow
|
||||
SAX::FeatureNames<std::string> fNames;
|
||||
SAX::XMLReader<std::string> parser;
|
||||
|
@ -41,7 +40,7 @@ int main(int argc, char* argv[])
|
|||
} // if(file != "-")
|
||||
} // for ...
|
||||
}
|
||||
*/
|
||||
|
||||
{ // wide
|
||||
SAX::FeatureNames<std::wstring> fNames;
|
||||
SAX::XMLReader<std::wstring> parser;
|
||||
|
|
|
@ -112,12 +112,6 @@
|
|||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="DOMWriter.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
TreatWChar_tAsBuiltInType="FALSE"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/SAX2DOM_test.pch"
|
||||
|
|
Loading…
Reference in a new issue