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_11.vcxproj | |
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_11.vcxproj')
-rw-r--r-- | plugins/NotesAndReminders/NotesReminders_11.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/NotesReminders_11.vcxproj b/plugins/NotesAndReminders/NotesReminders_11.vcxproj index 8392cfde79..6bee8ac85d 100644 --- a/plugins/NotesAndReminders/NotesReminders_11.vcxproj +++ b/plugins/NotesAndReminders/NotesReminders_11.vcxproj @@ -208,9 +208,11 @@ <ClInclude Include="src\globals.h" />
<ClInclude Include="src\miscutils.h" />
<ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\Version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|