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-05-11 16:38:12 +02:00
<Import Project= "..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" />
2021-06-23 15:48:54 +03:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {9C6A7905-72D4-4BF5-B256-ABFDAEF68AE9}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > UnitTests</RootNamespace>
<ProjectSubType > NativeUnitTestProject</ProjectSubType>
<ProjectName > UnitTests-FancyZones</ProjectName>
2022-06-30 22:10:14 +02:00
<WindowsTargetPlatformVersion > 10.0.19041.0</WindowsTargetPlatformVersion>
2021-06-23 15:48:54 +03:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
</PropertyGroup>
2022-05-11 13:35:18 +03:00
<PropertyGroup Label= "Configuration" >
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\$(ProjectName)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<AdditionalIncludeDirectories > ..\..\..\..\common\Telemetry;..\..\..\..\;..\..\;$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions > UNIT_TESTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<AdditionalLibraryDirectories > $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2022-07-01 17:29:02 +02:00
<AdditionalDependencies > gdiplus.lib;dwmapi.lib;shlwapi.lib;uxtheme.lib;shcore.lib;wbemuuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
2021-06-23 15:48:54 +03:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2022-01-27 15:21:15 +03:00
<ClCompile Include= "AppliedLayoutsTests.Spec.cpp" />
2022-01-24 14:54:17 +03:00
<ClCompile Include= "AppZoneHistoryTests.Spec.cpp" />
2022-01-20 14:02:38 +03:00
<ClCompile Include= "CustomLayoutsTests.Spec.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "FancyZones.Spec.cpp" />
<ClCompile Include= "FancyZonesSettings.Spec.cpp" />
<ClCompile Include= "JsonHelpers.Tests.cpp" />
2022-01-17 11:50:24 +03:00
<ClCompile Include= "LayoutHotkeysTests.Spec.cpp" />
2022-01-18 16:13:32 +03:00
<ClCompile Include= "LayoutTemplatesTests.Spec.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "Util.Spec.cpp" />
<ClCompile Include= "Util.cpp" />
2021-07-07 13:18:52 +03:00
<ClCompile Include= "WorkArea.Spec.cpp" />
2022-07-01 17:29:02 +02:00
<ClCompile Include= "WorkAreaIdTests.Spec.cpp" />
2021-06-23 15:48:54 +03:00
<ClCompile Include= "Zone.Spec.cpp" />
<ClCompile Include= "ZoneSet.Spec.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "pch.h" />
<ClInclude Include= "resource.h" />
<ClInclude Include= "Util.h" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\..\..\common\Display\Display.vcxproj" >
<Project > {caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
</ProjectReference>
2022-04-12 11:13:22 -04:00
<ProjectReference Include= "..\..\..\..\common\SettingsAPI\SettingsAPI.vcxproj" >
2021-11-09 22:48:07 +03:00
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
</ProjectReference>
2021-06-23 15:48:54 +03:00
<ProjectReference Include= "..\..\FancyZonesLib\FancyZonesLib.vcxproj" >
<Project > {f9c68edf-ac74-4b77-9af1-005d9c9f6a99}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "UnitTests-FancyZones.rc" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2022-05-11 16:38:12 +02:00
<Import Project= "..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
2022-06-28 14:30:57 +01:00
<Import Project= "..\..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.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-05-11 16:38:12 +02:00
<Error Condition= "!Exists('..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.220418.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2022-06-28 14:30:57 +01:00
<Error Condition= "!Exists('..\..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.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>