Files
ge0rdi 97bae48048 Use VS2022 toolset (due to Win7 support)
VS2022 is the last VS that does support Windows 7.
It seems we have some Win7 users, so for now we will use this toolset
to make sure binaries are compatible with Win7.
2026-07-19 11:09:29 +02:00

73 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>{81EB6336-366C-47DD-82CF-FF6C36CCD2B5}</ProjectGuid>
<RootNamespace>WinXP</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v143</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>
<TargetExt>.skin</TargetExt>
<TargetName>Windows XP Luna</TargetName>
</PropertyGroup>
<ItemGroup>
<Text Include="SkinDescription.txt" />
<Text Include="SkinDescriptionOlive.txt" />
<Text Include="SkinDescriptionSilver.txt" />
</ItemGroup>
<ItemGroup>
<Image Include="arrow.bmp" />
<Image Include="main_bitmap1_blue.bmp" />
<Image Include="main_bitmap1_blue2.bmp" />
<Image Include="main_bitmap1_olive.bmp" />
<Image Include="main_bitmap1_olive2.bmp" />
<Image Include="main_bitmap1_silver.bmp" />
<Image Include="main_bitmap1_silver2.bmp" />
<Image Include="main_bitmap_blue.bmp" />
<Image Include="main_bitmap_blue2.bmp" />
<Image Include="main_bitmap_olive.bmp" />
<Image Include="main_bitmap_olive2.bmp" />
<Image Include="main_bitmap_silver.bmp" />
<Image Include="main_bitmap_silver2.bmp" />
<Image Include="separator_blue.bmp" />
<Image Include="separator_blue2.bmp" />
<Image Include="separator_olive.bmp" />
<Image Include="separator_olive2.bmp" />
<Image Include="separator_silver.bmp" />
<Image Include="separator_silver2.bmp" />
<Image Include="separator_submenu.bmp" />
<Image Include="separator_submenuV.bmp" />
<Image Include="submenu_blue.bmp" />
<Image Include="submenu_olive.bmp" />
<Image Include="submenu_silver.bmp" />
<Image Include="user_bitmap.bmp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="WinXP.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>