2019-11-12 12:58:39 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-07-31 02:37:15 +08:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-08-25 08:51:48 +08:00
<Target Name= "GenerateResourceFiles" BeforeTargets= "PrepareForBuild" >
<Exec Command= "powershell -NonInteractive -executionpolicy Unrestricted $(SolutionDir)tools\build\convert-resx-to-rc.ps1 . resource.base.h resource.h PowerRenameExt.base.rc PowerRenameExt.rc" />
</Target>
2019-11-12 12:58:39 +08:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {B25AC7A5-FB9F-4789-B392-D5C85E948670}</ProjectGuid>
<RootNamespace > PowerRenameExt</RootNamespace>
</PropertyGroup>
2020-12-14 20:20:45 +08:00
2019-11-12 12:58:39 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020-12-14 20:20:45 +08:00
<PropertyGroup Label= "Configuration" >
2019-11-12 12:58:39 +08:00
<ConfigurationType > DynamicLibrary</ConfigurationType>
<TargetName > $(ProjectName)</TargetName>
2020-07-04 00:37:16 +08:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\</OutDir>
2019-11-12 12:58:39 +08:00
</PropertyGroup>
2020-12-14 20:20:45 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ItemDefinitionGroup >
2019-11-12 12:58:39 +08:00
<ClCompile >
2020-12-14 20:20:45 +08:00
<AdditionalIncludeDirectories > ..\lib\;..\ui\;..\;..\..\..\common;..\..\..\common\telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<TreatWarningAsError > true</TreatWarningAsError>
2019-11-12 12:58:39 +08:00
</ClCompile>
<Link >
2020-03-21 02:41:48 +08:00
<AdditionalDependencies > Pathcch.lib;comctl32.lib;$(SolutionDir)$(Platform)\$(Configuration)\obj\PowerRenameUI\PowerRenameUI.res;shcore.lib;%(AdditionalDependencies)</AdditionalDependencies>
2019-11-12 12:58:39 +08:00
<ModuleDefinitionFile > PowerRenameExt.def</ModuleDefinitionFile>
2020-04-11 01:58:49 +08:00
<DelayLoadDLLs > gdi32.dll;shell32.dll;ole32.dll;shlwapi.dll;oleaut32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
2020-12-14 20:20:45 +08:00
</Link>
2020-05-27 01:53:46 +08:00
</ItemDefinitionGroup>
2020-12-14 20:20:45 +08:00
2019-11-12 12:58:39 +08:00
<ItemGroup >
2019-12-19 17:15:54 +08:00
<ClInclude Include= "CLSID.h" />
2020-08-25 08:51:48 +08:00
<ClInclude Include= "Generated Files/resource.h" />
2020-10-20 07:07:02 +08:00
<ClInclude Include= "PowerRenameConstants.h" />
2019-11-12 12:58:39 +08:00
<ClInclude Include= "PowerRenameExt.h" />
2020-04-30 04:02:18 +08:00
<ClInclude Include= "pch.h" />
2020-08-25 08:51:48 +08:00
<None Include= "resource.base.h" />
2019-11-12 12:58:39 +08:00
<ClInclude Include= "targetver.h" />
</ItemGroup>
<ItemGroup >
2020-08-25 08:51:48 +08:00
<ResourceCompile Include= "Generated Files/PowerRenameExt.rc" />
<None Include= "PowerRenameExt.base.rc" />
2019-11-12 12:58:39 +08:00
</ItemGroup>
<ItemGroup >
<ClCompile Include= "dllmain.cpp" />
<ClCompile Include= "PowerRenameExt.cpp" />
2020-05-27 01:53:46 +08:00
<ClCompile Include= "pch.cpp" >
2020-05-25 15:59:05 +08:00
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
2019-11-12 12:58:39 +08:00
</ItemGroup>
<ItemGroup >
2020-04-30 04:02:18 +08:00
<None Include= "packages.config" />
2019-11-12 12:58:39 +08:00
<None Include= "PowerRenameExt.def" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\..\common\common.vcxproj" >
<Project > {74485049-c722-400f-abe5-86ac52d929b3}</Project>
</ProjectReference>
2020-03-21 02:41:48 +08:00
<ProjectReference Include= "..\lib\PowerRenameLib.vcxproj" >
<Project > {51920f1f-c28c-4adf-8660-4238766796c2}</Project>
</ProjectReference>
<ProjectReference Include= "..\ui\PowerRenameUI.vcxproj" >
<Project > {0e072714-d127-460b-afad-b4c40b412798}</Project>
</ProjectReference>
2019-11-12 12:58:39 +08:00
</ItemGroup>
2020-08-25 08:51:48 +08:00
<ItemGroup >
<None Include= "Resources.resx" />
</ItemGroup>
2019-11-12 12:58:39 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-07-31 02:37:15 +08:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
2020-11-10 02:13:43 +08:00
<Import Project= "..\..\..\..\packages\boost.1.72.0.0\build\boost.targets" Condition= "Exists('..\..\..\..\packages\boost.1.72.0.0\build\boost.targets')" />
<Import Project= "..\..\..\..\packages\boost_regex-vc142.1.72.0.0\build\boost_regex-vc142.targets" Condition= "Exists('..\..\..\..\packages\boost_regex-vc142.1.72.0.0\build\boost_regex-vc142.targets')" />
2019-11-12 12:58:39 +08:00
</ImportGroup>
2020-04-30 04:02:18 +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>
2020-07-31 02:37:15 +08:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2020-11-10 02:13:43 +08:00
<Error Condition= "!Exists('..\..\..\..\packages\boost.1.72.0.0\build\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost.1.72.0.0\build\boost.targets'))" />
<Error Condition= "!Exists('..\..\..\..\packages\boost_regex-vc142.1.72.0.0\build\boost_regex-vc142.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost_regex-vc142.1.72.0.0\build\boost_regex-vc142.targets'))" />
2020-04-30 04:02:18 +08:00
</Target>
2019-10-18 11:57:19 +08:00
</Project>