summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/KeyboardNotify.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/KeyboardNotify/KeyboardNotify.vcxproj')
-rw-r--r--plugins/KeyboardNotify/KeyboardNotify.vcxproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/KeyboardNotify/KeyboardNotify.vcxproj b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
index 8cb0cf6045..1ee785e7bd 100644
--- a/plugins/KeyboardNotify/KeyboardNotify.vcxproj
+++ b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
@@ -25,4 +25,24 @@
<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