mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-26 02:28:17 +08:00
121 lines
7.0 KiB
XML
121 lines
7.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<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')" />
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<VCProjectVersion>16.0</VCProjectVersion>
|
||
|
<Keyword>Win32Proj</Keyword>
|
||
|
<ProjectGuid>{2bbc9e33-21ec-401c-84da-bb6590a9b2aa}</ProjectGuid>
|
||
|
<RootNamespace>SvgThumbnailProviderCpp</RootNamespace>
|
||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</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>
|
||
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<TargetName>PowerToys.$(ProjectName)</TargetName>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>_DEBUG;MARKDOWNPREVIEWHANDLERCPP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<AdditionalIncludeDirectories>../../..</AdditionalIncludeDirectories>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<EnableUAC>false</EnableUAC>
|
||
|
<ModuleDefinitionFile>GlobalExportFunctions.def</ModuleDefinitionFile>
|
||
|
<AdditionalDependencies>Shlwapi.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>NDEBUG;MARKDOWNPREVIEWHANDLERCPP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<AdditionalIncludeDirectories>../../..</AdditionalIncludeDirectories>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<EnableUAC>false</EnableUAC>
|
||
|
<ModuleDefinitionFile>GlobalExportFunctions.def</ModuleDefinitionFile>
|
||
|
<AdditionalDependencies>Shlwapi.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="ClassFactory.h" />
|
||
|
<ClInclude Include="pch.h" />
|
||
|
<ClInclude Include="resource.h" />
|
||
|
<ClInclude Include="SvgThumbnailProvider.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="ClassFactory.cpp" />
|
||
|
<ClCompile Include="dllmain.cpp" />
|
||
|
<ClCompile Include="pch.cpp">
|
||
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="SvgThumbnailProvider.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="GlobalExportFunctions.def" />
|
||
|
<None Include="packages.config" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\..\common\logger\logger.vcxproj">
|
||
|
<Project>{d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\..\common\SettingsAPI\SettingsAPI.vcxproj">
|
||
|
<Project>{6955446d-23f7-4023-9bb3-8657f904af99}</Project>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ResourceCompile Include="SvgThumbnailProviderCpp.rc" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="..\..\..\..\deps\spdlog.props" />
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
<Import Project="..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
|
||
|
<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')" />
|
||
|
</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>
|
||
|
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
|
||
|
<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'))" />
|
||
|
</Target>
|
||
|
</Project>
|