2019-09-05 00:26:26 +08:00
|
|
|
|
<?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="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
|
|
|
<ProjectGuid>{9412D5C6-2CF2-4FC2-A601-B55508EA9B27}</ProjectGuid>
|
|
|
|
|
<RootNamespace>powertoys</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<ProjectName>runner</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<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|x64'">
|
|
|
|
|
<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)'=='Debug|x64'">
|
|
|
|
|
<TargetName>PowerToys</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<TargetName>PowerToys</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
|
<AdditionalIncludeDirectories>..\common\inc;..\common\Telemetry;..;..\modules;..\..\deps\cpprestsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2019-12-17 01:36:52 +08:00
|
|
|
|
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
</Link>
|
|
|
|
|
<Manifest>
|
2019-11-08 02:56:32 +08:00
|
|
|
|
<EnableDpiAwareness>false</EnableDpiAwareness>
|
2019-09-05 00:26:26 +08:00
|
|
|
|
</Manifest>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
|
<AdditionalIncludeDirectories>..\common\inc;..\common\Telemetry;..;..\modules;..\..\deps\cpprestsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2019-12-17 01:36:52 +08:00
|
|
|
|
<UACExecutionLevel>AsInvoker</UACExecutionLevel>
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
</Link>
|
|
|
|
|
<Manifest>
|
2019-11-08 02:56:32 +08:00
|
|
|
|
<EnableDpiAwareness>false</EnableDpiAwareness>
|
2019-09-05 00:26:26 +08:00
|
|
|
|
</Manifest>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="auto_start_helper.cpp" />
|
|
|
|
|
<ClCompile Include="general_settings.cpp" />
|
|
|
|
|
<ClCompile Include="lowlevel_keyboard_event.cpp" />
|
|
|
|
|
<ClCompile Include="pch.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="powertoys_events.cpp" />
|
|
|
|
|
<ClCompile Include="powertoy_module.cpp" />
|
|
|
|
|
<ClCompile Include="main.cpp" />
|
2019-12-17 01:36:52 +08:00
|
|
|
|
<ClCompile Include="restart_elevated.cpp" />
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<ClCompile Include="settings_window.cpp" />
|
2019-11-12 18:48:14 +08:00
|
|
|
|
<ClCompile Include="system_menu_helper.cpp" />
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<ClCompile Include="trace.cpp" />
|
|
|
|
|
<ClCompile Include="tray_icon.cpp" />
|
|
|
|
|
<ClCompile Include="unhandled_exception_handler.cpp" />
|
|
|
|
|
<ClCompile Include="win_hook_event.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="auto_start_helper.h" />
|
|
|
|
|
<ClInclude Include="general_settings.h" />
|
|
|
|
|
<ClInclude Include="lowlevel_keyboard_event.h" />
|
|
|
|
|
<ClInclude Include="pch.h" />
|
|
|
|
|
<ClInclude Include="powertoys_events.h" />
|
|
|
|
|
<ClInclude Include="powertoy_module.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
2019-12-17 01:36:52 +08:00
|
|
|
|
<ClInclude Include="restart_elevated.h" />
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<ClInclude Include="settings_window.h" />
|
2019-11-12 18:48:14 +08:00
|
|
|
|
<ClInclude Include="system_menu_helper.h" />
|
2019-09-05 00:26:26 +08:00
|
|
|
|
<ClInclude Include="trace.h" />
|
|
|
|
|
<ClInclude Include="tray_icon.h" />
|
|
|
|
|
<ClInclude Include="unhandled_exception_handler.h" />
|
|
|
|
|
<ClInclude Include="win_hook_event.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="runner.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CopyFileToFolders Include="svgs\0.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\1.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\2.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\3.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\4.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\5.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\6.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\7.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\8.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\9.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\no_active_window.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\overlay.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\overlay_portrait.svg">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
<CopyFileToFolders Include="svgs\icon.ico">
|
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\svgs</DestinationFolders>
|
|
|
|
|
</CopyFileToFolders>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\common\common.vcxproj">
|
|
|
|
|
<Project>{74485049-c722-400f-abe5-86ac52d929b3}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|