2019-10-17 20:57:19 -07:00
<?xml version="1.0" encoding="utf-8"?>
2020-03-05 10:21:25 +01:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-07-30 11:37:15 -07: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-24 17:51:48 -07: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 PowerRenameUI.base.rc PowerRenameUI.rc 1001" />
</Target>
2019-10-17 20:57:19 -07:00
<PropertyGroup Label= "Globals" >
<ProjectGuid > {0E072714-D127-460B-AFAD-B4C40B412798}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > PowerRename</RootNamespace>
<ProjectName > PowerRenameUI</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020-12-14 15:20:45 +03:00
<PropertyGroup >
2019-10-17 20:57:19 -07:00
<ConfigurationType > StaticLibrary</ConfigurationType>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<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|Win32'" >
<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)'=='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" />
2020-12-14 15:20:45 +03:00
<PropertyGroup >
2020-07-03 19:37:16 +03:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\PowerRename\</OutDir>
2019-10-17 20:57:19 -07:00
</PropertyGroup>
2020-12-14 15:20:45 +03:00
<ItemDefinitionGroup >
2019-10-17 20:57:19 -07:00
<ClCompile >
2020-12-14 15:20:45 +03:00
<TreatWarningAsError > true</TreatWarningAsError>
2020-12-15 15:16:09 +03:00
<AdditionalIncludeDirectories > $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir)</AdditionalIncludeDirectories>
2020-12-14 15:20:45 +03:00
<PreprocessorDefinitions > WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2019-10-17 20:57:19 -07:00
</ClCompile>
<Link >
2020-12-14 15:20:45 +03:00
<AdditionalDependencies > kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;$(OutDir)PowerRenameLib.lib;$(OutDir)PowerRenameLib.lib;%(AdditionalDependencies)</AdditionalDependencies>
2019-10-17 20:57:19 -07:00
</Link>
2019-12-19 12:15:54 +03:00
<Lib >
<!-- link - time polymorpism -->
<ForceSymbolReferences > ModuleAddRef,ModuleRelease</ForceSymbolReferences>
</Lib>
</ItemDefinitionGroup>
2019-10-17 20:57:19 -07:00
<ItemGroup >
<ClInclude Include= "PowerRenameUI.h" />
2020-08-24 17:51:48 -07:00
<ClInclude Include= "Generated Files/resource.h" />
2020-04-29 13:02:18 -07:00
<ClInclude Include= "pch.h" />
2020-08-24 17:51:48 -07:00
<None Include= "resource.base.h" />
2019-10-17 20:57:19 -07:00
<ClInclude Include= "targetver.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "PowerRenameUI.cpp" />
2020-04-29 13:02:18 -07:00
<ClCompile Include= "pch.cpp" >
2020-05-25 10:59:05 +03:00
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
2019-10-17 20:57:19 -07:00
</ClCompile>
</ItemGroup>
<ItemGroup >
2020-08-24 17:51:48 -07:00
<ResourceCompile Include= "Generated Files/PowerRenameUI.rc" />
<None Include= "PowerRenameUI.base.rc" />
2019-10-17 20:57:19 -07:00
</ItemGroup>
<ItemGroup >
<Image Include= "Rename.ico" />
</ItemGroup>
2020-04-29 13:02:18 -07:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2020-08-24 17:51:48 -07:00
<ItemGroup >
<None Include= "Resources.resx" />
</ItemGroup>
2020-12-15 15:16:09 +03:00
<ItemGroup >
<ProjectReference Include= "..\..\..\common\Themes\Themes.vcxproj" >
<Project > {98537082-0fdb-40de-abd8-0dc5a4269bab}</Project>
</ProjectReference>
</ItemGroup>
2019-10-17 20:57:19 -07:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-07-30 11:37:15 -07: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')" />
2019-10-17 20:57:19 -07: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>
2020-07-30 11:37:15 -07: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-04-29 13:02:18 -07:00
</Target>
2019-10-17 20:57:19 -07:00
</Project>