summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/KeyboardNotify.vcxproj
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-04-02 22:39:45 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-04-02 22:39:45 +0000
commitb2ca0aa7399c74e8ee11f7dcc0404a1407272477 (patch)
tree7555a7abeee7690d605079ef20ff28a5996930ee /plugins/KeyboardNotify/KeyboardNotify.vcxproj
parent2c03b22f2db0f8e68c944af232e28094e8ebf811 (diff)
KeyboardNotify: -Use mir_alloc instead of malloc
git-svn-id: http://svn.miranda-ng.org/main/trunk@16580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/KeyboardNotify.vcxproj')
-rw-r--r--plugins/KeyboardNotify/KeyboardNotify.vcxproj20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/KeyboardNotify/KeyboardNotify.vcxproj b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
index 1ee785e7bd..8cb0cf6045 100644
--- a/plugins/KeyboardNotify/KeyboardNotify.vcxproj
+++ b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
@@ -25,24 +25,4 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <WarningLevel>EnableAllWarnings</WarningLevel>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>EnableAllWarnings</WarningLevel>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <WarningLevel>EnableAllWarnings</WarningLevel>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>EnableAllWarnings</WarningLevel>
- </ClCompile>
- </ItemDefinitionGroup>
</Project> \ No newline at end of file