diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:32:56 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:32:56 +0000 |
| commit | 55f3f8ff12e1a7388706b8ccdae139ca946742dc (patch) | |
| tree | c263e64088f945dcd6e1e6455d54750a3a116c36 /plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters | |
| parent | c88da6458529946933cb458bc79f5484a70899cc (diff) | |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters')
| -rw-r--r-- | plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters b/plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters index 304adc7d25..65043d7c74 100644 --- a/plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters +++ b/plugins/NotesAndReminders/NotesReminders_10.vcxproj.filters @@ -47,10 +47,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 |
