diff options
| author | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
| commit | 71aba62178195195754bc36e5e84cc7176b0dbcd (patch) | |
| tree | a24b6302a66e67287be798b448577ce3886b37f2 /static.manifest | |
| parent | 4c4827d34fdab7953e3dae6659ea029420fd1fa5 (diff) | |
Added a winmanifest package for including a generic Windows manifest. Now to just rewrite the README.
Diffstat (limited to 'static.manifest')
| -rw-r--r-- | static.manifest | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/static.manifest b/static.manifest deleted file mode 100644 index d8e83a8..0000000 --- a/static.manifest +++ /dev/null @@ -1,32 +0,0 @@ -<?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> - |
