Skip to content

Instantly share code, notes, and snippets.

@flxkid
Created August 15, 2019 15:49
Show Gist options
  • Save flxkid/13aa921c5f1b84a9a1c181dec1f486ad to your computer and use it in GitHub Desktop.
Save flxkid/13aa921c5f1b84a9a1c181dec1f486ad to your computer and use it in GitHub Desktop.
Manifest for Flex2Crystal
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="DAW.VisualDataFlex.Property Tracker.src" type="win32"></assemblyIdentity>
<description>Property Tracker.src</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
</dependentAssembly>
</dependency>
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
<v3:security>
<v3:requestedPrivileges>
<v3:requestedExecutionLevel level="asInvoker"></v3:requestedExecutionLevel>
</v3:requestedPrivileges>
</v3:security>
</v3:trustInfo>
<v3:application xmlns:v3="urn:schemas-microsoft-com:asm.v3">
<v3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True</dpiAware>
</v3:windowsSettings>
</v3:application>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment