SilverTES

Visual styles Win32api

Apr 25th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 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 version="1.0.0.0" processorArchitecture="*" name="CompanyName.ProductName.YourApplication" type="win32" />
  4.       <description>Your application description here.</description>
  5.       <dependency>
  6.          <dependentAssembly>
  7.             <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
  8.          </dependentAssembly>
  9.       </dependency>
  10.    </assembly>
Advertisement
Add Comment
Please, Sign In to add comment