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" />
2020-02-18 23:11:01 +08:00
<ImportGroup Label= "Shared" >
<Import Project= "..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.190716.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.190716.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
</ImportGroup>
2020-02-20 22:04:56 +08:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
2019-09-05 00:26:26 +08:00
<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>
2020-03-21 02:41:48 +08:00
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2019-09-05 00:26:26 +08:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<TargetName > PowerToys</TargetName>
2020-03-21 02:41:48 +08:00
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2019-09-05 00:26:26 +08:00
</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>
2020-02-20 22:04:56 +08:00
<AdditionalOptions > /await %(AdditionalOptions)</AdditionalOptions>
2019-09-05 00:26:26 +08:00
</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>
2020-02-18 23:11:01 +08:00
<AdditionalDependencies > Msi.lib;WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2019-09-05 00:26:26 +08:00
</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>
2020-02-20 22:04:56 +08:00
<AdditionalOptions > /await %(AdditionalOptions)</AdditionalOptions>
2019-09-05 00:26:26 +08:00
</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>
2020-02-18 23:11:01 +08:00
<AdditionalDependencies > Msi.lib;WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2019-09-05 00:26:26 +08:00
</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" />
2020-02-20 22:04:56 +08:00
<ClCompile Include= "update_state.cpp" />
2019-09-05 00:26:26 +08:00
<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" />
2020-02-20 22:04:56 +08:00
<ClInclude Include= "update_state.h" />
2019-09-05 00:26:26 +08:00
<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>
2020-02-18 23:11:01 +08:00
<ProjectReference Include= "..\common\msi_to_msix_upgrade_lib\msi_to_msix_upgrade_lib.vcxproj" >
<Project > {17da04df-e393-4397-9cf0-84dabe11032e}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
2019-09-05 00:26:26 +08:00
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2020-02-18 23:11:01 +08:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.190716.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.190716.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
</Target>
2019-09-05 00:26:26 +08:00
</Project>