summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-09 19:49:22 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-09 19:49:22 +0300
commitb3426f18af23b81b24934395dfe24d16ef213b8e (patch)
tree7e76e104b2c78ea7cd16f2429139de16cc1ed6d1 /plugins/ZeroNotification
parentb80d60e0f856c31e585fc552669d2bfc7400f083 (diff)
if smth cannot be incuded, it shall be inlined
Diffstat (limited to 'plugins/ZeroNotification')
-rw-r--r--plugins/ZeroNotification/Zero Notification.vcxproj.filters14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/ZeroNotification/Zero Notification.vcxproj.filters b/plugins/ZeroNotification/Zero Notification.vcxproj.filters
index de5ad9f66c..902edc4d65 100644
--- a/plugins/ZeroNotification/Zero Notification.vcxproj.filters
+++ b/plugins/ZeroNotification/Zero Notification.vcxproj.filters
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(ProjectDir)..\..\build\vc.common\common.filters" />
+ <ItemGroup>
+ <ClInclude Include="src\*.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClCompile Include="src\*.cpp;src\*.cxx">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ResourceCompile Include="res\*.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <None Include="res\*.ico;res\*.bmp;res\*.cur">
+ <Filter>Resource Files</Filter>
+ </None>
+ </ItemGroup>
</Project> \ No newline at end of file