mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-24 15:39:56 +01:00
79 lines
4.6 KiB
XML
79 lines
4.6 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<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')" />
|
||
|
|
<PropertyGroup Label="Globals">
|
||
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
||
|
|
<ProjectGuid>{45285DF2-9742-4ECA-9AC9-58951FC26489}</ProjectGuid>
|
||
|
|
<Keyword>Win32Proj</Keyword>
|
||
|
|
<RootNamespace>workspaces</RootNamespace>
|
||
|
|
<ProjectName>WorkspacesModuleInterface</ProjectName>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
|
<PropertyGroup Label="Configuration">
|
||
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Label="Configuration">
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
|
<ImportGroup Label="ExtensionSettings">
|
||
|
|
</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>..\..\..\..\$(Platform)\$(Configuration)\</OutDir>
|
||
|
|
<TargetName>PowerToys.WorkspacesModuleInterface</TargetName>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemDefinitionGroup>
|
||
|
|
<ClCompile>
|
||
|
|
<PreprocessorDefinitions>PROJECTS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>..\;..\..\..\common\inc;..\..\..\common\Telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ClCompile>
|
||
|
|
<Link>
|
||
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
|
<AdditionalDependencies>gdiplus.lib;dwmapi.lib;shlwapi.lib;uxtheme.lib;shcore.lib;wbemuuid.lib;comsuppw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
|
</Link>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClInclude Include="pch.h" />
|
||
|
|
<ClInclude Include="resource.h" />
|
||
|
|
<ClInclude Include="targetver.h" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClCompile Include="dllmain.cpp" />
|
||
|
|
<ClCompile Include="pch.cpp">
|
||
|
|
<PrecompiledHeader Condition="'$(UsePrecompiledHeaders)' != 'false'">Create</PrecompiledHeader>
|
||
|
|
</ClCompile>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\..\common\Display\Display.vcxproj">
|
||
|
|
<Project>{caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
|
||
|
|
</ProjectReference>
|
||
|
|
<ProjectReference Include="..\..\..\common\SettingsAPI\SettingsAPI.vcxproj">
|
||
|
|
<Project>{6955446d-23f7-4023-9bb3-8657f904af99}</Project>
|
||
|
|
</ProjectReference>
|
||
|
|
<ProjectReference Include="..\WorkspacesLib\WorkspacesLib.vcxproj">
|
||
|
|
<Project>{b31fcc55-b5a4-4ea7-b414-2dceae6af332}</Project>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="packages.config" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ResourceCompile Include="WorkspacesModuleInterface.rc" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
|
<ImportGroup Label="ExtensionTargets">
|
||
|
|
<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')" />
|
||
|
|
</ImportGroup>
|
||
|
|
<Import Project="..\..\..\..\deps\spdlog.props" />
|
||
|
|
<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.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'))" />
|
||
|
|
</Target>
|
||
|
|
</Project>
|