2020-02-18 18:11:01 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2024-02-13 13:55:14 +00:00
<Import Project= "..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-09-10 16:57:16 +03:00
<Target Name= "GenerateResourceFiles" BeforeTargets= "PrepareForBuild" >
2021-05-21 13:32:34 +03:00
<Exec Command= "powershell -NonInteractive -executionpolicy Unrestricted $(SolutionDir)tools\build\convert-resx-to-rc.ps1 $(MSBuildThisFileDirectory) resource.base.h resource.h actionRunner.base.rc actionRunner.rc" />
2020-09-10 16:57:16 +03:00
</Target>
2020-02-18 18:11:01 +03:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {D29DDD63-E2CF-4657-9FD5-2AEDE4257E5D}</ProjectGuid>
2021-05-21 13:32:34 +03:00
<RootNamespace > actionRunner</RootNamespace>
<ProjectName > PowerToys.ActionRunner</ProjectName>
2020-02-18 18:11:01 +03:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2022-05-11 13:35:18 +03:00
<PropertyGroup Label= "Configuration" >
2022-02-07 06:08:30 -08:00
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2020-12-10 19:05:43 +03:00
<Import Project= "..\..\deps\expected.props" />
2020-12-14 15:20:45 +03:00
<PropertyGroup >
2020-02-18 18:11:01 +03:00
<ConfigurationType > Application</ConfigurationType>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
2021-05-21 13:32:34 +03:00
<ImportGroup >
2020-02-18 18:11:01 +03:00
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
2020-12-14 15:20:45 +03:00
<ItemDefinitionGroup >
2020-02-18 18:11:01 +03:00
<ClCompile >
<WarningLevel > Level4</WarningLevel>
2020-12-14 15:20:45 +03:00
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories > ../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2020-02-18 18:11:01 +03:00
</ClCompile>
<Link >
<AdditionalDependencies > WindowsApp.lib;Msi.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2021-05-21 13:32:34 +03:00
<ClCompile Include= "ActionRunner.cpp" />
2020-02-18 18:11:01 +03:00
</ItemGroup>
<ItemGroup >
2021-01-11 12:51:13 +02:00
<ProjectReference Include= "..\common\logger\logger.vcxproj" >
<Project > {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
</ProjectReference>
2022-04-12 11:13:22 -04:00
<ProjectReference Include= "..\common\SettingsAPI\SettingsAPI.vcxproj" >
2020-12-15 15:16:09 +03:00
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
2020-02-18 18:11:01 +03:00
</ProjectReference>
</ItemGroup>
<ItemGroup >
2020-05-07 17:39:32 +03:00
<ClInclude Include= "resource.h" />
2020-02-18 18:11:01 +03:00
</ItemGroup>
2020-04-29 13:02:18 -07:00
<ItemGroup >
2021-05-21 13:32:34 +03:00
<None Include= "ActionRunner.base.rc" />
<ResourceCompile Include= "Generated Files\ActionRunner.rc" />
2020-04-29 13:02:18 -07:00
</ItemGroup>
2020-05-07 17:39:32 +03:00
<ItemGroup >
2020-05-26 10:53:46 -07:00
<None Include= "packages.config" />
2020-05-07 17:39:32 +03:00
</ItemGroup>
2020-02-18 18:11:01 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
2021-01-11 12:51:13 +02:00
<Import Project= "..\..\deps\spdlog.props" />
2020-02-18 18:11:01 +03:00
<ImportGroup Label= "ExtensionTargets" >
2024-02-13 13:55:14 +00:00
<Import Project= "..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
2024-01-16 02:51:45 -08:00
<Import Project= "..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2020-02-18 18:11:01 +03:00
</ImportGroup>
2020-04-29 13:02:18 -07: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>
2024-02-13 13:55:14 +00:00
<Error Condition= "!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2024-01-16 02:51:45 -08:00
<Error Condition= "!Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2020-04-29 13:02:18 -07:00
</Target>
2021-05-21 13:32:34 +03:00
</Project>