diff options
| author | Pietro Gagliardi <[email protected]> | 2016-06-05 18:49:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-06-05 18:49:53 -0400 |
| commit | 99b377d53825a178db73d7299c5721bd1ff65d36 (patch) | |
| tree | a85a0fec5c0452865da1961c2d5158103c6e291d /static.manifest | |
| parent | bcef74047371ffe8721060ef19933a0aaa238fb0 (diff) | |
Set up the Windows builds. Almost working!
Diffstat (limited to 'static.manifest')
| -rw-r--r-- | static.manifest | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static.manifest b/static.manifest new file mode 100644 index 0000000..d8e83a8 --- /dev/null +++ b/static.manifest @@ -0,0 +1,32 @@ +<?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> +<!-- we DO need comctl6 in the static case --> +<dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="*" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> +</dependency> +<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!--The ID below indicates application support for Windows Vista --> + <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> + <!--The ID below indicates application support for Windows 7 --> + <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> + </application> +</compatibility> +</assembly> + |
