mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
25 lines
1.0 KiB
XML
25 lines
1.0 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)\Project.props" />
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{442084A6-2069-4927-B0C9-51525A720CB2}</ProjectGuid>
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<Import Project="$(SolutionDir)\Rainmeter.props" />
|
|||
|
<PropertyGroup>
|
|||
|
<OutDir>$(IntDir)</OutDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="PathUtil_Test.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="Common.vcxproj">
|
|||
|
<Project>{19312085-aa51-4bd6-be92-4b6098cca539}</Project>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|