2022-05-11 16:38:12 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" 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')" />
2022-05-11 16:38:12 +02:00
<PropertyGroup Label= "Globals" >
<ProjectGuid > {51920F1F-C28C-4ADF-8660-4238766796C2}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > PowerRenameLib</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
2023-07-20 00:12:46 +01:00
<OutDir > ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\</OutDir>
2022-05-11 16:38:12 +02:00
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
2022-10-25 17:33:23 +01:00
<WarningLevel > Level3</WarningLevel>
2022-05-11 16:38:12 +02:00
<PreprocessorDefinitions > WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
2023-08-14 16:53:49 +02:00
<ClInclude Include= "Enumerating.h" />
2022-05-11 16:38:12 +02:00
<ClInclude Include= "Helpers.h" />
<ClInclude Include= "MRUListHandler.h" />
<ClInclude Include= "PowerRenameEnum.h" />
<ClInclude Include= "PowerRenameItem.h" />
<ClInclude Include= "PowerRenameInterfaces.h" />
<ClInclude Include= "PowerRenameManager.h" />
<ClInclude Include= "PowerRenameMRU.h" />
<ClInclude Include= "PowerRenameRegEx.h" />
2024-06-20 18:26:31 +03:00
<ClInclude Include= "Randomizer.h" />
2023-07-13 18:42:08 +02:00
<ClInclude Include= "Renaming.h" />
2022-05-11 16:38:12 +02:00
<ClInclude Include= "Settings.h" />
<ClInclude Include= "srwlock.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "targetver.h" />
<ClInclude Include= "trace.h" />
</ItemGroup>
<ItemGroup >
2023-08-14 16:53:49 +02:00
<ClCompile Include= "Enumerating.cpp" />
2022-05-11 16:38:12 +02:00
<ClCompile Include= "Helpers.cpp" />
<ClCompile Include= "MRUListHandler.cpp" />
<ClCompile Include= "PowerRenameEnum.cpp" />
<ClCompile Include= "PowerRenameItem.cpp" />
<ClCompile Include= "PowerRenameManager.cpp" />
<ClCompile Include= "PowerRenameMRU.cpp" />
<ClCompile Include= "PowerRenameRegEx.cpp" />
2024-06-20 18:26:31 +03:00
<ClCompile Include= "Randomizer.cpp" />
2023-07-13 18:42:08 +02:00
<ClCompile Include= "Renaming.cpp" />
2022-05-11 16:38:12 +02:00
<ClCompile Include= "Settings.cpp" />
<ClCompile Include= "pch.cpp" >
2024-03-22 03:29:14 -07:00
<PrecompiledHeader Condition= "'$(UsePrecompiledHeaders)' != 'false'" > Create</PrecompiledHeader>
2022-05-11 16:38:12 +02:00
</ClCompile>
<ClCompile Include= "trace.cpp" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\..\common\SettingsAPI\SettingsAPI.vcxproj" >
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\Themes\Themes.vcxproj" >
<Project > {98537082-0fdb-40de-abd8-0dc5a4269bab}</Project>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<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')" />
2023-12-18 05:32:27 -08:00
<Import Project= "..\..\..\..\packages\boost.1.84.0\build\boost.targets" Condition= "Exists('..\..\..\..\packages\boost.1.84.0\build\boost.targets')" />
<Import Project= "..\..\..\..\packages\boost_regex-vc143.1.84.0\build\boost_regex-vc143.targets" Condition= "Exists('..\..\..\..\packages\boost_regex-vc143.1.84.0\build\boost_regex-vc143.targets')" />
2022-05-11 16:38:12 +02: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>
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'))" />
2023-12-18 05:32:27 -08:00
<Error Condition= "!Exists('..\..\..\..\packages\boost.1.84.0\build\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost.1.84.0\build\boost.targets'))" />
<Error Condition= "!Exists('..\..\..\..\packages\boost_regex-vc143.1.84.0\build\boost_regex-vc143.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\boost_regex-vc143.1.84.0\build\boost_regex-vc143.targets'))" />
2022-05-11 16:38:12 +02:00
</Target>
2019-10-17 20:57:19 -07:00
</Project>