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/AutoRun/autorun.vcxproj | 28 ++++++++++++++++++++++++++++ plugins/AutoRun/autorun.vcxproj.filters | 4 ++++ 2 files changed, 32 insertions(+) create mode 100644 plugins/AutoRun/autorun.vcxproj create mode 100644 plugins/AutoRun/autorun.vcxproj.filters (limited to 'plugins/AutoRun') 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