diff options
| author | George Hazan <ghazan@miranda.im> | 2018-11-25 17:55:58 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-11-25 17:55:58 +0300 |
| commit | a9fc0f61059fea8c39799d8c866ef1aa505f693e (patch) | |
| tree | 3b310ffe5c682eecdcad3320efd8e6046d0cbafc | |
| parent | 20d29f4aba3a58ab515275ecd2d3f4affcba9643 (diff) | |
warning fix for icon projects
| -rw-r--r-- | build/vc.common/icons.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc.common/icons.props b/build/vc.common/icons.props index 734c1db213..7f96e8d2bb 100644 --- a/build/vc.common/icons.props +++ b/build/vc.common/icons.props @@ -32,6 +32,7 @@ <OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Icons\</OutDir>
<IntDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
<ConfigurationType>DynamicLibrary</ConfigurationType>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
<GenerateManifest>false</GenerateManifest>
<EmbedManifest>false</EmbedManifest>
<LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
|
