summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 12:45:18 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 12:45:18 +0000
commit0cda0baab21d4d4bf40c9459f6f5a7e49aa92492 (patch)
treec1244d2f42e6d1728a81a18bd0fbd091904bf20c /plugins/ZeroNotification
parent171e81205e357e0d54283a63997ed58ff97d54a9 (diff)
VersionInfo, W7UI, WhoUsesMyFiles, YAPP, ZeroNotification: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroNotification')
-rw-r--r--plugins/ZeroNotification/Zero Notification_10.vcxproj12
-rw-r--r--plugins/ZeroNotification/Zero Notification_10.vcxproj.filters8
-rw-r--r--plugins/ZeroNotification/docs/zeronotification-translation.txt (renamed from plugins/ZeroNotification/zeronotification-translation.txt)0
-rw-r--r--plugins/ZeroNotification/res/ZeroNotifyW.rc4
-rw-r--r--plugins/ZeroNotification/src/common.h (renamed from plugins/ZeroNotification/common.h)0
-rw-r--r--plugins/ZeroNotification/src/main.cpp (renamed from plugins/ZeroNotification/main.cpp)2
-rw-r--r--plugins/ZeroNotification/src/resource.h (renamed from plugins/ZeroNotification/res/resource.h)0
-rw-r--r--plugins/ZeroNotification/src/version.h (renamed from plugins/ZeroNotification/version.h)0
8 files changed, 11 insertions, 15 deletions
diff --git a/plugins/ZeroNotification/Zero Notification_10.vcxproj b/plugins/ZeroNotification/Zero Notification_10.vcxproj
index 852858b5dd..f43ffb0799 100644
--- a/plugins/ZeroNotification/Zero Notification_10.vcxproj
+++ b/plugins/ZeroNotification/Zero Notification_10.vcxproj
@@ -82,7 +82,6 @@
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -108,7 +107,6 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -136,7 +134,6 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<MinimalRebuild>true</MinimalRebuild>
</ClCompile>
<ResourceCompile>
@@ -167,7 +164,6 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -185,12 +181,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="common.h" />
- <ClInclude Include="res\resource.h" />
- <ClInclude Include="version.h" />
+ <ClInclude Include="src\common.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\ZeroNotifyW.rc" />
diff --git a/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters b/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters
index 693662db9f..95f544a875 100644
--- a/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters
+++ b/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters
@@ -15,18 +15,18 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="main.cpp">
+ <ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="common.h">
+ <ClInclude Include="src\common.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="res\resource.h">
+ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="version.h">
+ <ClInclude Include="src\version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
diff --git a/plugins/ZeroNotification/zeronotification-translation.txt b/plugins/ZeroNotification/docs/zeronotification-translation.txt
index e62104e8f8..e62104e8f8 100644
--- a/plugins/ZeroNotification/zeronotification-translation.txt
+++ b/plugins/ZeroNotification/docs/zeronotification-translation.txt
diff --git a/plugins/ZeroNotification/res/ZeroNotifyW.rc b/plugins/ZeroNotification/res/ZeroNotifyW.rc
index 5d0ab0dcc7..5488ba0257 100644
--- a/plugins/ZeroNotification/res/ZeroNotifyW.rc
+++ b/plugins/ZeroNotification/res/ZeroNotifyW.rc
@@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 TEXTINCLUDE
BEGIN
- "resource.\0"
+ "..\\src\\resource.\0"
END
2 TEXTINCLUDE
diff --git a/plugins/ZeroNotification/common.h b/plugins/ZeroNotification/src/common.h
index d0efafec1b..d0efafec1b 100644
--- a/plugins/ZeroNotification/common.h
+++ b/plugins/ZeroNotification/src/common.h
diff --git a/plugins/ZeroNotification/main.cpp b/plugins/ZeroNotification/src/main.cpp
index ff4aa20e93..2f2221fbf4 100644
--- a/plugins/ZeroNotification/main.cpp
+++ b/plugins/ZeroNotification/src/main.cpp
@@ -11,7 +11,7 @@ http://nightly.miranda.im/
#include "version.h"
#include "common.h"
-#include "res\resource.h"
+#include "resource.h"
HINSTANCE hInst;
diff --git a/plugins/ZeroNotification/res/resource.h b/plugins/ZeroNotification/src/resource.h
index ac11d8b30b..ac11d8b30b 100644
--- a/plugins/ZeroNotification/res/resource.h
+++ b/plugins/ZeroNotification/src/resource.h
diff --git a/plugins/ZeroNotification/version.h b/plugins/ZeroNotification/src/version.h
index a334eec318..a334eec318 100644
--- a/plugins/ZeroNotification/version.h
+++ b/plugins/ZeroNotification/src/version.h