diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 20:30:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 20:30:40 +0000 |
commit | 056d6d04d500bc6f18aa4bae634a7180fb788ee8 (patch) | |
tree | d492e078d84d46dd8c15d6a78a3ff28d488513e1 /plugins/IEView | |
parent | 911a9525e0560a15d661a8000bd34354741f8367 (diff) |
fixed projects names
git-svn-id: http://svn.miranda-ng.org/main/trunk@90 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView')
-rw-r--r-- | plugins/IEView/ieview.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/ieview.vcxproj b/plugins/IEView/ieview.vcxproj index cdbd6c0348..a7be37d83a 100644 --- a/plugins/IEView/ieview.vcxproj +++ b/plugins/IEView/ieview.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals">
<ProjectGuid>{B988F96C-F87A-484C-AB15-D0674B22F291}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
+ <ProjectName>IEView</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|