diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-13 21:52:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-13 21:52:01 +0000 |
commit | 782e55572581e53ee81866a0f0a7617414199825 (patch) | |
tree | 87c23e2f7eb4109dd751331a3691944cf89bb552 /build/vc.common/plugin.props | |
parent | f61b22955265adc1e030310d04dfcfeaafcc13c7 (diff) |
manifest suppression removed from .app properties
git-svn-id: http://svn.miranda-ng.org/main/trunk@14152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common/plugin.props')
-rw-r--r-- | build/vc.common/plugin.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/vc.common/plugin.props b/build/vc.common/plugin.props index 9b99710d5c..ef1ed31add 100644 --- a/build/vc.common/plugin.props +++ b/build/vc.common/plugin.props @@ -21,6 +21,8 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
+ <GenerateManifest>false</GenerateManifest>
+ <EmbedManifest>false</EmbedManifest>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<OutDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Plugins\</OutDir>
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Plugins\</OutDir>
|