summaryrefslogtreecommitdiff
path: root/plugins/FingerPrintModPlus
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FingerPrintModPlus')
-rw-r--r--plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj3
-rw-r--r--plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters3
-rw-r--r--plugins/FingerPrintModPlus/src/stdafx.cpp18
3 files changed, 23 insertions, 1 deletions
diff --git a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
index 0ddc8af7cf..8c17289c1f 100644
--- a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
+++ b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
@@ -183,11 +183,12 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\fingerprint.cpp" />
- <ClCompile Include="src\main.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\masks.cpp" />
<ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\utilities.cpp" />
</ItemGroup>
<ItemGroup>
diff --git a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters
index a161c72d3f..99f40472b4 100644
--- a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters
+++ b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj.filters
@@ -44,6 +44,9 @@
<ClCompile Include="src\masks.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\stdafx.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\icons.rc">
diff --git a/plugins/FingerPrintModPlus/src/stdafx.cpp b/plugins/FingerPrintModPlus/src/stdafx.cpp
new file mode 100644
index 0000000000..b09d93b85a
--- /dev/null
+++ b/plugins/FingerPrintModPlus/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 "global.h" \ No newline at end of file