summaryrefslogtreecommitdiff
path: root/src/core/stdauth
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdauth')
-rw-r--r--src/core/stdauth/res/resource.rc (renamed from src/core/stdauth/resource.rc)0
-rw-r--r--src/core/stdauth/res/version.rc (renamed from src/core/stdauth/version.rc)6
-rw-r--r--src/core/stdauth/src/auth.cpp (renamed from src/core/stdauth/auth.cpp)0
-rw-r--r--src/core/stdauth/src/authdialogs.cpp (renamed from src/core/stdauth/authdialogs.cpp)0
-rw-r--r--src/core/stdauth/src/commonheaders.cpp (renamed from src/core/stdauth/commonheaders.cpp)0
-rw-r--r--src/core/stdauth/src/commonheaders.h (renamed from src/core/stdauth/commonheaders.h)0
-rw-r--r--src/core/stdauth/src/main.cpp (renamed from src/core/stdauth/main.cpp)0
-rw-r--r--src/core/stdauth/src/version.h12
-rw-r--r--src/core/stdauth/stdauth_10.vcxproj20
-rw-r--r--src/core/stdauth/stdauth_10.vcxproj.filters17
-rw-r--r--src/core/stdauth/stdauth_12.vcxproj20
-rw-r--r--src/core/stdauth/stdauth_12.vcxproj.filters17
-rw-r--r--src/core/stdauth/version.h14
13 files changed, 51 insertions, 55 deletions
diff --git a/src/core/stdauth/resource.rc b/src/core/stdauth/res/resource.rc
index 56c32d6d3f..56c32d6d3f 100644
--- a/src/core/stdauth/resource.rc
+++ b/src/core/stdauth/res/resource.rc
diff --git a/src/core/stdauth/version.rc b/src/core/stdauth/res/version.rc
index d1da5e8d6a..5bfbab4754 100644
--- a/src/core/stdauth/version.rc
+++ b/src/core/stdauth/res/version.rc
@@ -5,11 +5,7 @@
#endif //APSTUDIO_INVOKED
#include "afxres.h"
-#include "version.h"
-
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
+#include "..\src\version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
diff --git a/src/core/stdauth/auth.cpp b/src/core/stdauth/src/auth.cpp
index df3ea40221..df3ea40221 100644
--- a/src/core/stdauth/auth.cpp
+++ b/src/core/stdauth/src/auth.cpp
diff --git a/src/core/stdauth/authdialogs.cpp b/src/core/stdauth/src/authdialogs.cpp
index fbbc377047..fbbc377047 100644
--- a/src/core/stdauth/authdialogs.cpp
+++ b/src/core/stdauth/src/authdialogs.cpp
diff --git a/src/core/stdauth/commonheaders.cpp b/src/core/stdauth/src/commonheaders.cpp
index 95b2201163..95b2201163 100644
--- a/src/core/stdauth/commonheaders.cpp
+++ b/src/core/stdauth/src/commonheaders.cpp
diff --git a/src/core/stdauth/commonheaders.h b/src/core/stdauth/src/commonheaders.h
index b40dc69020..b40dc69020 100644
--- a/src/core/stdauth/commonheaders.h
+++ b/src/core/stdauth/src/commonheaders.h
diff --git a/src/core/stdauth/main.cpp b/src/core/stdauth/src/main.cpp
index be9486dcfe..be9486dcfe 100644
--- a/src/core/stdauth/main.cpp
+++ b/src/core/stdauth/src/main.cpp
diff --git a/src/core/stdauth/src/version.h b/src/core/stdauth/src/version.h
new file mode 100644
index 0000000000..970d3e1b02
--- /dev/null
+++ b/src/core/stdauth/src/version.h
@@ -0,0 +1,12 @@
+#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "Standard Auth module"
+#define __FILENAME "stdauth.dll"
+#define __DESCRIPTION "Core module for sending/receiving auth requests."
+#define __AUTHOR "Miranda NG Development Team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/StdAuth/"
+#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdauth/stdauth_10.vcxproj b/src/core/stdauth/stdauth_10.vcxproj
index dd407230d2..c5a14dc7e2 100644
--- a/src/core/stdauth/stdauth_10.vcxproj
+++ b/src/core/stdauth/stdauth_10.vcxproj
@@ -199,23 +199,21 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="auth.cpp" />
- <ClCompile Include="authdialogs.cpp" />
- <ClCompile Include="commonheaders.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+ <ClCompile Include="src\auth.cpp" />
+ <ClCompile Include="src\authdialogs.cpp" />
+ <ClCompile Include="src\commonheaders.cpp">
+ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\stdplug.h" />
- <ClInclude Include="commonheaders.h" />
+ <ClInclude Include="src\commonheaders.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="resource.rc" />
- <ResourceCompile Include="version.rc" />
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/src/core/stdauth/stdauth_10.vcxproj.filters b/src/core/stdauth/stdauth_10.vcxproj.filters
index cb87b64c31..fc99a6f1b1 100644
--- a/src/core/stdauth/stdauth_10.vcxproj.filters
+++ b/src/core/stdauth/stdauth_10.vcxproj.filters
@@ -15,16 +15,16 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="commonheaders.cpp">
+ <ClCompile Include="src\commonheaders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="main.cpp">
+ <ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="auth.cpp">
+ <ClCompile Include="src\auth.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="authdialogs.cpp">
+ <ClCompile Include="src\authdialogs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
@@ -32,15 +32,18 @@
<ClInclude Include="..\stdplug.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="commonheaders.h">
+ <ClInclude Include="src\commonheaders.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="version.rc">
+ <ResourceCompile Include="res\version.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
- <ResourceCompile Include="resource.rc">
+ <ResourceCompile Include="res\resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/src/core/stdauth/stdauth_12.vcxproj b/src/core/stdauth/stdauth_12.vcxproj
index 045b5c88f3..ff5b5fca31 100644
--- a/src/core/stdauth/stdauth_12.vcxproj
+++ b/src/core/stdauth/stdauth_12.vcxproj
@@ -202,23 +202,21 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="auth.cpp" />
- <ClCompile Include="authdialogs.cpp" />
- <ClCompile Include="commonheaders.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+ <ClCompile Include="src\auth.cpp" />
+ <ClCompile Include="src\authdialogs.cpp" />
+ <ClCompile Include="src\commonheaders.cpp">
+ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\stdplug.h" />
- <ClInclude Include="commonheaders.h" />
+ <ClInclude Include="src\commonheaders.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="resource.rc" />
- <ResourceCompile Include="version.rc" />
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/src/core/stdauth/stdauth_12.vcxproj.filters b/src/core/stdauth/stdauth_12.vcxproj.filters
index cb87b64c31..fc99a6f1b1 100644
--- a/src/core/stdauth/stdauth_12.vcxproj.filters
+++ b/src/core/stdauth/stdauth_12.vcxproj.filters
@@ -15,16 +15,16 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="commonheaders.cpp">
+ <ClCompile Include="src\commonheaders.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="main.cpp">
+ <ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="auth.cpp">
+ <ClCompile Include="src\auth.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="authdialogs.cpp">
+ <ClCompile Include="src\authdialogs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
@@ -32,15 +32,18 @@
<ClInclude Include="..\stdplug.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="commonheaders.h">
+ <ClInclude Include="src\commonheaders.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="version.rc">
+ <ResourceCompile Include="res\version.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
- <ResourceCompile Include="resource.rc">
+ <ResourceCompile Include="res\resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/src/core/stdauth/version.h b/src/core/stdauth/version.h
deleted file mode 100644
index 7078e297c0..0000000000
--- a/src/core/stdauth/version.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#include <m_version.h>
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-
-#define __PLUGIN_NAME "Standard Auth module"
-#define __INTERNAL_NAME "stdauth"
-#define __FILENAME "stdauth.dll"
-#define __DESCRIPTION "Core module for sending/receiving auth requests."
-#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdAuth/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"