summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r--plugins/FloatingContacts/FltCont_10.vcxproj3
-rw-r--r--plugins/FloatingContacts/FltCont_10.vcxproj.filters3
-rw-r--r--plugins/FloatingContacts/src/stdafx.cpp18
3 files changed, 23 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/FltCont_10.vcxproj b/plugins/FloatingContacts/FltCont_10.vcxproj
index e5452eb5df..c533d93e12 100644
--- a/plugins/FloatingContacts/FltCont_10.vcxproj
+++ b/plugins/FloatingContacts/FltCont_10.vcxproj
@@ -180,10 +180,11 @@
<ItemGroup>
<ClCompile Include="src\bitmap_funcs.cpp" />
<ClCompile Include="src\filedrop.cpp" />
- <ClCompile Include="src\main.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\thumbs.cpp" />
</ItemGroup>
<ItemGroup>
diff --git a/plugins/FloatingContacts/FltCont_10.vcxproj.filters b/plugins/FloatingContacts/FltCont_10.vcxproj.filters
index 9e23c2e2e6..c7098e7c3c 100644
--- a/plugins/FloatingContacts/FltCont_10.vcxproj.filters
+++ b/plugins/FloatingContacts/FltCont_10.vcxproj.filters
@@ -30,6 +30,9 @@
<ClCompile Include="src\thumbs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\stdafx.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\bitmap_funcs.h">
diff --git a/plugins/FloatingContacts/src/stdafx.cpp b/plugins/FloatingContacts/src/stdafx.cpp
new file mode 100644
index 0000000000..a73b90a1a2
--- /dev/null
+++ b/plugins/FloatingContacts/src/stdafx.cpp
@@ -0,0 +1,18 @@
+/*
+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 "stdhdr.h" \ No newline at end of file