2025-11-28 00:35:46 +09:00

170 lines
8.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{59EED00C-B203-45F9-B1C1-030B6C08081D}</ProjectGuid>
<RootNamespace>DynamicDPI</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>Comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<MinimumRequiredVersion>6.02</MinimumRequiredVersion>
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>copy "$(ProjectDir)png100.png" "$(OutDir)png100.png"
copy "$(ProjectDir)png125.png" "$(OutDir)png125.png"
copy "$(ProjectDir)png150.png" "$(OutDir)png150.png"
copy "$(ProjectDir)png200.png" "$(OutDir)png200.png"
copy "$(ProjectDir)ColorToolbarIcons.ttf" "$(OutDir)ColorToolbarIcons.ttf"</Command>
</PostBuildEvent>
<Manifest>
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<SubSystem>Windows</SubSystem>
<MinimumRequiredVersion>6.02</MinimumRequiredVersion>
</Link>
<PostBuildEvent>
<Command>copy "$(ProjectDir)png100.png" "$(OutDir)png100.png"
copy "$(ProjectDir)png125.png" "$(OutDir)png125.png"
copy "$(ProjectDir)png150.png" "$(OutDir)png150.png"
copy "$(ProjectDir)png200.png" "$(OutDir)png200.png"
copy "$(ProjectDir)ColorToolbarIcons.ttf" "$(OutDir)ColorToolbarIcons.ttf"</Command>
</PostBuildEvent>
<Manifest>
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="FontFileStream.h" />
<ClInclude Include="FontLoader.h" />
<ClInclude Include="LinearEaseInOutAnimation.h" />
<ClInclude Include="DeviceResources.h" />
<ClInclude Include="DirectXHelper.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="SampleCustomColorFontButton.h" />
<ClInclude Include="SampleDesktopWindow.h" />
<ClInclude Include="Application.h" />
<ClInclude Include="SampleDynamicDpiWindow.h" />
<ClInclude Include="SampleElementAnimation.h" />
<ClInclude Include="SampleElementBase.h" />
<ClInclude Include="SampleEngine.h" />
<ClInclude Include="SampleHoverElement.h" />
<ClInclude Include="SampleMultiDpiImage.h" />
<ClInclude Include="SampleElementTextBlock.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="SampleRichEditControl.h" />
<ClInclude Include="SlimRWLock.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="FontFileStream.cpp" />
<ClCompile Include="FontLoader.cpp" />
<ClCompile Include="LinearEaseInOutAnimation.cpp" />
<ClCompile Include="DeviceResources.cpp" />
<ClCompile Include="SampleCustomColorFontButton.cpp" />
<ClCompile Include="SampleDesktopWindow.cpp" />
<ClCompile Include="Application.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pch.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="SampleDynamicDpiWindow.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pch.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="SampleElementAnimation.cpp" />
<ClCompile Include="SampleElementBase.cpp" />
<ClCompile Include="SampleEngine.cpp" />
<ClCompile Include="SampleHoverElement.cpp" />
<ClCompile Include="SampleMultiDpiImage.cpp" />
<ClCompile Include="SampleElementTextBlock.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pch.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="SampleRichEditControl.cpp" />
<ClCompile Include="SlimRWLock.cpp" />
</ItemGroup>
<ItemGroup>
<Image Include="png100.png">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
</Image>
<Image Include="png125.png" />
<Image Include="png150.png">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
</Image>
<Image Include="png200.png">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="DynamicDPI.rc" />
</ItemGroup>
<ItemGroup>
<Font Include="ColorToolbarIcons.ttf" />
</ItemGroup>
<ItemGroup>
<Xml Include="DPImanifest.xml">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
</Xml>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>