From 83fe9d72c03cb6938246d18927e4397fc8a16b9a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 24 Apr 2015 18:18:26 +0000 Subject: AutoRun - common project git-svn-id: http://svn.miranda-ng.org/main/trunk@13095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoRun/autorun.vcxproj | 28 ++++++++++++++++++++++++++++ plugins/AutoRun/autorun.vcxproj.filters | 4 ++++ plugins/AutoRun/autorun_10.vcxproj | 2 +- plugins/AutoRun/autorun_12.vcxproj | 2 +- plugins/AutoRun/src/stdafx.cpp | 18 ------------------ plugins/AutoRun/src/stdafx.cxx | 18 ++++++++++++++++++ plugins/AutoRun/src/stdafx.h | 2 -- 7 files changed, 52 insertions(+), 22 deletions(-) create mode 100644 plugins/AutoRun/autorun.vcxproj create mode 100644 plugins/AutoRun/autorun.vcxproj.filters delete mode 100644 plugins/AutoRun/src/stdafx.cpp create mode 100644 plugins/AutoRun/src/stdafx.cxx (limited to 'plugins') diff --git a/plugins/AutoRun/autorun.vcxproj b/plugins/AutoRun/autorun.vcxproj new file mode 100644 index 0000000000..65a1b34547 --- /dev/null +++ b/plugins/AutoRun/autorun.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AutoRun + {00037ACC-F32D-4B5F-93A8-3CF0E277E377} + + + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun.vcxproj.filters b/plugins/AutoRun/autorun.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/AutoRun/autorun.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun_10.vcxproj b/plugins/AutoRun/autorun_10.vcxproj index f8afe2444b..cc8ba38836 100644 --- a/plugins/AutoRun/autorun_10.vcxproj +++ b/plugins/AutoRun/autorun_10.vcxproj @@ -197,7 +197,7 @@ - + Create diff --git a/plugins/AutoRun/autorun_12.vcxproj b/plugins/AutoRun/autorun_12.vcxproj index 8327a9e0fa..2ceac6a110 100644 --- a/plugins/AutoRun/autorun_12.vcxproj +++ b/plugins/AutoRun/autorun_12.vcxproj @@ -200,7 +200,7 @@ - + Create diff --git a/plugins/AutoRun/src/stdafx.cpp b/plugins/AutoRun/src/stdafx.cpp deleted file mode 100644 index 6fb37564b7..0000000000 --- a/plugins/AutoRun/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (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 . -*/ - -#include "stdafx.h" \ No newline at end of file diff --git a/plugins/AutoRun/src/stdafx.cxx b/plugins/AutoRun/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/AutoRun/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (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 . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index a1ae3abd01..cffea647f6 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -1,5 +1,3 @@ -#define _CRT_SECURE_NO_WARNINGS - #include #include -- cgit v1.2.3