2021-09-13 01:43:18 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2021-09-18 17:28:15 -04:00
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
2021-09-13 01:43:18 -04:00
|
|
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="com.itsmattkc.Rebuilder" type="win32" />
|
|
|
|
<description>LEGO Island modding tool and launcher.</description>
|
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
2021-09-18 17:28:15 -04:00
|
|
|
<asmv3:application>
|
|
|
|
<asmv3:windowsSettings>
|
|
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
|
|
|
</asmv3:windowsSettings>
|
|
|
|
</asmv3:application>
|
|
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<security>
|
|
|
|
<requestedPrivileges>
|
|
|
|
<requestedExecutionLevel level="asInvoker" uiAccess="false">
|
|
|
|
</requestedExecutionLevel>
|
|
|
|
</requestedPrivileges>
|
|
|
|
</security>
|
|
|
|
</trustInfo>
|
2021-09-13 01:43:18 -04:00
|
|
|
</assembly>
|