2020-12-15 15:16:09 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2024-08-08 15:26:43 +01: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')" />
2020-12-15 15:16:09 +03:00
<PropertyGroup >
2021-12-06 16:27:54 +01:00
<AssemblyTitle > PowerToys.Interop</AssemblyTitle>
2020-12-15 15:16:09 +03:00
</PropertyGroup>
2022-04-19 18:24:58 -04:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|ARM64" >
<Configuration > Debug</Configuration>
<Platform > ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|ARM64" >
<Configuration > Release</Configuration>
<Platform > ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
2020-12-15 15:16:09 +03:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {F055103B-F80B-4D0C-BF48-057C55620033}</ProjectGuid>
2024-08-08 15:26:43 +01:00
<RootNamespace > PowerToys.Interop</RootNamespace>
2021-12-06 16:27:54 +01:00
<ProjectName > PowerToys.Interop</ProjectName>
2024-08-08 15:26:43 +01:00
<CppWinRTOptimized > true</CppWinRTOptimized>
<CppWinRTRootNamespaceAutoMerge > true</CppWinRTRootNamespaceAutoMerge>
<CppWinRTGenerateWindowsMetadata > true</CppWinRTGenerateWindowsMetadata>
<MinimalCoreWin > true</MinimalCoreWin>
<DefaultLanguage > en-US</DefaultLanguage>
<MinimumVisualStudioVersion > 14.0</MinimumVisualStudioVersion>
<AppContainerApplication > false</AppContainerApplication>
<AppxPackage > false</AppxPackage>
<ApplicationType > Windows Store</ApplicationType>
<ApplicationTypeRevision > 10.0</ApplicationTypeRevision>
2020-12-15 15:16:09 +03:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
2022-02-07 06:08:30 -08:00
<PlatformToolset > v143</PlatformToolset>
2024-08-08 15:26:43 +01:00
<CharacterSet > Unicode</CharacterSet>
<GenerateManifest > false</GenerateManifest>
2022-02-07 06:08:30 -08:00
</PropertyGroup>
2020-12-15 15:16:09 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
2022-04-19 18:24:58 -04:00
<ImportGroup Label= "PropertySheets" >
2020-12-15 15:16:09 +03:00
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
2021-12-06 16:27:54 +01:00
<TargetName > PowerToys.Interop</TargetName>
2023-07-20 00:12:46 +01:00
<OutDir > ..\..\..\$(Platform)\$(Configuration)\</OutDir>
2020-12-15 15:16:09 +03:00
</PropertyGroup>
2022-09-27 19:04:04 +02:00
<PropertyGroup >
<CopyCppRuntimeToOutputDir > true</CopyCppRuntimeToOutputDir>
</PropertyGroup>
2020-12-15 15:16:09 +03:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
2024-08-08 15:26:43 +01:00
<UseDebugLibraries > true</UseDebugLibraries>
<LinkIncremental > true</LinkIncremental>
2020-12-15 15:16:09 +03:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
2024-08-08 15:26:43 +01:00
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<LinkIncremental > false</LinkIncremental>
2020-12-15 15:16:09 +03:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup >
<ClCompile >
2024-08-08 15:26:43 +01:00
<PrecompiledHeaderOutputFile > $(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<PreprocessorDefinitions > _WINRT_DLL;WINRT_LEAN_AND_MEAN;PowerToysInterop;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-12-15 15:16:09 +03:00
<AdditionalIncludeDirectories > $(SolutionDir)src\common\interop;../../;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2024-08-08 15:26:43 +01:00
<AdditionalUsingDirectories > $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
2020-12-15 15:16:09 +03:00
<OmitDefaultLibName > false</OmitDefaultLibName>
2024-08-08 15:26:43 +01:00
<AdditionalOptions > %(AdditionalOptions) /bigobj /Zc:twoPhase- </AdditionalOptions>
2020-12-15 15:16:09 +03:00
</ClCompile>
<Link >
2024-08-08 15:26:43 +01:00
<AdditionalDependencies > WindowsApp.lib;shell32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem > Console</SubSystem>
<GenerateWindowsMetadata > false</GenerateWindowsMetadata>
<ModuleDefinitionFile > PowerToys.Interop.def</ModuleDefinitionFile>
2020-12-15 15:16:09 +03:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2021-06-29 13:06:12 +03:00
<ClInclude Include= "..\..\modules\videoconference\VideoConferenceShared\MicrophoneDevice.h" />
<ClInclude Include= "..\..\modules\videoconference\VideoConferenceShared\VideoCaptureDeviceList.h" />
2024-08-08 15:26:43 +01:00
<ClInclude Include= "async_message_queue.h" />
<ClInclude Include= "CommonManaged.h" >
<DependentUpon > CommonManaged.idl</DependentUpon>
</ClInclude>
<ClInclude Include= "Constants.h" >
<DependentUpon > KeyboardListener.idl</DependentUpon>
</ClInclude>
<ClInclude Include= "HotkeyManager.h" >
<DependentUpon > HotkeyManager.idl</DependentUpon>
</ClInclude>
<ClInclude Include= "KeyboardHook.h" >
<DependentUpon > KeyboardHook.idl</DependentUpon>
</ClInclude>
<ClInclude Include= "keyboard_layout.h" />
<ClInclude Include= "keyboard_layout_impl.h" />
<ClInclude Include= "LayoutMapManaged.h" >
<DependentUpon > LayoutMapManaged.idl</DependentUpon>
</ClInclude>
2020-12-15 15:16:09 +03:00
<ClInclude Include= "pch.h" />
<ClInclude Include= "resource.h" />
2021-04-08 19:42:46 +02:00
<ClInclude Include= "shared_constants.h" />
2024-08-08 15:26:43 +01:00
<ClInclude Include= "TwoWayPipeMessageIPCManaged.h" >
<DependentUpon > TwoWayPipeMessageIPCManaged.idl</DependentUpon>
</ClInclude>
<ClInclude Include= "two_way_pipe_message_ipc.h" />
<ClInclude Include= "two_way_pipe_message_ipc_impl.h" />
2020-12-15 15:16:09 +03:00
</ItemGroup>
<ItemGroup >
2024-08-08 15:26:43 +01:00
<ClCompile Include= "..\..\modules\videoconference\VideoConferenceShared\MicrophoneDevice.cpp" />
<ClCompile Include= "..\..\modules\videoconference\VideoConferenceShared\VideoCaptureDeviceList.cpp" />
<ClCompile Include= "CommonManaged.cpp" >
<DependentUpon > CommonManaged.idl</DependentUpon>
</ClCompile>
<ClCompile Include= "Constants.cpp" >
<DependentUpon > KeyboardListener.idl</DependentUpon>
</ClCompile>
<ClCompile Include= "HotkeyManager.cpp" >
<DependentUpon > HotkeyManager.idl</DependentUpon>
2021-09-13 14:00:44 +02:00
</ClCompile>
2024-08-08 15:26:43 +01:00
<ClCompile Include= "KeyboardHook.cpp" >
<DependentUpon > KeyboardHook.idl</DependentUpon>
2021-09-13 14:00:44 +02:00
</ClCompile>
2024-08-08 15:26:43 +01:00
<ClCompile Include= "keyboard_layout.cpp" />
<ClCompile Include= "LayoutMapManaged.cpp" >
<DependentUpon > LayoutMapManaged.idl</DependentUpon>
2020-12-15 15:16:09 +03:00
</ClCompile>
2024-08-08 15:26:43 +01:00
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader > Create</PrecompiledHeader>
2020-12-15 15:16:09 +03:00
</ClCompile>
2024-08-08 15:26:43 +01:00
<ClCompile Include= "TwoWayPipeMessageIPCManaged.cpp" >
<DependentUpon > TwoWayPipeMessageIPCManaged.idl</DependentUpon>
</ClCompile>
<ClCompile Include= "two_way_pipe_message_ipc.cpp" />
<ClCompile Include= "$(GeneratedFilesDir)module.g.cpp" />
2020-12-15 15:16:09 +03:00
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "interop.rc" />
</ItemGroup>
2021-06-29 13:06:12 +03:00
<ItemGroup >
<None Include= "packages.config" />
2024-08-08 15:26:43 +01:00
<None Include= "PowerToys.Interop.def" />
</ItemGroup>
<ItemGroup >
<None Include= "PropertySheet.props" />
</ItemGroup>
<ItemGroup >
<Midl Include= "CommonManaged.idl" />
<Midl Include= "Constants.idl" />
<Midl Include= "HotkeyManager.idl" />
<Midl Include= "KeyboardHook.idl" />
<Midl Include= "LayoutMapManaged.idl" />
<Midl Include= "TwoWayPipeMessageIPCManaged.idl" />
2021-06-29 13:06:12 +03:00
</ItemGroup>
2021-09-13 14:00:44 +02:00
<ImportGroup Label= "ExtensionTargets" />
2020-12-15 15:16:09 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2024-01-16 02:51:45 -08:00
<Import Project= "..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2024-08-08 15:26:43 +01: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')" />
2020-12-15 15:16:09 +03:00
</ImportGroup>
2021-09-13 14:00:44 +02: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>
2024-01-16 02:51:45 -08:00
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2024-08-08 15:26:43 +01: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'))" />
2021-09-13 14:00:44 +02:00
</Target>
2020-04-20 21:01:21 -07:00
</Project>