From 162e60d66c78bd51aa44c691fe4f4e2f1deb990f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 19 May 2012 14:24:27 +0000 Subject: added Quotes git-svn-id: http://svn.miranda-ng.org/main/trunk@76 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/Forex.vcxproj | 293 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 plugins/Quotes/Forex.vcxproj (limited to 'plugins/Quotes/Forex.vcxproj') diff --git a/plugins/Quotes/Forex.vcxproj b/plugins/Quotes/Forex.vcxproj new file mode 100644 index 0000000000..738210ef53 --- /dev/null +++ b/plugins/Quotes/Forex.vcxproj @@ -0,0 +1,293 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C619A811-8023-4441-B3D7-785388A09DF0} + Forex + Win32Proj + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\..\bin10\$(Configuration)/Plugins/ + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + + + + /MP %(AdditionalOptions) + Disabled + ../../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;FOREX_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Use + Level3 + EditAndContinue + + + /verbose:lib %(AdditionalOptions) + comsuppw.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)Quotes.dll + true + Windows + MachineX86 + $(IntDir)$(TargetName).lib + + + + + /MP %(AdditionalOptions) + Disabled + ../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;FOREX_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Use + Level3 + EditAndContinue + + + /verbose:lib %(AdditionalOptions) + comsuppw.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)Quotes.dll + true + Windows + $(IntDir)$(TargetName).lib + + + + + /MP %(AdditionalOptions) + Full + true + Size + ../../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FOREX_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + Use + Level3 + ProgramDatabase + + + comsuppw.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)Quotes.dll + true + Windows + true + true + MachineX86 + $(IntDir)$(TargetName).lib + + + + + /MP %(AdditionalOptions) + Full + true + Size + ../../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FOREX_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + Use + Level3 + ProgramDatabase + + + comsuppw.lib;comctl32.lib;%(AdditionalDependencies) + $(OutDir)Quotes.dll + true + Windows + true + true + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3