2011-02-10 16:09:05 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-01 10:02:17 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\Project.props" />
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{C029E0CF-F203-41D0-9608-A3EA2CF0ED1F}</ProjectGuid>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<TargetName>QuotePlugin</TargetName>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-05-01 10:02:17 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2011-05-14 07:56:18 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\Rainmeter.props" />
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\Plugins\Plugins.props" />
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2012-06-11 14:03:19 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<PreprocessorDefinitions>_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<PreprocessorDefinitions>_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<PreprocessorDefinitions>_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<PreprocessorDefinitions>_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="PluginQuote.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-01-27 10:58:16 +00:00
|
|
|
|
<ClCompile Include="..\..\Common\StringUtil.cpp" />
|
2012-04-09 11:04:07 +00:00
|
|
|
|
<ClCompile Include="Quote.cpp" />
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</ItemGroup>
|
2013-01-27 10:58:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\Common\StringUtil.h" />
|
|
|
|
|
</ItemGroup>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|