diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:11:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-13 16:11:53 +0000 |
commit | 30d2e707d653c7f31461587198dd57ff2e69af08 (patch) | |
tree | fec509e27701c7f1798599f6230b3957387a3209 /plugins/TopToolBar/TopToolBar.vcxproj | |
parent | aea65132ee68b589074ffddc0aaef2c7b01dba51 (diff) |
- unneeded structure removed
- version resource added
git-svn-id: http://svn.miranda-ng.org/main/trunk@394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/TopToolBar.vcxproj')
-rw-r--r-- | plugins/TopToolBar/TopToolBar.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TopToolBar/TopToolBar.vcxproj b/plugins/TopToolBar/TopToolBar.vcxproj index e6813542f5..2a86528e9e 100644 --- a/plugins/TopToolBar/TopToolBar.vcxproj +++ b/plugins/TopToolBar/TopToolBar.vcxproj @@ -264,6 +264,7 @@ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
+ <ResourceCompile Include="version.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="InternalButtons.cpp" />
|