mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
11 lines
309 B
Smarty
11 lines
309 B
Smarty
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
name="$APPNAME$"
|
|
processorArchitecture="*"
|
|
version="$VERSION$"
|
|
type="win32"
|
|
/>
|
|
<description>$APPNAME$ $VERPATCH$</description>
|
|
</assembly>
|