2021-06-23 15:48:54 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2022-10-12 04:19:01 -04:00
<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')" />
2021-06-23 15:48:54 +03:00
<Target Name= "GenerateResourceFiles" BeforeTargets= "PrepareForBuild" >
<Exec Command= "powershell -NonInteractive -executionpolicy Unrestricted $(SolutionDir)tools\build\convert-resx-to-rc.ps1 $(MSBuildThisFileDirectory) resource.base.h resource.h fancyzones.base.rc fancyzones.rc" />
</Target>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {F9C68EDF-AC74-4B77-9AF1-005D9C9F6A99}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > FancyZonesLib</RootNamespace>
<ProjectName > FancyZonesLib</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
2022-02-07 06:08:30 -08:00
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2021-06-23 15:48:54 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
2022-05-11 13:35:18 +03:00
<ImportGroup Label= "PropertySheets" >
2021-06-23 15:48:54 +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 >
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\FancyZones\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<PreprocessorDefinitions > _LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > ..\;..\..\..\common\inc;..\..\..\common\Telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
2023-01-26 20:02:46 +03:00
<ClInclude Include= "DraggingState.h" />
2022-06-29 17:39:03 +02:00
<ClInclude Include= "EditorParameters.h" />
2022-01-20 14:02:38 +03:00
<ClInclude Include= "FancyZonesData\CustomLayouts.h" />
2022-01-27 15:21:15 +03:00
<ClInclude Include= "FancyZonesData\AppliedLayouts.h" />
2022-01-24 14:54:17 +03:00
<ClInclude Include= "FancyZonesData\AppZoneHistory.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "FancyZones.h" />
<ClInclude Include= "FancyZonesDataTypes.h" />
2022-10-25 17:55:36 +02:00
<ClInclude Include= "FancyZonesData\DefaultLayouts.h" />
2022-10-31 13:44:25 +02:00
<ClInclude Include= "FancyZonesData\LayoutData.h" />
2022-01-27 15:21:15 +03:00
<ClInclude Include= "FancyZonesData\LayoutDefaults.h" />
2022-01-18 16:13:32 +03:00
<ClInclude Include= "FancyZonesData\LayoutTemplates.h" />
2022-05-20 10:51:15 +02:00
<ClInclude Include= "FancyZonesWindowProcessing.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "FancyZonesWinHookEventIDs.h" />
<ClInclude Include= "GenericKeyHook.h" />
<ClInclude Include= "FancyZonesData.h" />
2021-09-23 00:39:48 +03:00
<ClInclude Include= "GuidUtils.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "JsonHelpers.h" />
<ClInclude Include= "KeyState.h" />
2022-01-17 11:50:24 +03:00
<ClInclude Include= "FancyZonesData\LayoutHotkeys.h" />
2022-10-31 13:44:25 +02:00
<ClInclude Include= "Layout.h" />
2022-03-25 19:09:59 +03:00
<ClInclude Include= "LayoutConfigurator.h" />
2022-10-31 13:44:25 +02:00
<ClInclude Include= "LayoutAssignedWindows.h" />
2022-01-17 11:50:24 +03:00
<ClInclude Include= "ModuleConstants.h" />
2021-07-07 13:18:52 +03:00
<ClInclude Include= "MonitorUtils.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "MonitorWorkAreaHandler.h" />
2023-01-17 13:50:40 +03:00
<ClInclude Include= "NotificationUtil.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "pch.h" />
<ClInclude Include= "Generated Files/resource.h" />
<None Include= "resource.base.h" />
<ClInclude Include= "SecondaryMouseButtonsHook.h" />
<ClInclude Include= "Settings.h" />
2022-02-23 17:25:28 +03:00
<ClInclude Include= "SettingsConstants.h" />
<ClInclude Include= "SettingsObserver.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "trace.h" />
<ClInclude Include= "util.h" />
2021-07-07 13:18:52 +03:00
<ClInclude Include= "VirtualDesktop.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "WindowMoveHandler.h" />
2021-08-11 17:05:03 +03:00
<ClInclude Include= "FancyZonesWindowProperties.h" />
2022-02-23 17:25:28 +03:00
<ClInclude Include= "WindowUtils.h" />
2021-06-23 15:48:54 +03:00
<ClInclude Include= "Zone.h" />
2022-02-23 17:25:28 +03:00
<ClInclude Include= "Colors.h" />
2023-01-23 20:13:05 +03:00
<ClInclude Include= "HighlightedZones.h" />
2022-02-04 18:09:11 +03:00
<ClInclude Include= "ZoneIndexSetBitmask.h" />
2021-07-07 13:18:52 +03:00
<ClInclude Include= "WorkArea.h" />
2021-11-25 17:39:03 +02:00
<ClInclude Include= "ZonesOverlay.h" />
2021-06-23 15:48:54 +03:00
</ItemGroup>
<ItemGroup >
2022-02-23 17:25:28 +03:00
<ClCompile Include= "Colors.cpp" />
2023-01-26 20:02:46 +03:00
<ClCompile Include= "DraggingState.cpp" />
2022-06-29 17:39:03 +02:00
<ClCompile Include= "EditorParameters.cpp" />
2022-01-24 14:54:17 +03:00
<ClCompile Include= "FancyZonesData\AppZoneHistory.cpp" >
2022-05-11 13:35:18 +03:00
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
2022-01-24 14:54:17 +03:00
</ClCompile>
2022-01-20 14:02:38 +03:00
<ClCompile Include= "FancyZonesData\CustomLayouts.cpp" >
2022-05-11 13:35:18 +03:00
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
2022-01-20 14:02:38 +03:00
</ClCompile>
2021-06-23 15:48:54 +03:00
<ClCompile Include= "FancyZones.cpp" />
<ClCompile Include= "FancyZonesDataTypes.cpp" />
2022-01-27 15:21:15 +03:00
<ClCompile Include= "FancyZonesData\AppliedLayouts.cpp" >
2022-05-11 13:35:18 +03:00
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
2022-01-27 15:21:15 +03:00
</ClCompile>
2022-10-25 17:55:36 +02:00
<ClCompile Include= "FancyZonesData\DefaultLayouts.cpp" >
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
</ClCompile>
2022-01-27 15:21:15 +03:00
<ClCompile Include= "FancyZonesData\LayoutTemplates.cpp" >
2022-05-11 13:35:18 +03:00
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
2022-01-27 15:21:15 +03:00
</ClCompile>
2022-02-04 18:09:11 +03:00
<ClCompile Include= "FancyZonesWindowProperties.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "FancyZonesWinHookEventIDs.cpp" />
<ClCompile Include= "FancyZonesData.cpp" />
<ClCompile Include= "JsonHelpers.cpp" />
2022-01-19 04:01:41 +03:00
<ClCompile Include= "FancyZonesData\LayoutHotkeys.cpp" >
2022-05-11 13:35:18 +03:00
<PrecompiledHeaderFile > ../pch.h</PrecompiledHeaderFile>
2022-01-19 04:01:41 +03:00
</ClCompile>
2022-10-31 13:44:25 +02:00
<ClCompile Include= "Layout.cpp" />
2022-03-25 19:09:59 +03:00
<ClCompile Include= "LayoutConfigurator.cpp" />
2022-10-31 13:44:25 +02:00
<ClCompile Include= "LayoutAssignedWindows.cpp" />
2021-07-07 13:18:52 +03:00
<ClCompile Include= "MonitorUtils.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "MonitorWorkAreaHandler.cpp" />
<ClCompile Include= "OnThreadExecutor.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "SecondaryMouseButtonsHook.cpp" />
<ClCompile Include= "Settings.cpp" />
<ClCompile Include= "trace.cpp" />
<ClCompile Include= "util.cpp" />
2021-07-07 13:18:52 +03:00
<ClCompile Include= "VirtualDesktop.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "WindowMoveHandler.cpp" />
2022-02-23 17:25:28 +03:00
<ClCompile Include= "WindowUtils.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "Zone.cpp" />
2021-07-07 13:18:52 +03:00
<ClCompile Include= "WorkArea.cpp" />
2023-01-23 20:13:05 +03:00
<ClCompile Include= "HighlightedZones.cpp" />
2021-11-25 17:39:03 +02:00
<ClCompile Include= "ZonesOverlay.cpp" />
2021-06-23 15:48:54 +03:00
</ItemGroup>
<ItemGroup >
<None Include= "fancyzones.base.rc" />
<ProjectReference Include= "..\..\..\common\Display\Display.vcxproj" >
<Project > {caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\common\notifications\notifications.vcxproj" >
<Project > {1d5be09d-78c0-4fd7-af00-ae7c1af7c525}</Project>
</ProjectReference>
<ResourceCompile Include= "Generated Files/fancyzones.rc" />
<None Include= "packages.config" />
<None Include= "Resources.resx" />
<ProjectReference Include= "..\..\..\common\logger\logger.vcxproj" >
<Project > {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project= "..\..\..\..\deps\spdlog.props" />
<ImportGroup Label= "ExtensionTargets" >
2022-10-12 04:19:01 -04:00
<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')" />
2022-11-03 07:46:05 -04:00
<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')" />
2021-06-23 15:48:54 +03: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>
2022-10-12 04:19:01 -04:00
<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'))" />
2022-11-03 07:46:05 -04:00
<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'))" />
2021-06-23 15:48:54 +03:00
</Target>
2019-09-04 18:26:26 +02:00
</Project>