mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-22 11:00:25 +10:00
* Rebrand to Open-Shell * Slight installer branding improvement
This commit is contained in:
98
Src/Skins/Midnight7/Midnight7.vcxproj
Normal file
98
Src/Skins/Midnight7/Midnight7.vcxproj
Normal file
@@ -0,0 +1,98 @@
|
||||
<?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>{7BD26CB3-5280-48FD-9A86-C13E321018D5}</ProjectGuid>
|
||||
<RootNamespace>Midnight7</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<PlatformToolset>v141</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>
|
||||
<TargetName>Midnight</TargetName>
|
||||
<TargetExt>.skin7</TargetExt>
|
||||
</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_bitmapt.bmp" />
|
||||
<Image Include="main_bitmap_jump.bmp" />
|
||||
<Image Include="main_bitmap_jumpt.bmp" />
|
||||
<Image Include="main_bitmap_search.bmp" />
|
||||
<Image Include="main_bitmap_searcht.bmp" />
|
||||
<Image Include="new_item.bmp" />
|
||||
<Image Include="new_item_d.bmp" />
|
||||
<Image Include="pager.bmp" />
|
||||
<Image Include="pager_arrows.bmp" />
|
||||
<Image Include="pager_arrows150.bmp" />
|
||||
<Image Include="pager_arrows_d.bmp" />
|
||||
<Image Include="pager_arrows_d150.bmp" />
|
||||
<Image Include="pager_d.bmp" />
|
||||
<Image Include="pins.bmp" />
|
||||
<Image Include="programs.bmp" />
|
||||
<Image Include="programs150.bmp" />
|
||||
<Image Include="scroll_arrows.bmp" />
|
||||
<Image Include="scroll_bg.bmp" />
|
||||
<Image Include="scroll_bgt.bmp" />
|
||||
<Image Include="scroll_button.bmp" />
|
||||
<Image Include="scroll_buttont.bmp" />
|
||||
<Image Include="scroll_grip.bmp" />
|
||||
<Image Include="search.bmp" />
|
||||
<Image Include="search_background.bmp" />
|
||||
<Image Include="search_backgroundt.bmp" />
|
||||
<Image Include="selection.bmp" />
|
||||
<Image Include="selectionXP.bmp" />
|
||||
<Image Include="selection_d.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="split_selection.bmp" />
|
||||
<Image Include="split_selectionXP.bmp" />
|
||||
<Image Include="user_bitmap.bmp" />
|
||||
<Image Include="user_bitmap150.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Midnight7.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user