TinyXml应用

1、下载地址http://sourceforge.net/projects/tinyxml/

2、将下载的tinyxml_2_6_2.zip解压到本地

3、双击打开tinyxml\tinyxml.sln(这个是vs2010的工程)

4、修改后在vs2008上可以运行的工程

 

---------------------------------------------------------------------------

tinyxml.sln

---------------------------------------------------------------------
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyXmlTest", "tinyXmlTest.vcproj", "{1E7E48ED-748B-4314-8536-AE753905CF27}"
 ProjectSection(ProjectDependencies) = postProject
  {2E205541-7468-4EB1-8067-B59394D61129} = {2E205541-7468-4EB1-8067-B59394D61129}
 EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyXmlTestSTL", "tinyXmlTestSTL.vcproj", "{290E3288-5DC0-447C-9F24-F6EF12DDCC05}"
 ProjectSection(ProjectDependencies) = postProject
  {41B2A831-B86B-477B-9FA5-C50EA99DFBA0} = {41B2A831-B86B-477B-9FA5-C50EA99DFBA0}
 EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml", "tinyxml_lib.vcproj", "{2E205541-7468-4EB1-8067-B59394D61129}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxmlSTL", "tinyxmlSTL.vcproj", "{41B2A831-B86B-477B-9FA5-C50EA99DFBA0}"
EndProject
Global
 GlobalSection(SolutionConfigurationPlatforms) = preSolution
  Debug|Win32 = Debug|Win32
  Release|Win32 = Release|Win32
 EndGlobalSection
 GlobalSection(ProjectConfigurationPlatforms) = postSolution
  {1E7E48ED-748B-4314-8536-AE753905CF27}.Debug|Win32.ActiveCfg = Debug|Win32
  {1E7E48ED-748B-4314-8536-AE753905CF27}.Debug|Win32.Build.0 = Debug|Win32
  {1E7E48ED-748B-4314-8536-AE753905CF27}.Release|Win32.ActiveCfg = Release|Win32
  {1E7E48ED-748B-4314-8536-AE753905CF27}.Release|Win32.Build.0 = Release|Win32
  {290E3288-5DC0-447C-9F24-F6EF12DDCC05}.Debug|Win32.ActiveCfg = Debug|Win32
  {290E3288-5DC0-447C-9F24-F6EF12DDCC05}.Debug|Win32.Build.0 = Debug|Win32
  {290E3288-5DC0-447C-9F24-F6EF12DDCC05}.Release|Win32.ActiveCfg = Release|Win32
  {290E3288-5DC0-447C-9F24-F6EF12DDCC05}.Release|Win32.Build.0 = Release|Win32
  {2E205541-7468-4EB1-8067-B59394D61129}.Debug|Win32.ActiveCfg = Debug|Win32
  {2E205541-7468-4EB1-8067-B59394D61129}.Debug|Win32.Build.0 = Debug|Win32
  {2E205541-7468-4EB1-8067-B59394D61129}.Release|Win32.ActiveCfg = Release|Win32
  {2E205541-7468-4EB1-8067-B59394D61129}.Release|Win32.Build.0 = Release|Win32
  {41B2A831-B86B-477B-9FA5-C50EA99DFBA0}.Debug|Win32.ActiveCfg = Debug|Win32
  {41B2A831-B86B-477B-9FA5-C50EA99DFBA0}.Debug|Win32.Build.0 = Debug|Win32
  {41B2A831-B86B-477B-9FA5-C50EA99DFBA0}.Release|Win32.ActiveCfg = Release|Win32
  {41B2A831-B86B-477B-9FA5-C50EA99DFBA0}.Release|Win32.Build.0 = Release|Win32
 EndGlobalSection
 GlobalSection(SolutionProperties) = preSolution
  HideSolutionNode = FALSE
 EndGlobalSection
EndGlobal
------------------------------------------------------------------------------

tinyxml_lib.vcproj 

------------------------------------------------------------------------------

<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
 ProjectType="Visual C++"
 Version="9.00"
 Name="tinyxml"
 ProjectGUID="{2E205541-7468-4EB1-8067-B59394D61129}"
 RootNamespace="tinyxml"
 TargetFrameworkVersion="196613"
 >
 <Platforms>
  <Platform
   Name="Win32"
  />
 </Platforms>
 <ToolFiles>
 </ToolFiles>
 <Configurations>
  <Configuration
   Name="Debug|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="4"
   CharacterSet="2"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="0"
    PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
    MinimalRebuild="true"
    BasicRuntimeChecks="3"
    RuntimeLibrary="3"
    WarningLevel="3"
    DebugInformationFormat="4"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLibrarianTool"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
  <Configuration
   Name="Release|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="4"
   CharacterSet="2"
   WholeProgramOptimization="1"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="2"
    EnableIntrinsicFunctions="true"
    PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
    RuntimeLibrary="2"
    EnableFunctionLevelLinking="true"
    WarningLevel="3"
    DebugInformationFormat="3"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLibrarianTool"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
 </Configurations>
 <References>
 </References>
 <Files>
  <Filter
   Name="源文件"
   Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   >
   <File
    RelativePath=".\tinystr.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxml.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxmlerror.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxmlparser.cpp"
    >
   </File>
  </Filter>
  <Filter
   Name="头文件"
   Filter="h;hpp;hxx;hm;inl;inc;xsd"
   UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   >
   <File
    RelativePath=".\tinystr.h"
    >
   </File>
   <File
    RelativePath=".\tinyxml.h"
    >
   </File>
  </Filter>
  <Filter
   Name="资源文件"
   Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   >
   <File
    RelativePath=".\changes.txt"
    >
   </File>
   <File
    RelativePath=".\readme.txt"
    >
   </File>
  </Filter>
 </Files>
 <Globals>
 </Globals>
</VisualStudioProject>

 -----------------------------------------------------------------------------------

tinyxmlSTL.vcproj

----------------------------------------------------------------------------------------

<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
 ProjectType="Visual C++"
 Version="9.00"
 Name="tinyxmlSTL"
 ProjectGUID="{41B2A831-B86B-477B-9FA5-C50EA99DFBA0}"
 RootNamespace="tinyxmlSTL"
 TargetFrameworkVersion="196613"
 >
 <Platforms>
  <Platform
   Name="Win32"
  />
 </Platforms>
 <ToolFiles>
 </ToolFiles>
 <Configurations>
  <Configuration
   Name="Debug|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="4"
   CharacterSet="2"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="0"
    PreprocessorDefinitions="WIN32;_DEBUG;_LIB;TIXML_USE_STL;"
    MinimalRebuild="true"
    BasicRuntimeChecks="3"
    RuntimeLibrary="3"
    WarningLevel="3"
    DebugInformationFormat="4"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLibrarianTool"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
  <Configuration
   Name="Release|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="4"
   CharacterSet="2"
   WholeProgramOptimization="1"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="2"
    EnableIntrinsicFunctions="true"
    PreprocessorDefinitions="WIN32;NDEBUG;_LIB;TIXML_USE_STL;"
    RuntimeLibrary="2"
    EnableFunctionLevelLinking="true"
    WarningLevel="3"
    DebugInformationFormat="3"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLibrarianTool"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
 </Configurations>
 <References>
 </References>
 <Files>
  <Filter
   Name="源文件"
   Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   >
   <File
    RelativePath=".\tinystr.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxml.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxmlerror.cpp"
    >
   </File>
   <File
    RelativePath=".\tinyxmlparser.cpp"
    >
   </File>
  </Filter>
  <Filter
   Name="头文件"
   Filter="h;hpp;hxx;hm;inl;inc;xsd"
   UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   >
   <File
    RelativePath=".\tinystr.h"
    >
   </File>
   <File
    RelativePath=".\tinyxml.h"
    >
   </File>
  </Filter>
  <Filter
   Name="资源文件"
   Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   >
   <File
    RelativePath=".\changes.txt"
    >
   </File>
   <File
    RelativePath=".\readme.txt"
    >
   </File>
  </Filter>
 </Files>
 <Globals>
 </Globals>
</VisualStudioProject>

----------------------------------------------------------------------------------

tinyXmlTest.vcproj

----------------------------------------------------------------------------------

 <?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
 ProjectType="Visual C++"
 Version="9.00"
 Name="tinyXmlTest"
 ProjectGUID="{1E7E48ED-748B-4314-8536-AE753905CF27}"
 RootNamespace="tinyXmlTest"
 TargetFrameworkVersion="196613"
 >
 <Platforms>
  <Platform
   Name="Win32"
  />
 </Platforms>
 <ToolFiles>
 </ToolFiles>
 <Configurations>
  <Configuration
   Name="Debug|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="1"
   CharacterSet="2"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="0"
    PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TUNE;_CRT_SECURE_NO_WARNINGS;"
    MinimalRebuild="true"
    BasicRuntimeChecks="3"
    RuntimeLibrary="3"
    WarningLevel="3"
    DebugInformationFormat="4"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLinkerTool"
    AdditionalDependencies="tinyxml.lib"
    AdditionalLibraryDirectories="$(SolutionDir)bin"
    GenerateDebugInformation="true"
    TargetMachine="1"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCManifestTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCAppVerifierTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
  <Configuration
   Name="Release|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="1"
   CharacterSet="2"
   WholeProgramOptimization="1"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="2"
    EnableIntrinsicFunctions="true"
    PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;"
    RuntimeLibrary="2"
    EnableFunctionLevelLinking="true"
    WarningLevel="3"
    DebugInformationFormat="3"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLinkerTool"
    AdditionalDependencies="tinyxml.lib"
    AdditionalLibraryDirectories="$(SolutionDir)bin"
    GenerateDebugInformation="true"
    OptimizeReferences="2"
    EnableCOMDATFolding="2"
    TargetMachine="1"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCManifestTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCAppVerifierTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
 </Configurations>
 <References>
 </References>
 <Files>
  <Filter
   Name="源文件"
   Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   >
   <File
    RelativePath=".\xmltest.cpp"
    >
   </File>
  </Filter>
  <Filter
   Name="头文件"
   Filter="h;hpp;hxx;hm;inl;inc;xsd"
   UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   >
  </Filter>
  <Filter
   Name="资源文件"
   Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   >
  </Filter>
 </Files>
 <Globals>
 </Globals>
</VisualStudioProject>
-------------------------------------------------------------------------------------------

tinyXmlTestSTL.vcproj

 

--------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
 ProjectType="Visual C++"
 Version="9.00"
 Name="tinyXmlTestSTL"
 ProjectGUID="{290E3288-5DC0-447C-9F24-F6EF12DDCC05}"
 RootNamespace="tinyXmlTestSTL"
 TargetFrameworkVersion="196613"
 >
 <Platforms>
  <Platform
   Name="Win32"
  />
 </Platforms>
 <ToolFiles>
 </ToolFiles>
 <Configurations>
  <Configuration
   Name="Debug|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="1"
   CharacterSet="2"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="0"
    PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TIXML_USE_STL;TUNE;_CRT_SECURE_NO_WARNINGS;"
    MinimalRebuild="true"
    BasicRuntimeChecks="3"
    RuntimeLibrary="3"
    WarningLevel="3"
    DebugInformationFormat="4"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLinkerTool"
    AdditionalDependencies="tinyxmlSTL.lib"
    AdditionalLibraryDirectories="$(SolutionDir)bin"
    GenerateDebugInformation="true"
    TargetMachine="1"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCManifestTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCAppVerifierTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
  <Configuration
   Name="Release|Win32"
   OutputDirectory="$(SolutionDir)bin"
   IntermediateDirectory="$(ConfigurationName)"
   ConfigurationType="1"
   CharacterSet="2"
   WholeProgramOptimization="1"
   >
   <Tool
    Name="VCPreBuildEventTool"
   />
   <Tool
    Name="VCCustomBuildTool"
   />
   <Tool
    Name="VCXMLDataGeneratorTool"
   />
   <Tool
    Name="VCWebServiceProxyGeneratorTool"
   />
   <Tool
    Name="VCMIDLTool"
   />
   <Tool
    Name="VCCLCompilerTool"
    Optimization="2"
    EnableIntrinsicFunctions="true"
    PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TIXML_USE_STL;_CRT_SECURE_NO_WARNINGS;"
    RuntimeLibrary="2"
    EnableFunctionLevelLinking="true"
    WarningLevel="3"
    DebugInformationFormat="3"
   />
   <Tool
    Name="VCManagedResourceCompilerTool"
   />
   <Tool
    Name="VCResourceCompilerTool"
   />
   <Tool
    Name="VCPreLinkEventTool"
   />
   <Tool
    Name="VCLinkerTool"
    AdditionalDependencies="tinyxmlSTL.lib"
    AdditionalLibraryDirectories="$(SolutionDir)bin"
    GenerateDebugInformation="true"
    OptimizeReferences="2"
    EnableCOMDATFolding="2"
    TargetMachine="1"
   />
   <Tool
    Name="VCALinkTool"
   />
   <Tool
    Name="VCManifestTool"
   />
   <Tool
    Name="VCXDCMakeTool"
   />
   <Tool
    Name="VCBscMakeTool"
   />
   <Tool
    Name="VCFxCopTool"
   />
   <Tool
    Name="VCAppVerifierTool"
   />
   <Tool
    Name="VCPostBuildEventTool"
   />
  </Configuration>
 </Configurations>
 <References>
 </References>
 <Files>
  <Filter
   Name="源文件"
   Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   >
   <File
    RelativePath=".\xmltest.cpp"
    >
   </File>
  </Filter>
  <Filter
   Name="头文件"
   Filter="h;hpp;hxx;hm;inl;inc;xsd"
   UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   >
  </Filter>
  <Filter
   Name="资源文件"
   Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   >
  </Filter>
 </Files>
 <Globals>
 </Globals>
</VisualStudioProject>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

mengyoufengyu

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值