From 911aa265efca7b33045405f3ac0f0a3c65688edf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Nov 2013 13:43:42 +0000 Subject: added projects and solutions for vc2013 git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj | 149 +++++++++++++++++++++ .../pu_stub/pu_stub_12.vcxproj.filters | 14 ++ 2 files changed, 163 insertions(+) create mode 100644 plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj create mode 100644 plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj.filters (limited to 'plugins/PluginUpdater/pu_stub') diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj b/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj new file mode 100644 index 0000000000..8ecf01d71b --- /dev/null +++ b/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj @@ -0,0 +1,149 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0} + Win32Proj + pu_stub + pu_stub + + + + Application + true + v120_xp + Unicode + + + Application + true + v120_xp + Unicode + + + Application + false + v120_xp + true + Unicode + + + Application + false + true + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + true + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + false + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + false + $(SolutionDir)$(Configuration)64\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Windows + true + false + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Windows + true + + + + + Level3 + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + MinSpace + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + Size + + + Windows + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj.filters b/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj.filters new file mode 100644 index 0000000000..240db0fbe7 --- /dev/null +++ b/plugins/PluginUpdater/pu_stub/pu_stub_12.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3