mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
75 lines
2.8 KiB
XML
75 lines
2.8 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>{5C875214-0E3A-4CF0-BC0C-BFF6FAA4C089}</ProjectGuid>
|
|
<RootNamespace>Win87</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>Windows 8</TargetName>
|
|
<TargetExt>.skin7</TargetExt>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Text Include="SkinDescription.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="main_bitmap.bmp" />
|
|
<Image Include="main_bitmap_jump.bmp" />
|
|
<Image Include="main_bitmap_jump_mask.bmp" />
|
|
<Image Include="main_bitmap_mask.bmp" />
|
|
<Image Include="main_bitmap_search.bmp" />
|
|
<Image Include="main_bitmap_search_mask.bmp" />
|
|
<Image Include="menu_arrows.bmp" />
|
|
<Image Include="menu_arrows150.bmp" />
|
|
<Image Include="new_item.bmp" />
|
|
<Image Include="pager.bmp" />
|
|
<Image Include="pager_arrows.bmp" />
|
|
<Image Include="pager_arrows150.bmp" />
|
|
<Image Include="programs.bmp" />
|
|
<Image Include="programs150.bmp" />
|
|
<Image Include="search_background.bmp" />
|
|
<Image Include="search_background_mask.bmp" />
|
|
<Image Include="selection.bmp" />
|
|
<Image Include="selectionXP.bmp" />
|
|
<Image Include="separator.bmp" />
|
|
<Image Include="separator150.bmp" />
|
|
<Image Include="separator2.bmp" />
|
|
<Image Include="separator2150.bmp" />
|
|
<Image Include="separatorXP.bmp" />
|
|
<Image Include="shutdown.bmp" />
|
|
<Image Include="shutdown_search.bmp" />
|
|
<Image Include="split_selection.bmp" />
|
|
<Image Include="split_selectionXP.bmp" />
|
|
<Image Include="user_bitmap.bmp" />
|
|
<Image Include="user_bitmap150.bmp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Win87.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |