2013-06-12 18:54:23 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" />
|
2013-06-12 18:54:23 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{19312085-AA51-4BD6-BE92-4B6098CCA539}</ProjectGuid>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2013-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" />
|
2013-06-12 18:54:23 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup>
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2013-10-20 19:14:55 +00:00
|
|
|
|
<Lib>
|
|
|
|
|
<LinkTimeCodeGeneration Condition="'$(Configuration)'=='Release'">true</LinkTimeCodeGeneration>
|
|
|
|
|
</Lib>
|
2013-06-12 18:54:23 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="ControlTemplate.cpp" />
|
|
|
|
|
<ClCompile Include="Dialog.cpp" />
|
2013-06-13 14:00:24 +00:00
|
|
|
|
<ClCompile Include="MathParser.cpp" />
|
2013-06-12 18:54:23 +00:00
|
|
|
|
<ClCompile Include="MenuTemplate.cpp" />
|
|
|
|
|
<ClCompile Include="PathUtil.cpp" />
|
|
|
|
|
<ClCompile Include="Platform.cpp" />
|
|
|
|
|
<ClCompile Include="StringUtil.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="ControlTemplate.h" />
|
|
|
|
|
<ClInclude Include="Dialog.h" />
|
2013-06-13 14:00:24 +00:00
|
|
|
|
<ClInclude Include="MathParser.h" />
|
2013-06-12 18:54:23 +00:00
|
|
|
|
<ClInclude Include="MenuTemplate.h" />
|
|
|
|
|
<ClInclude Include="PathUtil.h" />
|
|
|
|
|
<ClInclude Include="Platform.h" />
|
|
|
|
|
<ClInclude Include="RawString.h" />
|
|
|
|
|
<ClInclude Include="StringUtil.h" />
|
2013-11-06 13:54:17 +00:00
|
|
|
|
<ClInclude Include="Timer.h" />
|
2013-08-11 11:29:07 +00:00
|
|
|
|
<ClInclude Include="UnitTest.h" />
|
2013-06-12 18:54:23 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|