diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:45:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:45:56 +0000 |
commit | 8178d29409958bd12b5c22056b720197085f9b9d (patch) | |
tree | 460e177d1910ddfc14c21c83ae23e1848eabeebc /plugins/NewEventNotify/neweventnotify_11.vcxproj.filters | |
parent | 80a1ae113477c05da643b3aafdf8b84c48d8e823 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify_11.vcxproj.filters')
-rw-r--r-- | plugins/NewEventNotify/neweventnotify_11.vcxproj.filters | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/neweventnotify_11.vcxproj.filters b/plugins/NewEventNotify/neweventnotify_11.vcxproj.filters index 533d2bbf39..6c7552515c 100644 --- a/plugins/NewEventNotify/neweventnotify_11.vcxproj.filters +++ b/plugins/NewEventNotify/neweventnotify_11.vcxproj.filters @@ -27,6 +27,9 @@ <ClCompile Include="src\popup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\stdafx.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\neweventnotify.h">
@@ -35,10 +38,16 @@ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
</ItemGroup>
</Project>
\ No newline at end of file |