8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
firebird-mirror/builds/win32/msvc8/DllNoEmbedManifest.vsprops
hvlad 83ec221c08 Improvement CORE-2243 : Make Firebird distribution on Windows easier.
Don't embedd manifest into fbintl.dll, fbudf.dll, ib_udf.dll and ib_util.dll.
2008-12-16 11:29:21 +00:00

12 lines
234 B
XML

<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="DllNoEmbedManifest"
>
<Tool
Name="VCLinkerTool"
GenerateManifest="false"
/>
</VisualStudioPropertySheet>