mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Follow the VC8 settings.
This commit is contained in:
parent
9811c6b0fb
commit
55d9d20045
11
builds/win32/msvc9/asInvoker.manifest
Normal file
11
builds/win32/msvc9/asInvoker.manifest
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
|
||||
<ms_asmv2:security>
|
||||
<ms_asmv2:requestedPrivileges>
|
||||
<ms_asmv2:requestedExecutionLevel level="asInvoker">
|
||||
</ms_asmv2:requestedExecutionLevel>
|
||||
</ms_asmv2:requestedPrivileges>
|
||||
</ms_asmv2:security>
|
||||
</ms_asmv2:trustInfo>
|
||||
</assembly>
|
11
builds/win32/msvc9/asInvokerManifest.vsprops
Normal file
11
builds/win32/msvc9/asInvokerManifest.vsprops
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="asInvokerManifest"
|
||||
>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
AdditionalManifestFiles="$(SolutionDir)asInvoker.manifest"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
11
builds/win32/msvc9/requireAdministrator.manifest
Normal file
11
builds/win32/msvc9/requireAdministrator.manifest
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
|
||||
<ms_asmv2:security>
|
||||
<ms_asmv2:requestedPrivileges>
|
||||
<ms_asmv2:requestedExecutionLevel level="requireAdministrator">
|
||||
</ms_asmv2:requestedExecutionLevel>
|
||||
</ms_asmv2:requestedPrivileges>
|
||||
</ms_asmv2:security>
|
||||
</ms_asmv2:trustInfo>
|
||||
</assembly>
|
11
builds/win32/msvc9/requireAdministratorManifest.vsprops
Normal file
11
builds/win32/msvc9/requireAdministratorManifest.vsprops
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="requireAdministratorManifest"
|
||||
>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
AdditionalManifestFiles="$(SolutionDir)requireAdministrator.manifest"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
Loading…
Reference in New Issue
Block a user