diff options
Diffstat (limited to 'win32/lnf.manifest.in')
-rw-r--r-- | win32/lnf.manifest.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/lnf.manifest.in b/win32/lnf.manifest.in new file mode 100644 index 0000000..680b7d5 --- /dev/null +++ b/win32/lnf.manifest.in @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity version="@VER@" processorArchitecture="*" name="myon.98fmplayer" type="win32" /> + <description>PC-98 sound emulator</description> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> + </dependentAssembly> + </dependency> +</assembly> + |