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>
<Keyword > Win32Proj</Keyword>
2021-04-26 22:01:38 +03:00
<ProjectGuid > {e496b7fc-1e99-4bab-849b-0e8367040b02}</ProjectGuid>
<RootNamespace > KeyboardManagerEngineLibrary</RootNamespace>
<WindowsTargetPlatformVersion Condition= " '$(WindowsTargetPlatformVersion)' == '' " > 10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion > 10.0.17134.0</WindowsTargetPlatformMinVersion>
2020-06-11 13:07:46 -07:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020-12-14 15:20:45 +03:00
<PropertyGroup Label= "Configuration" >
2021-04-26 22:01:38 +03:00
<ConfigurationType > StaticLibrary</ConfigurationType>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\</OutDir>
2020-06-11 13:07:46 -07:00
</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
<ItemDefinitionGroup >
2020-06-11 13:07:46 -07:00
<ClCompile >
2021-04-26 22:01:38 +03:00
<WarningLevel > Level3</WarningLevel>
<AdditionalIncludeDirectories > $(SolutionDir)src\;$(SolutionDir)src\modules;$(SolutionDir)src\common\Telemetry;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-06-11 13:07:46 -07:00
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
2021-04-26 22:01:38 +03:00
<ClInclude Include= "KeyboardEventHandlers.h" />
<ClInclude Include= "KeyboardManager.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "trace.h" />
2020-06-11 13:07:46 -07:00
</ItemGroup>
<ItemGroup >
2021-04-26 22:01:38 +03:00
<ClCompile Include= "KeyboardEventHandlers.cpp" />
<ClCompile Include= "KeyboardManager.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "trace.cpp" />
2020-06-11 13:07:46 -07:00
</ItemGroup>
<ItemGroup >
2021-04-26 22:01:38 +03:00
<ProjectReference Include= "..\..\..\common\logger\logger.vcxproj" >
<Project > {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
</ProjectReference>
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>
</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" />
2021-04-26 22:01:38 +03:00
<Import Project= "..\..\..\..\deps\spdlog.props" />
2020-06-11 13:07:46 -07:00
<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>