diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-26 21:23:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-26 21:23:19 +0000 |
commit | 399d587549327d168e6540eeb1dac54511a3e3c8 (patch) | |
tree | 399961785f1322fa2f609f8a7a906385e80d2cf4 /plugins/Quotes/Forex.vcxproj | |
parent | 43d8ad9bdc1dcd17753ce3537544feb157bf3888 (diff) |
unified project for Quotes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/Forex.vcxproj')
-rw-r--r-- | plugins/Quotes/Forex.vcxproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/Quotes/Forex.vcxproj b/plugins/Quotes/Forex.vcxproj new file mode 100644 index 0000000000..1472ee370b --- /dev/null +++ b/plugins/Quotes/Forex.vcxproj @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{C619A811-8023-4441-B3D7-785388A09DF0}</ProjectGuid>
+ <ProjectName>Quotes</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project>
\ No newline at end of file |