diff options
Diffstat (limited to 'win32/lnf.manifest')
| -rw-r--r-- | win32/lnf.manifest | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/win32/lnf.manifest b/win32/lnf.manifest new file mode 100644 index 0000000..ef951b7 --- /dev/null +++ b/win32/lnf.manifest @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +  <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="CompanyName.ProductName.YourApplication" type="win32" /> +  <description>Your application description here.</description> +  <dependency> +    <dependentAssembly> +       <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> +     </dependentAssembly> +  </dependency> +</assembly> | 
