You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
246 lines
6.4 KiB
246 lines
6.4 KiB
<?xml version="1.0" encoding="Windows-1252"?> |
|
<VisualStudioProject |
|
ProjectType="Visual C++" |
|
Version="7.10" |
|
Name="expat" |
|
SccProjectName="" |
|
SccLocalPath=""> |
|
<Platforms> |
|
<Platform |
|
Name="Win32"/> |
|
</Platforms> |
|
<Configurations> |
|
<Configuration |
|
Name="Debug|Win32" |
|
OutputDirectory=".\Debug" |
|
IntermediateDirectory=".\Debug" |
|
ConfigurationType="2" |
|
UseOfMFC="0" |
|
ATLMinimizesCRunTimeLibraryUsage="FALSE" |
|
CharacterSet="2"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="0" |
|
PreprocessorDefinitions="_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL" |
|
BasicRuntimeChecks="3" |
|
RuntimeLibrary="1" |
|
PrecompiledHeaderFile=".\Debug/expat.pch" |
|
AssemblerListingLocation=".\Debug/" |
|
ObjectFile=".\Debug/" |
|
ProgramDataBaseFileName=".\Debug/" |
|
BrowseInformation="1" |
|
WarningLevel="3" |
|
SuppressStartupBanner="TRUE" |
|
DebugInformationFormat="4"/> |
|
<Tool |
|
Name="VCCustomBuildTool"/> |
|
<Tool |
|
Name="VCLinkerTool" |
|
OutputFile="Debug\libexpat.dll" |
|
LinkIncremental="2" |
|
SuppressStartupBanner="TRUE" |
|
ModuleDefinitionFile=".\libexpat.def" |
|
GenerateDebugInformation="TRUE" |
|
ImportLibrary=".\Debug/libexpat.lib" |
|
TargetMachine="1"/> |
|
<Tool |
|
Name="VCMIDLTool" |
|
PreprocessorDefinitions="_DEBUG" |
|
MkTypLibCompatible="TRUE" |
|
SuppressStartupBanner="TRUE" |
|
TargetEnvironment="1" |
|
TypeLibraryName=".\Debug/expat.tlb" |
|
HeaderFileName=""/> |
|
<Tool |
|
Name="VCPostBuildEventTool"/> |
|
<Tool |
|
Name="VCPreBuildEventTool"/> |
|
<Tool |
|
Name="VCPreLinkEventTool"/> |
|
<Tool |
|
Name="VCResourceCompilerTool" |
|
PreprocessorDefinitions="_DEBUG" |
|
Culture="1033"/> |
|
<Tool |
|
Name="VCWebServiceProxyGeneratorTool"/> |
|
<Tool |
|
Name="VCXMLDataGeneratorTool"/> |
|
<Tool |
|
Name="VCWebDeploymentTool"/> |
|
<Tool |
|
Name="VCManagedWrapperGeneratorTool"/> |
|
<Tool |
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|
</Configuration> |
|
<Configuration |
|
Name="Release|Win32" |
|
OutputDirectory=".\Release" |
|
IntermediateDirectory=".\Release" |
|
ConfigurationType="2" |
|
UseOfMFC="0" |
|
ATLMinimizesCRunTimeLibraryUsage="FALSE" |
|
CharacterSet="2"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="2" |
|
InlineFunctionExpansion="1" |
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;COMPILED_FROM_DSP" |
|
StringPooling="TRUE" |
|
RuntimeLibrary="0" |
|
EnableFunctionLevelLinking="TRUE" |
|
PrecompiledHeaderFile=".\Release/expat.pch" |
|
AssemblerListingLocation=".\Release/" |
|
ObjectFile=".\Release/" |
|
ProgramDataBaseFileName=".\Release/" |
|
WarningLevel="3" |
|
SuppressStartupBanner="TRUE"/> |
|
<Tool |
|
Name="VCCustomBuildTool"/> |
|
<Tool |
|
Name="VCLinkerTool" |
|
OutputFile="Release\libexpat.dll" |
|
LinkIncremental="1" |
|
SuppressStartupBanner="TRUE" |
|
ModuleDefinitionFile=".\libexpat.def" |
|
ImportLibrary=".\Release/libexpat.lib" |
|
TargetMachine="1"/> |
|
<Tool |
|
Name="VCMIDLTool" |
|
PreprocessorDefinitions="NDEBUG" |
|
MkTypLibCompatible="TRUE" |
|
SuppressStartupBanner="TRUE" |
|
TargetEnvironment="1" |
|
TypeLibraryName=".\Release/expat.tlb" |
|
HeaderFileName=""/> |
|
<Tool |
|
Name="VCPostBuildEventTool"/> |
|
<Tool |
|
Name="VCPreBuildEventTool"/> |
|
<Tool |
|
Name="VCPreLinkEventTool"/> |
|
<Tool |
|
Name="VCResourceCompilerTool" |
|
PreprocessorDefinitions="NDEBUG" |
|
Culture="1033"/> |
|
<Tool |
|
Name="VCWebServiceProxyGeneratorTool"/> |
|
<Tool |
|
Name="VCXMLDataGeneratorTool"/> |
|
<Tool |
|
Name="VCWebDeploymentTool"/> |
|
<Tool |
|
Name="VCManagedWrapperGeneratorTool"/> |
|
<Tool |
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|
</Configuration> |
|
</Configurations> |
|
<References> |
|
</References> |
|
<Files> |
|
<Filter |
|
Name="Source Files" |
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> |
|
<File |
|
RelativePath="libexpat.def"> |
|
</File> |
|
<File |
|
RelativePath="xmlparse.c"> |
|
<FileConfiguration |
|
Name="Debug|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="0" |
|
PreprocessorDefinitions="_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_MBCS;_USRDLL;$(NoInherit)" |
|
ExceptionHandling="FALSE" |
|
BasicRuntimeChecks="3" |
|
BrowseInformation="1"/> |
|
</FileConfiguration> |
|
<FileConfiguration |
|
Name="Release|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="2" |
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_MBCS;_USRDLL;COMPILED_FROM_DSP;$(NoInherit)"/> |
|
</FileConfiguration> |
|
</File> |
|
<File |
|
RelativePath="xmlrole.c"> |
|
<FileConfiguration |
|
Name="Debug|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="0" |
|
PreprocessorDefinitions="_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_MBCS;_USRDLL;$(NoInherit)" |
|
BasicRuntimeChecks="3" |
|
BrowseInformation="1"/> |
|
</FileConfiguration> |
|
<FileConfiguration |
|
Name="Release|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="2" |
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_MBCS;_USRDLL;COMPILED_FROM_DSP;$(NoInherit)"/> |
|
</FileConfiguration> |
|
</File> |
|
<File |
|
RelativePath="xmltok.c"> |
|
<FileConfiguration |
|
Name="Debug|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="0" |
|
PreprocessorDefinitions="_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_MBCS;_USRDLL;$(NoInherit)" |
|
BasicRuntimeChecks="3" |
|
BrowseInformation="1"/> |
|
</FileConfiguration> |
|
<FileConfiguration |
|
Name="Release|Win32"> |
|
<Tool |
|
Name="VCCLCompilerTool" |
|
Optimization="2" |
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_MBCS;_USRDLL;COMPILED_FROM_DSP;$(NoInherit)"/> |
|
</FileConfiguration> |
|
</File> |
|
</Filter> |
|
<Filter |
|
Name="Header Files" |
|
Filter="h;hpp;hxx;hm;inl"> |
|
<File |
|
RelativePath="ascii.h"> |
|
</File> |
|
<File |
|
RelativePath="asciitab.h"> |
|
</File> |
|
<File |
|
RelativePath="expat.h"> |
|
</File> |
|
<File |
|
RelativePath="iasciitab.h"> |
|
</File> |
|
<File |
|
RelativePath="latin1tab.h"> |
|
</File> |
|
<File |
|
RelativePath="nametab.h"> |
|
</File> |
|
<File |
|
RelativePath="utf8tab.h"> |
|
</File> |
|
<File |
|
RelativePath="xmlrole.h"> |
|
</File> |
|
<File |
|
RelativePath="xmltok.h"> |
|
</File> |
|
<File |
|
RelativePath="xmltok_impl.h"> |
|
</File> |
|
</Filter> |
|
<Filter |
|
Name="Resource Files" |
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> |
|
</Filter> |
|
</Files> |
|
<Globals> |
|
</Globals> |
|
</VisualStudioProject>
|
|
|