ujiajah1

app.xml

May 13th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  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.        processorArchitecture="X86"
  6.        name="CompanyName.ProductName.YourAppName"
  7.        type="win32" />
  8.     <description>Your application 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="X86"
  16.                publicKeyToken="6595b64144ccf1df"
  17.                language="*" />
  18.         </dependentAssembly>
  19.     </dependency>
  20. </assembly>
Add Comment
Please, Sign In to add comment