mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-13 20:28:31 +10:00
87 lines
3.6 KiB
XML
87 lines
3.6 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>{ED74EBA9-1BCB-4B8F-9AE1-DC63B3C24A94}</ProjectGuid>
|
|
<RootNamespace>Win8</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'">
|
|
<OutDir>$(SolutionDir)StartMenu\Skins\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<TargetExt>.skin</TargetExt>
|
|
<TargetName>Windows 8</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'">
|
|
<Link>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<NoEntryPoint>true</NoEntryPoint>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<Text Include="SkinDescription.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="main_bitmap.bmp" />
|
|
<Image Include="main_bitmap2t.bmp" />
|
|
<Image Include="main_bitmapt.bmp" />
|
|
<Image Include="main_bitmap_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="search_background.bmp" />
|
|
<Image Include="search_background_mask.bmp" />
|
|
<Image Include="selection.bmp" />
|
|
<Image Include="selectionXP.bmp" />
|
|
<Image Include="selectionXPb.bmp" />
|
|
<Image Include="selectionXP_mask.bmp" />
|
|
<Image Include="separator.bmp" />
|
|
<Image Include="separator150.bmp" />
|
|
<Image Include="separator2.bmp" />
|
|
<Image Include="separator2150.bmp" />
|
|
<Image Include="separatorXP.bmp" />
|
|
<Image Include="separatorXPb.bmp" />
|
|
<Image Include="split_selection.bmp" />
|
|
<Image Include="split_selectionXP.bmp" />
|
|
<Image Include="split_selectionXPb.bmp" />
|
|
<Image Include="split_selectionXP_mask.bmp" />
|
|
<Image Include="user_bitmap.bmp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Win8.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |