2022-05-11 13:35:18 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2022-10-12 04:19:01 -04:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props')" />
2022-05-11 13:35:18 +03:00
<Target Name= "GenerateResourceFiles" BeforeTargets= "PrepareForBuild" >
<Exec Command= "powershell -NonInteractive -executionpolicy Unrestricted $(SolutionDir)tools\build\convert-resx-to-rc.ps1 $(MSBuildThisFileDirectory) resource.base.h resource.h PowerRenameExt.base.rc PowerRenameExt.rc" />
</Target>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {B25AC7A5-FB9F-4789-B392-D5C85E948670}</ProjectGuid>
<RootNamespace > PowerRenameExt</RootNamespace>
2022-06-30 22:10:14 +02:00
<WindowsTargetPlatformVersion > 10.0.19041.0</WindowsTargetPlatformVersion>
2022-05-11 13:35:18 +03:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<TargetName > PowerToys.PowerRenameExt</TargetName>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\</OutDir>
</PropertyGroup>
<PropertyGroup Label= "Configuration" >
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ItemDefinitionGroup >
<ClCompile >
2022-05-11 16:38:12 +02:00
<AdditionalIncludeDirectories > ..\lib\;..\PowerRenameUILib\;..\;..\..\..\;..\..\..\common\telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-05-11 13:35:18 +03:00
</ClCompile>
<Link >
<AdditionalDependencies > Pathcch.lib;comctl32.lib;shcore.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile > PowerRenameExt.def</ModuleDefinitionFile>
<DelayLoadDLLs > gdi32.dll;shell32.dll;ole32.dll;shlwapi.dll;oleaut32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClInclude Include= "CLSID.h" />
<ClInclude Include= "Generated Files/resource.h" />
<ClInclude Include= "PowerRenameConstants.h" />
<ClInclude Include= "PowerRenameExt.h" />
<ClInclude Include= "pch.h" />
<None Include= "resource.base.h" />
<ClInclude Include= "targetver.h" />
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "Generated Files/PowerRenameExt.rc" />
<None Include= "PowerRenameExt.base.rc" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "dllmain.cpp" />
<ClCompile Include= "PowerRenameExt.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
<None Include= "PowerRenameExt.def" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\..\common\Display\Display.vcxproj" >
<Project > {caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\logger\logger.vcxproj" >
<Project > {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\Themes\Themes.vcxproj" >
<Project > {98537082-0fdb-40de-abd8-0dc5a4269bab}</Project>
</ProjectReference>
2022-06-30 22:10:14 +02:00
<ProjectReference Include= "..\..\..\common\version\version.vcxproj" >
<Project > {cc6e41ac-8174-4e8a-8d22-85dd7f4851df}</Project>
</ProjectReference>
2022-05-11 13:35:18 +03:00
<ProjectReference Include= "..\lib\PowerRenameLib.vcxproj" >
<Project > {51920f1f-c28c-4adf-8660-4238766796c2}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "Resources.resx" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project= "..\..\..\..\deps\spdlog.props" />
<ImportGroup Label= "ExtensionTargets" >
2022-10-12 04:19:01 -04:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
<Import Project= "..\..\..\..\packages\boost.1.80.0\build\boost.targets" Condition= "Exists('..\..\..\..\packages\boost.1.80.0\build\boost.targets')" />
<Import Project= "..\..\..\..\packages\boost_regex-vc143.1.80.0\build\boost_regex-vc143.targets" Condition= "Exists('..\..\..\..\packages\boost_regex-vc143.1.80.0\build\boost_regex-vc143.targets')" />
2022-05-11 13:35:18 +03:00
</ImportGroup>
<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>
2022-10-12 04:19:01 -04:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets'))" />
<Error Condition= "!Exists('..\..\..\..\packages\boost.1.80.0\build\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost.1.80.0\build\boost.targets'))" />
<Error Condition= "!Exists('..\..\..\..\packages\boost_regex-vc143.1.80.0\build\boost_regex-vc143.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost_regex-vc143.1.80.0\build\boost_regex-vc143.targets'))" />
2022-05-11 13:35:18 +03:00
</Target>
2019-10-17 20:57:19 -07:00
</Project>