mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" />
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{5344B52B-BAC3-479C-B41D-D465B8BDA1AD}</ProjectGuid>
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <TargetName>PerfMon</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" />
 | |
|   <Import Project="$(SolutionDir)Build\VS\RainmeterPlugin.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Label="PropertySheets">
 | |
|     <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>_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </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>
 | |
|     <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" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="PluginPerfMon.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> | 
