summaryrefslogtreecommitdiff
path: root/src/miranda32
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-13 21:53:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-13 21:53:24 +0000
commitb2b03f9f63b17e77b92cdf48ea7a2f0ff4bc33e3 (patch)
treef1526adcdc2e2fb8bb8479373eabb28c01b7d01e /src/miranda32
parent782e55572581e53ee81866a0f0a7617414199825 (diff)
manifest returned back
git-svn-id: http://svn.miranda-ng.org/main/trunk@14153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32')
-rw-r--r--src/miranda32/miranda32.vcxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/miranda32/miranda32.vcxproj b/src/miranda32/miranda32.vcxproj
index e6037379a5..902624bf99 100644
--- a/src/miranda32/miranda32.vcxproj
+++ b/src/miranda32/miranda32.vcxproj
@@ -24,7 +24,23 @@
<TargetName Condition="'$(Platform)'=='x64'">Miranda64</TargetName>
<ProjectGuid>{F9916510-9055-4C9F-997A-3755DEC1511B}</ProjectGuid>
</PropertyGroup>
+ <PropertyGroup Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>Unicode</CharacterSet>
+ <CLRSupport>false</CLRSupport>
+ <GenerateManifest>true</GenerateManifest>
+ <EmbedManifest>true</EmbedManifest>
+ </PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\app.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <Manifest>
+ <AdditionalManifestFiles>res/miranda32.exe.manifest</AdditionalManifestFiles>
+ </Manifest>
+ <Link>
+ <AdditionalManifestDependencies>type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;type=%27win32%27 name=%27Microsoft.Windows.Gdiplus%27 version=%271.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
+ </Link>
+ </ItemDefinitionGroup>
</Project> \ No newline at end of file