2020-06-11 13:07:46 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-07-30 11:37:15 -07:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-06-11 13:07:46 -07:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {62173D9A-6724-4C00-A1C8-FB646480A9EC}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
2021-04-26 22:01:38 +03:00
<RootNamespace > KeyboardManagerEditorTest</RootNamespace>
2020-12-14 15:20:45 +03:00
<OverrideWindowsTargetPlatformVersion > true</OverrideWindowsTargetPlatformVersion>
2020-06-11 13:07:46 -07:00
<WindowsTargetPlatformVersion > 10.0.18362.0</WindowsTargetPlatformVersion>
<ProjectSubType > NativeUnitTestProject</ProjectSubType>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020-12-14 15:20:45 +03:00
<PropertyGroup Label= "Configuration" >
2020-06-11 13:07:46 -07:00
<ConfigurationType > DynamicLibrary</ConfigurationType>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
2021-04-26 22:01:38 +03:00
<ImportGroup Label= "PropertySheets" >
2020-06-11 13:07:46 -07:00
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
2020-12-14 15:20:45 +03:00
<PropertyGroup >
2021-04-26 22:01:38 +03:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\KeyboardManagerEditor\</OutDir>
2020-06-24 14:55:02 -07:00
<RunCodeAnalysis > true</RunCodeAnalysis>
2020-06-11 13:07:46 -07:00
</PropertyGroup>
2020-12-14 15:20:45 +03:00
<ItemDefinitionGroup >
2020-06-11 13:07:46 -07:00
<ClCompile >
<AdditionalIncludeDirectories > $(VCInstallDir)UnitTest\include;$(SolutionDir)src\;$(SolutionDir)src\modules;$(SolutionDir)src\common\Telemetry;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<UseFullPaths > true</UseFullPaths>
<DisableSpecificWarnings > 4002</DisableSpecificWarnings>
</ClCompile>
<Link >
<AdditionalLibraryDirectories > $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2020-08-13 16:32:15 -07:00
<ClCompile Include= "BufferValidationTests.cpp" />
<ClCompile Include= "LoadingAndSavingRemappingTests.cpp" />
2020-06-11 13:07:46 -07:00
<ClCompile Include= "MockedInput.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "TestHelpers.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "MockedInput.h" />
<ClInclude Include= "pch.h" />
2020-06-23 18:36:39 +03:00
<ClInclude Include= "resource.h" />
2020-06-11 13:07:46 -07:00
<ClInclude Include= "TestHelpers.h" />
</ItemGroup>
<ItemGroup >
2020-12-15 15:16:09 +03:00
<ProjectReference Include= "..\..\..\common\SettingsAPI\SetttingsAPI.vcxproj" >
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
</ProjectReference>
2020-06-11 13:07:46 -07:00
<ProjectReference Include= "..\common\KeyboardManagerCommon.vcxproj" >
<Project > {8affa899-0b73-49ec-8c50-0fadda57b2fc}</Project>
</ProjectReference>
2021-04-26 22:01:38 +03:00
<ProjectReference Include= "..\KeyboardManagerEditorLibrary\KeyboardManagerEditorLibrary.vcxproj" >
<Project > {23d2070d-e4ad-4add-85a7-083d9c76ad49}</Project>
2020-06-11 13:07:46 -07:00
</ProjectReference>
</ItemGroup>
<ItemGroup >
2021-04-26 22:01:38 +03:00
<ResourceCompile Include= "KeyboardManagerEditorTest.rc" />
2020-06-11 13:07:46 -07:00
</ItemGroup>
2020-06-23 18:36:39 +03:00
<ItemGroup >
2020-07-02 09:42:51 -07:00
<None Include= "packages.config" />
2020-06-23 18:36:39 +03:00
</ItemGroup>
2020-06-11 13:07:46 -07:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-07-30 11:37:15 -07:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
2020-06-11 13:07:46 -07: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>
2020-07-30 11:37:15 -07:00
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2020-06-11 13:07:46 -07:00
</Target>
</Project>