source: branches/DirectWeb/WoWHostingWebServer.manifest

Last change on this file was 82, checked in by george, 14 years ago
  • Přidáno: Výchozí zdrojové kódy pro http server ve free pascalu.
File size: 791 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="CompanyName.ProductName.YourApp" type="win32"/>
4 <description>Your application description here.</description>
5 <dependency>
6 <dependentAssembly>
7 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
8 </dependentAssembly>
9 </dependency>
10 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
11 <security>
12 <requestedPrivileges>
13 <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
14 </requestedPrivileges>
15 </security>
16 </trustInfo>
17</assembly>
Note: See TracBrowser for help on using the repository browser.