From 2c43b394c7ad9c8ad9acf0978443cc360c4dfd7c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 24 Apr 2015 19:08:11 +0000 Subject: revet git-svn-id: http://svn.miranda-ng.org/main/trunk@13100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AddContactPlus/addcontactplus.vcxproj | 28 ++++++++++++++++++++++ .../AddContactPlus/addcontactplus.vcxproj.filters | 4 ++++ plugins/AuthState/authstate.vcxproj | 28 ++++++++++++++++++++++ plugins/AuthState/authstate.vcxproj.filters | 4 ++++ plugins/AutoRun/autorun.vcxproj | 28 ++++++++++++++++++++++ plugins/AutoRun/autorun.vcxproj.filters | 4 ++++ 6 files changed, 96 insertions(+) create mode 100644 plugins/AddContactPlus/addcontactplus.vcxproj create mode 100644 plugins/AddContactPlus/addcontactplus.vcxproj.filters create mode 100644 plugins/AuthState/authstate.vcxproj create mode 100644 plugins/AuthState/authstate.vcxproj.filters create mode 100644 plugins/AutoRun/autorun.vcxproj create mode 100644 plugins/AutoRun/autorun.vcxproj.filters diff --git a/plugins/AddContactPlus/addcontactplus.vcxproj b/plugins/AddContactPlus/addcontactplus.vcxproj new file mode 100644 index 0000000000..35d7ac8251 --- /dev/null +++ b/plugins/AddContactPlus/addcontactplus.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AddContactPlus + {253ADD1D-F7C9-4643-A957-51BFCD61A5D2} + + + + + \ No newline at end of file diff --git a/plugins/AddContactPlus/addcontactplus.vcxproj.filters b/plugins/AddContactPlus/addcontactplus.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/AddContactPlus/addcontactplus.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/AuthState/authstate.vcxproj b/plugins/AuthState/authstate.vcxproj new file mode 100644 index 0000000000..c1f32382f0 --- /dev/null +++ b/plugins/AuthState/authstate.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AuthState + {DB315D7D-00BB-43B2-93A6-0430CA2B9F28} + + + + + \ No newline at end of file diff --git a/plugins/AuthState/authstate.vcxproj.filters b/plugins/AuthState/authstate.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/AuthState/authstate.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file 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 -- cgit v1.2.3