Skip to repository content33 lines · 1.3 KB · xml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T05:16:50.587Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
manifest.xml
1<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
2 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
3 <security>
4 <requestedPrivileges>
5 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
6 </requestedPrivileges>
7 </security>
8 </trustInfo>
9 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
10 <application>
11 <!-- Windows 10 -->
12 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
13 </application>
14 </compatibility>
15 <application xmlns="urn:schemas-microsoft-com:asm.v3">
16 <windowsSettings>
17 <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
18 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
19 </windowsSettings>
20 </application>
21 <dependency>
22 <dependentAssembly>
23 <assemblyIdentity
24 type='win32'
25 name='Microsoft.Windows.Common-Controls'
26 version='6.0.0.0'
27 processorArchitecture='*'
28 publicKeyToken='6595b64144ccf1df'
29 />
30 </dependentAssembly>
31 </dependency>
32</assembly>
33