diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-07 17:56:13 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-07 17:56:13 +0000 |
commit | 5864b11eedb8baeca961a94abb9ec30af6010e6b (patch) | |
tree | acb2aa253872f0ee7d57ec1fe538f5d58c6c0294 /src/core | |
parent | df656428f5b67f4fcdb824d56792519f1ff4c9b5 (diff) |
Core plugins name standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdaway/stdaway_10.vcxproj | 2 | ||||
-rw-r--r-- | src/core/stdaway/version.rc | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/core/stdaway/stdaway_10.vcxproj b/src/core/stdaway/stdaway_10.vcxproj index ac5c17f3d0..13daeebcf4 100644 --- a/src/core/stdaway/stdaway_10.vcxproj +++ b/src/core/stdaway/stdaway_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>stdaway</ProjectName>
+ <ProjectName>StdAway</ProjectName>
<ProjectGuid>{C14D6E0D-810E-4599-A6E0-17298AFA0501}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/src/core/stdaway/version.rc b/src/core/stdaway/version.rc index e637f0cb33..d1da5e8d6a 100644 --- a/src/core/stdaway/version.rc +++ b/src/core/stdaway/version.rc @@ -1,5 +1,9 @@ // Microsoft Visual C++ generated resource script.
//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
#include "afxres.h"
#include "version.h"
|