summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusPlugins')
-rw-r--r--plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj1
-rw-r--r--plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj.filters3
-rw-r--r--plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj1
-rw-r--r--plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj.filters3
-rw-r--r--plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj1
-rw-r--r--plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj.filters3
-rw-r--r--plugins/StatusPlugins/stdafx.cpp18
7 files changed, 0 insertions, 30 deletions
diff --git a/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj b/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj
index 5fe962a9f7..24a61ea27c 100644
--- a/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj
+++ b/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj
@@ -209,7 +209,6 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\stdafx.cpp" />
<ClCompile Include="advancedautoaway.cpp" />
<ClCompile Include="..\commonstatus.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
diff --git a/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj.filters b/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj.filters
index 4df6386e1f..ba5e620c53 100644
--- a/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj.filters
+++ b/plugins/StatusPlugins/AdvancedAutoAway/AdvancedAutoAway_10.vcxproj.filters
@@ -39,9 +39,6 @@
<ClCompile Include="trigger_aaa.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\stdafx.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="advancedautoaway.h">
diff --git a/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj b/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj
index 6347f540e0..075e2124fd 100644
--- a/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj
+++ b/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj
@@ -196,7 +196,6 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\stdafx.cpp" />
<ClCompile Include="action_keepstatus.cpp" />
<ClCompile Include="..\commonstatus.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
diff --git a/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj.filters b/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj.filters
index 93701d6b66..08bf8ea46b 100644
--- a/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj.filters
+++ b/plugins/StatusPlugins/KeepStatus/KeepStatus_10.vcxproj.filters
@@ -39,9 +39,6 @@
<ClCompile Include="trigger_keepstatus.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\stdafx.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\commonstatus.h">
diff --git a/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj b/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj
index 8e8fb73ca3..23a35bd12c 100644
--- a/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj
+++ b/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj
@@ -205,7 +205,6 @@
<ClCompile Include="..\..\helpers\gen_helpers.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="..\stdafx.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="options.cpp" />
<ClCompile Include="profiles.cpp" />
diff --git a/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj.filters b/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj.filters
index 3078255c51..ec063a7f08 100644
--- a/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj.filters
+++ b/plugins/StatusPlugins/StartupStatus/StartupStatus_10.vcxproj.filters
@@ -39,9 +39,6 @@
<ClCompile Include="toolbars.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\stdafx.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\commonstatus.h">
diff --git a/plugins/StatusPlugins/stdafx.cpp b/plugins/StatusPlugins/stdafx.cpp
deleted file mode 100644
index fc9e8e3956..0000000000
--- a/plugins/StatusPlugins/stdafx.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-Copyright (C) 2012 Miranda NG team (http://miranda-ng.org)
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation version 2
-of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include <stdafx.h> \ No newline at end of file