summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistorySweeperLight')
-rw-r--r--plugins/HistorySweeperLight/docs/historysweeperlight-translation.txt (renamed from plugins/HistorySweeperLight/historysweeperlight-translation.txt)0
-rw-r--r--plugins/HistorySweeperLight/historysweeperlight_10.vcxproj26
-rw-r--r--plugins/HistorySweeperLight/historysweeperlight_10.vcxproj.filters14
-rw-r--r--plugins/HistorySweeperLight/res/act1.ico (renamed from plugins/HistorySweeperLight/act1.ico)bin1150 -> 1150 bytes
-rw-r--r--plugins/HistorySweeperLight/res/act2.ico (renamed from plugins/HistorySweeperLight/act2.ico)bin1150 -> 1150 bytes
-rw-r--r--plugins/HistorySweeperLight/res/actDel.ico (renamed from plugins/HistorySweeperLight/actDel.ico)bin1150 -> 1150 bytes
-rw-r--r--plugins/HistorySweeperLight/res/actG.ico (renamed from plugins/HistorySweeperLight/actG.ico)bin1150 -> 1150 bytes
-rw-r--r--plugins/HistorySweeperLight/res/historysweeperlight.rc (renamed from plugins/HistorySweeperLight/historysweeperlight.rc)4
-rw-r--r--plugins/HistorySweeperLight/src/historysweeperlight.cpp (renamed from plugins/HistorySweeperLight/historysweeperlight.cpp)0
-rw-r--r--plugins/HistorySweeperLight/src/historysweeperlight.h (renamed from plugins/HistorySweeperLight/historysweeperlight.h)0
-rw-r--r--plugins/HistorySweeperLight/src/main.cpp (renamed from plugins/HistorySweeperLight/main.cpp)0
-rw-r--r--plugins/HistorySweeperLight/src/options.cpp (renamed from plugins/HistorySweeperLight/options.cpp)0
-rw-r--r--plugins/HistorySweeperLight/src/resource.h (renamed from plugins/HistorySweeperLight/resource.h)0
-rw-r--r--plugins/HistorySweeperLight/src/version.h (renamed from plugins/HistorySweeperLight/version.h)0
14 files changed, 20 insertions, 24 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight-translation.txt b/plugins/HistorySweeperLight/docs/historysweeperlight-translation.txt
index 5601d12f3b..5601d12f3b 100644
--- a/plugins/HistorySweeperLight/historysweeperlight-translation.txt
+++ b/plugins/HistorySweeperLight/docs/historysweeperlight-translation.txt
diff --git a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj
index 8e14d01bf3..4025de2343 100644
--- a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj
+++ b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj
@@ -72,13 +72,12 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HISTORYSWEEPERLIGHT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
@@ -97,11 +96,10 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;HISTORYSWEEPERLIGHT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
@@ -123,11 +121,10 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HISTORYSWEEPERLIGHT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
@@ -151,11 +148,10 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;HISTORYSWEEPERLIGHT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
@@ -174,17 +170,17 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="historysweeperlight.cpp" />
- <ClCompile Include="main.cpp" />
- <ClCompile Include="options.cpp" />
+ <ClCompile Include="src\historysweeperlight.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="historysweeperlight.h" />
- <ClInclude Include="resource.h" />
- <ClInclude Include="version.h" />
+ <ClInclude Include="src\historysweeperlight.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="historysweeperlight.rc" />
+ <ResourceCompile Include="res\historysweeperlight.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj.filters b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj.filters
index 215f46c7f5..8e33f1e2f8 100644
--- a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj.filters
+++ b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj.filters
@@ -15,29 +15,29 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="historysweeperlight.cpp">
+ <ClCompile Include="src\historysweeperlight.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="main.cpp">
+ <ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="options.cpp">
+ <ClCompile Include="src\options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="historysweeperlight.h">
+ <ClInclude Include="src\historysweeperlight.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="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>
<ItemGroup>
- <ResourceCompile Include="historysweeperlight.rc">
+ <ResourceCompile Include="res\historysweeperlight.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/plugins/HistorySweeperLight/act1.ico b/plugins/HistorySweeperLight/res/act1.ico
index 0557c177a1..0557c177a1 100644
--- a/plugins/HistorySweeperLight/act1.ico
+++ b/plugins/HistorySweeperLight/res/act1.ico
Binary files differ
diff --git a/plugins/HistorySweeperLight/act2.ico b/plugins/HistorySweeperLight/res/act2.ico
index 957572de2b..957572de2b 100644
--- a/plugins/HistorySweeperLight/act2.ico
+++ b/plugins/HistorySweeperLight/res/act2.ico
Binary files differ
diff --git a/plugins/HistorySweeperLight/actDel.ico b/plugins/HistorySweeperLight/res/actDel.ico
index 748ab4b65e..748ab4b65e 100644
--- a/plugins/HistorySweeperLight/actDel.ico
+++ b/plugins/HistorySweeperLight/res/actDel.ico
Binary files differ
diff --git a/plugins/HistorySweeperLight/actG.ico b/plugins/HistorySweeperLight/res/actG.ico
index 1273d332ae..1273d332ae 100644
--- a/plugins/HistorySweeperLight/actG.ico
+++ b/plugins/HistorySweeperLight/res/actG.ico
Binary files differ
diff --git a/plugins/HistorySweeperLight/historysweeperlight.rc b/plugins/HistorySweeperLight/res/historysweeperlight.rc
index 31129587ca..e322d6468e 100644
--- a/plugins/HistorySweeperLight/historysweeperlight.rc
+++ b/plugins/HistorySweeperLight/res/historysweeperlight.rc
@@ -3,8 +3,8 @@
// http://www.resedit.net
#include <windows.h>
-#include "resource.h"
-#include "version.h"
+#include "..\src\resource.h"
+#include "..\src\version.h"
diff --git a/plugins/HistorySweeperLight/historysweeperlight.cpp b/plugins/HistorySweeperLight/src/historysweeperlight.cpp
index 50e37ddc34..50e37ddc34 100644
--- a/plugins/HistorySweeperLight/historysweeperlight.cpp
+++ b/plugins/HistorySweeperLight/src/historysweeperlight.cpp
diff --git a/plugins/HistorySweeperLight/historysweeperlight.h b/plugins/HistorySweeperLight/src/historysweeperlight.h
index c7fbeaeb25..c7fbeaeb25 100644
--- a/plugins/HistorySweeperLight/historysweeperlight.h
+++ b/plugins/HistorySweeperLight/src/historysweeperlight.h
diff --git a/plugins/HistorySweeperLight/main.cpp b/plugins/HistorySweeperLight/src/main.cpp
index c6f8b427ac..c6f8b427ac 100644
--- a/plugins/HistorySweeperLight/main.cpp
+++ b/plugins/HistorySweeperLight/src/main.cpp
diff --git a/plugins/HistorySweeperLight/options.cpp b/plugins/HistorySweeperLight/src/options.cpp
index 2963f8bb2b..2963f8bb2b 100644
--- a/plugins/HistorySweeperLight/options.cpp
+++ b/plugins/HistorySweeperLight/src/options.cpp
diff --git a/plugins/HistorySweeperLight/resource.h b/plugins/HistorySweeperLight/src/resource.h
index bfa91d1d4e..bfa91d1d4e 100644
--- a/plugins/HistorySweeperLight/resource.h
+++ b/plugins/HistorySweeperLight/src/resource.h
diff --git a/plugins/HistorySweeperLight/version.h b/plugins/HistorySweeperLight/src/version.h
index 245200a539..245200a539 100644
--- a/plugins/HistorySweeperLight/version.h
+++ b/plugins/HistorySweeperLight/src/version.h