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-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" />
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{5344B52B-BAC3-479C-B41D-D465B8BDA1AD}</ProjectGuid>
|
2012-12-18 17:49:51 +00:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<TargetName>PerfMon</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" />
|
2013-11-03 18:18:42 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" />
|
2013-11-03 18:23:16 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Build\VS\RainmeterPlugin.Cpp.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" />
|
2013-10-20 14:45:43 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
<ClCompile>
|
2013-10-20 14:45:43 +00:00
|
|
|
|
<PreprocessorDefinitions>_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="MakePtr.h" />
|
|
|
|
|
<ClInclude Include="ObjInst.h" />
|
|
|
|
|
<ClInclude Include="ObjList.h" />
|
|
|
|
|
<ClInclude Include="PerfCntr.h" />
|
|
|
|
|
<ClInclude Include="PerfObj.h" />
|
|
|
|
|
<ClInclude Include="PerfSnap.h" />
|
|
|
|
|
<ClInclude Include="Titledb.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-04-09 11:04:07 +00:00
|
|
|
|
<ClCompile Include="ObjInst.cpp" />
|
|
|
|
|
<ClCompile Include="ObjList.cpp" />
|
|
|
|
|
<ClCompile Include="PerfCntr.cpp" />
|
|
|
|
|
<ClCompile Include="PerfData.cpp" />
|
|
|
|
|
<ClCompile Include="PerfObj.cpp" />
|
|
|
|
|
<ClCompile Include="PerfSnap.cpp" />
|
|
|
|
|
<ClCompile Include="Titledb.cpp" />
|
2011-02-10 16:09:05 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="PluginPerfMon.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|