mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 20:28:31 +10:00
72 lines
2.7 KiB
XML
72 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Resource|Win32">
|
|
<Configuration>Resource</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{598AB4AC-008E-4501-90B3-C5213834C1DA}</ProjectGuid>
|
|
<RootNamespace>Metro7</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\Skin.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<TargetName>Metro</TargetName>
|
|
<TargetExt>.skin7</TargetExt>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Text Include="SkinDescription.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="glass_new_selection.bmp" />
|
|
<Image Include="glass_selection.bmp" />
|
|
<Image Include="glass_selection2.bmp" />
|
|
<Image Include="icon_frame.bmp" />
|
|
<Image Include="main_bitmap.bmp" />
|
|
<Image Include="main_bitmap_jump.bmp" />
|
|
<Image Include="main_bitmap_search.bmp" />
|
|
<Image Include="pager.bmp" />
|
|
<Image Include="pager_arrows.bmp" />
|
|
<Image Include="pager_arrows150.bmp" />
|
|
<Image Include="pins.bmp" />
|
|
<Image Include="programs.bmp" />
|
|
<Image Include="programs150.bmp" />
|
|
<Image Include="scroll_arrows.bmp" />
|
|
<Image Include="scroll_button.bmp" />
|
|
<Image Include="search.bmp" />
|
|
<Image Include="search_background.bmp" />
|
|
<Image Include="separator.bmp" />
|
|
<Image Include="separator150.bmp" />
|
|
<Image Include="separator2.bmp" />
|
|
<Image Include="separator2150.bmp" />
|
|
<Image Include="separatorXP.bmp" />
|
|
<Image Include="separator_submenuV.bmp" />
|
|
<Image Include="shutdown.bmp" />
|
|
<Image Include="user_bitmap.bmp" />
|
|
<Image Include="user_bitmap150.bmp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Metro7.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |