Skip to repository content34 lines · 1.4 KB · xml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T06:28:03.683Z 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
gpui.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 <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
20 </windowsSettings>
21 </application>
22 <dependency>
23 <dependentAssembly>
24 <assemblyIdentity
25 type='win32'
26 name='Microsoft.Windows.Common-Controls'
27 version='6.0.0.0'
28 processorArchitecture='*'
29 publicKeyToken='6595b64144ccf1df'
30 />
31 </dependentAssembly>
32 </dependency>
33</assembly>
34