source: ogAgent-Git/src/OGAgent.manifest @ 15eb694

oglive
Last change on this file since 15eb694 was 8ef3e73, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#908 OGAgent for ogLive code clean up.

  • Property mode set to 100644
File size: 575 bytes
Line 
1<<<<<<< HEAD
2<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4  <assemblyIdentity
5    type="win32"
6    name="OGAgentService"
7    version="1.1.2.0"
8    processorArchitecture="x86"
9  />
10  <description>Description</description>
11  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
12    <security>
13      <requestedPrivileges>
14        <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
15      </requestedPrivileges>
16    </security>
17  </trustInfo>
18</assembly>
Note: See TracBrowser for help on using the repository browser.