root.manifest
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  3. <assemblyIdentity 
  4.     version="1.0.0.0" 
  5.     name="MyCompany.MyProduct.[!output SAFE_PROJECT_IDENTIFIER_NAME]"
  6.     type="win32" 
  7. /> 
  8. <description>Your app description here</description> 
  9. <dependency> 
  10.     <dependentAssembly> 
  11.         <assemblyIdentity 
  12.             type="win32" 
  13.             name="Microsoft.Windows.Common-Controls" 
  14.             version="6.0.0.0" 
  15.             processorArchitecture="*"
  16.             publicKeyToken="6595b64144ccf1df" 
  17.             language="*" 
  18.         /> 
  19.     </dependentAssembly> 
  20. </dependency> 
  21. </assembly>