diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-27 19:58:31 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-27 19:58:31 +0000 |
commit | 2cf996df8be948a86a9e3d856b91f30bcc9ce50a (patch) | |
tree | c2198b8f3f72eb58ef814d1fa3937ec239fad9a8 /plugins/NewEventNotify/neweventnotify.vcxproj.filters | |
parent | 3b0c1d088b26331fe171699abf3669c99cc5b0f1 (diff) |
NewEventNotify:
plusified + unicode
try to make it better :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify.vcxproj.filters')
-rw-r--r-- | plugins/NewEventNotify/neweventnotify.vcxproj.filters | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins/NewEventNotify/neweventnotify.vcxproj.filters b/plugins/NewEventNotify/neweventnotify.vcxproj.filters index 2d5c4ce16b..8e60643dca 100644 --- a/plugins/NewEventNotify/neweventnotify.vcxproj.filters +++ b/plugins/NewEventNotify/neweventnotify.vcxproj.filters @@ -15,19 +15,16 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="main.c">
+ <ClCompile Include="main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="menuitem.c">
+ <ClCompile Include="menuitem.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="options.c">
+ <ClCompile Include="options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="popup.c">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="utils.c">
+ <ClCompile Include="popup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|